#frmContact{
	border:1px solid #00579d;
	padding:10px;
	width:530px;
	background-color:#f5f9fe;
	margin-top:15px;
}

.leftCol{
	width:270px;
	float:left;
	margin-top:5px;
}

.rightCol{
	width:260px;
	float:left;
	margin-top:5px;
}

.mail_label{
	width:110px;
	float:left;
	margin-bottom:5px;
}

.mail_input{
	width:130px;
	float:left;
	margin-bottom:5px;
}

.mail_input1{
	clear:both;
	text-align:left;
	margin-bottom:3px;
	margin-top:0px;
	margin-left:0px;
}

#message-title{
	padding-left:10px;
}

#buttons{
	clear:both;
	width:200px;
	margin:auto;
	padding-top:20px;
}

.inputForm{
	width:130px;
	border:1px solid #00579d;
	color:#00579d;
	font-family: Tahoma;
	font-size:12px;
}

.inputFormOver{
	width:130px;
	border:1px solid #00579d;
	background-color:#e2effc;
	color:#00579d;
	font-family: Tahoma;
	font-size:12px;
}

.button{
	width:85px;
	border:1px solid #00579d;
	font-family:Tahoma;
	font-size:12px;
	background-color:#e2effc;
	cursor:pointer;
	color:#00579d;
}

.buttonover{
	width:85px;
	border:1px solid #00579d;
	font-family:Tahoma;
	font-size:12px;
	background-color:#FFFFFF;
	cursor:pointer;
	color:#00579d;
}

.small{
	font-size:11px;
	padding-top:20px;
	text-align:center;
}

.clear{
  clear: both;
	height: 1px;
	font-size: 1px;
	background-color: transparent;
}

