/*
-----------------------------------------------
LetCamp.dk
http://www.letcamp.dk
Ver: 0.1

Author:   MVS
Date:     17-07-2013
----------------------------------------------- */

/* MISC: =Inputs
----------------------------------------------- */
input, textarea, select{
	font-family: 'Open Sans', sans-serif , Helvetica, Arial, Verdana;
	font-size: 9pt;
	font-weight: 400;
	color: #999;
	padding:5px;
	background: #ddd;
}

input:focus {
	color:#fff;
	background:#2c3b55;
}


form .btn-submit{
	padding:10px 20px;
	background: #69c;
	color:#fff;
	text-transform: uppercase;
	margin:10px;
	cursor: pointer;
}
form .btn-submit:hover{
	color:#fff;
	background-color:#2c3b55;
}

.search-input{
	width:180px;
	line-height: 17px;
	height:17px;
}

.report-form fieldset input, .report-form fieldset select{
	width:195px;
	color:#2c3b55;
	background: #eee;
}
.report-form label{
	display: block;
	font-size: 10pt;
	color:#333;
	padding-top:20px;
}
.report-form input:focus, .report-form  textarea:focus, .report-form  select:focus{
	color:#fff;
	background:#2c3b55;
}
.textarea-report{
	width:440px;
	color:#2c3b55;
	background: #eee;
}
.report-form input::-webkit-input-placeholder, .report-form input::-moz-placeholder, .report-form input::-ms-input-placeholder, .report-form input::-webkit-input-placeholder, .report-form input::-moz-placeholder, .report-form input::-ms-input-placeholder{
  color:#9ab;
}

#videouploadform{
	clear:both;
	margin:10px 0;
	padding:20px;
	background: #eee;
	display: none;
}

#videouploadform fieldset input{
	width:200px;
	margin-right:20px;
}
#videouploadform fieldset{
	float:left;
	margin:20px 10px;
	width:630px;
}
#videouploadform .btn-submit{
	float:right;
	padding:20px;
	width:180px;
	margin-right:5px;
	margin-top:0;
}