a,  a:visited{
	font-weight: bold;
	text-decoration:none;
}


a:hover {
	text-decoration:underline;
}




/*form*/
#form_buttons{
	text-align:center;
	margin: 10px auto 0px auto;
}

form{
margin: 10px 0px 0px 0px;
}
.textinput {
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	border: 1px solid #7f9db9;
}


label {
	text-align: right;
	padding-right: 20px;
	display: block;
	width: 160px;
	float: left;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	font-size:1.2em;
}

select, textarea{
	display: block;
	width: 300px;
	float: left;
	margin-bottom: 10px;
	background-color:#FFFFFF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:1.2em;
	border: 1px solid #7f9db9;
}

br {
	clear: left;
}

.com_text {color: #e82d2f}

.important {
	font-weight: bold;
	font-size: 1.0em;
	color: #19AAD9;
}

.error_text{

width: 400px; 

color: #e82d2f;
font-size:1.2em;
margin:0 0 10px 180px;
padding:0px;
}
