@charset "utf-8";
/* CSS Document */

.submit{
	border: 1px solid #7D9CCA;
	margin: 0 0 0 125px;
	padding: 8px 135px;
	color: #fff;
	cursor: pointer;
	background: #2571AF;
	font-size: 110%;
	border-radius: 2px;
	background-color:#5b8aa8;
} 

.text, textarea, .dropdown{
	border: 1px solid #999;
	padding: 4px;
}

h5 { 
    font-size: 110%;
}
	

table.formTable{
	border-top:1px dotted #999;
	width:90%;
	border-collapse:collapse;
}
table.formTable td,table.formTable th{
	padding:10px;
}
table.formTable th{
	border-bottom:1px dotted #999;
	width:40%;
	font-weight:normal;
	text-align:left;
}
table.formTable td{
	border-bottom:1px dotted #999;
	width:60%;
	font-weight:normal;
	text-align:left;
}
p.error_messe{
	margin:5px 0;
	color:red;
}

.red {
	color:#F00;
}

.thanks{margin:50px 0 0 0;text-align: center;font-size:16px;line-height:200%;}

