﻿/*Contact Us Form*/
.fieldsetcu {
	margin: 0;
	padding: 10px;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	border-bottom: 1px silver solid;
	width:90%;
	margin:auto;
}
.contactf div 
{
	float: right;
	width: 275px;
}
.contactf label {
	font-size: 11px;
	text-align: right;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-top: 5px;
	float: right;
	text-transform: uppercase;
	font-weight: bold;
	color:#666;
}
.cinpt {
	font-family: Tahoma;
	color: #666;
	display: block;
	width: 250px;
	height: 23px;
	padding: 6px 4px 0px 4px;
	font-size: 1em;
	border: 1px solid #ccc;	
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	
}
.coinputerro {
	font-family: Tahoma;
	color: #666;
	display: block;
	width: 250px;
	height: 23px;
	padding: 6px 4px 0px 4px;
	font-size: 1em;
	border: 2px solid red;
}
.contactf button {
	display: block;
	float: right;
	margin-right: 100px;
	width: auto;
	height: 31px;
	padding: 0 5px 10px 5px;
	margin: 15px 15px 20px 2px;
	border: 1px solid #5381ac;
	font-size: 11px;
	font-family: Tahoma;
	font-weight: normal;
	color: #fff;
	text-align: center;
	line-height: 25px;
	vertical-align: middle;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	background: #5381ac;
}
.contactf button:hover {
	color: #fff;
	cursor: pointer;
	text-shadow: 0 1px 0 #000;
	border: 1px solid #343434;
	background: #343434;
}
.ctextarea {
	font-family: Tahoma;
	color: #666;
	width: 500px;
	height: 200px;
	padding: 6px 4px 0px 4px;
	font-size: 1em;
	border: 1px solid #ccc;
	border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-bottom-right-radius:8px;
	-moz-border-radius-bottomright:8px;
	
}
.ctextareaerror {
	font-family: Tahoma;
	color: #666;
	width: 500px;
	height: 200px;
	padding: 6px 4px 0px 4px;
	font-size: 1em;
	border: 2px solid red;
}
.fildinfo {
	font-size: x-small;
	text-align: right;
	padding-left: 20px;
	color:gray;
	padding-top: 20px;
}
.conffild {
	padding-bottom: 20px;
}
