body {
	font-family:Verdana;
	font-size:12px;
	color:#111111;
}


#containter {
	position:relative;
	top:0px;
	left:170px;
	margin:both;
	width:450px;
	height:380px;
	clear:right;
	/*background-color: red;*/
	color:#036FAD;
	font-size: 10px;
}
#form_message {
	text-align: center;
	margin: auto;
	color: #111111;
}
#form_message a {
	color: #111111;
}

.row {
	width:450px;
	height:30px;
	clear:both;
	margin: auto;
	/*border: 1px solid blue;*/
}

.row_checkbox {
	width:450px;
	height:80px;
	clear:both;
	margin: auto;
	/*border: 1px solid blue;*/
}

.labels {
	float:left;
	text-align:left;
	padding-right:5px;
	width:150px;
	/*border:thin solid red;*/
}

.input_fields {
	float:left;
	padding-left:5px;
	width:200px;
	
	/*border:thin solid red;*/
}

.actions {
	position:relative;
	top:10px;
	margin: auto;
	text-align: center;
}

input {
	width:100px;
	color:#036FAD;
	background-color: #BFDAEC;
}

textarea {
	width: 150px;
	height:50px;
	color:#036FAD;
	background-color: #BFDAEC;
}


.required {
	width: auto;
	height: auto;
	
	/*color: #FF6505;*/
}

.checkbox_contact {
	width: auto;
	background-color:#F6FCFF;
	color:#6669A4;
}

form {
	/*background-color:#B1D551;*/
	width: 450px;
	height:100%;
	margin:auto;
	padding: 20px 0 20px;
	/*border: 1px solid red;*/
}
#submit_vol {
	position: relative;
	left: 150px;
	top: 40px;
}

#submit_tutor {
	position: relative;
	left: 150px;
	top: 10px;
}

#form_volunteer {
	height: 700px;
}

