/*----------------------------------------
Forms stylesheet for: MECA
----------------------------------------*/ 

form label
{
	float: left;
	clear: both;
	display: block;
	width: 100px;
	font-weight: bold;
	padding-bottom: 3px;
}
 
form input, form select
{
	float: left;
	width: 200px;
	padding: 3px;
	margin-bottom: 5px;
}

form input[type="text"]:focus, form textarea:focus
{
	background-color: #EFF2F7;
}

form select
{
	width: 140px;
}

form textarea
{
	width: 300px;
	clear: left;
	display: block;
	margin-bottom: 10px;
	border: 1px solid #CCCCCC;
	padding: 3px;
}

form input[type="checkbox"]
{
	width: auto;
	margin-right: 5px;
}

form input[type="submit"]
{
	width: 100px;
	margin-left: 210px;
}

#frmContact
{
	width: 460px;
}

label.error 
{ 
    width: 130px !important; 
    color: #3E9EFE;
    font-weight: bold;
    background-color: #FFFFFF; 
	 float: left;
	 clear: none;
	 margin-left: 5px;
}
.errormsg
{
    color:#3E9EFE;
    width: 300px;
}

#frmContact
{
	float: right;
	display: block;
	width: 350px;
	margin-top: 0px;
}
