/* FORM */
form, fieldset{
	margin: 0;
	padding: 0;
	border: none;
}	
label{
	display: block;
	padding-bottom: 4px;
}
input{
	width: 150px;
	border: 1px solid #000000;
	margin-bottom: 10px;
	padding: 3px;
}
.textarea{
	width: 300px;
	height: 60px;
	margin-bottom: 10px;
	padding: 3px;
}
.submit_button{
	position: absolute;
	left: 24px;
	top: 150px;
	width: 100px;
	height: 25px;
	border: none;
}
.submit_button22{
	
	width: 100px;
	height: 25px;
	border: none;
}
.error, .warn{
	color: #CC0000;
}
form2 {

	margin: 0;
	padding: 0;
	border: none;
}
