/* CSS Document */

#applicationForm1{  margin-top:25px; color:#484848;}
#applicationForm1 input, #applicationForm1 select, #applicationForm1 textarea{ font-size:13px; color:#484848;}
#applicationForm1 input[type=text] {
width: 260px;
float: left;
margin-bottom: 5px;
padding:2px 5px;
height:30px;
}


#applicationForm1 input[type=submit]{ padding:5px 68px; font-size:20px; margin:10px 0; float:right;}


#applicationForm1 select {
width: 260px;
float: left;
margin-bottom: 5px;
padding:6px 0;
}


#applicationForm1 textarea{
width: 260px;
float: left;
margin-bottom: 5px;
}





#applicationForm1 label {
text-align: right;
float: left;
width: 438px;
margin-bottom: 5px;
padding-right: 10px;

}
#applicationForm1 br {
clear: left;
} 

#applicationForm1 label.error{ color:#ff0000; width:300px; float:right; margin-bottom:10px; margin-top:-5px;}

.red{
   color:#FF0000;

}
.declaration{ background:#f9f9f9; padding:5px 10px; color:#666; border:1px solid #ccc; clear:both;}
.declaration p{ font-size:10px; margin-bottom:5px; line-height:14px;}
.declaration span{ font-weight:bold;}
.declaration input[type=checkbox]{ position:relative; top:2px; margin-right:5px;}











#commentForm {
	
	color: #484848;
	border-top:1px solid #eee; padding-top:10px;
}

#commentForm input, #commentForm select, #commentForm textarea {
	font-size: 13px;
	color: #484848;
}

#commentForm input[type=text], #commentForm input[type=number] {
	width: 260px;
	float: left;
	margin-bottom: 5px;
	padding: 2px 5px;
	height: 30px;
}

#commentForm input[type=submit] {
	padding: 5px 68px;
	font-size: 20px;
	margin: 10px 0;
	float: left;
}

#commentForm select {
	width: 260px;
	float: left;
	margin-bottom: 5px;
	padding: 6px 0;
}

#commentForm textarea {
	width: 260px;
	float: left;
	margin-bottom: 5px;
}

#commentForm label {
	text-align: left;
	float: left;
	width: 150px;
	margin-bottom: 5px;
	padding-right: 10px;
}

#commentForm br {
	clear: left;
}

#commentForm label.error {
	color: #ff0000;
	width: 150px;
	float: left;
	margin-bottom: 10px;
	padding-left:10px;

}




@media (max-width: 768px) {

#applicationForm1 label{ text-align:left;}
}
