* {
	margin: 0;
	padding: 0;
	
}
form {
	width: 210px;
	margin-top:10px;

}
form p {
	padding-left: 10px;
	padding-bottom: 2px;

}
label {
	font-weight: normal;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	color: #434343;


}
input, textarea, select {
	font-family: Verdana, sans-serif;
	font-size: 12px;
	border: 1px solid #b7c5ce;
	padding: 2px;
	color: #373737;
	
}
input, textarea, select {
	width: 175px;
	margin-bottom: 5px;
	margin-top: 4px;
	
}
textarea {
	height: 40px;
	
}
input.submit {
	width: auto;
	font-family: Verdana, sans-serif;
	font-size: 12px;
	background-color: #FFF;
	color: #373737;
	
}
input:focus, textarea:focus, select:focus {
	background-color: #FFD;
}
input.radio, input.checkboxI {
	width: auto;
	border: 0px;
	width: 1.2em;
	height: 1.3em;
}
label.checkboxL {
	margin-left: 0;
	float: right;
	width: auto;
}
#errors {
	position: absolute;
	top: 250px;
	left: 50%;
	margin-left: -175px;
	width: 320px;
	height: 300px;
	
	background-color: #fff;
	border: 2px solid #000;
	padding: 10px;
	overflow: auto;
}
#errors p, #errors ul {
	margin-bottom: 1em;
}
#errors li {
	list-style-type: square;
	list-style-position: inside;
}
#errors p, #errors li, #errors a {
	color: #000000;
}
