@charset "UTF-8";
legend {
	color: #13243F;
	font-weight: bold;
	float: left;
}
fieldset ol {
	list-style: none;
	float: left;
}  
fieldset li {
	padding-bottom: 10px;
	padding-right: 10px;
}
label {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 14px;
	letter-spacing: 1px;
	display: block;
}
input
{
	color: #13243F;
	border: 1px solid #13243f;
}
#message {
	border: 1px solid #13243F;
}
.submit
{
	float:left;
	font-size: 14px;
	margin-left: 40px;
	position: relative;
	margin-bottom: 10px;
	
}
#contactform {
	width: 400px;
	clear: none;
	display: inline-block;

}

