/*_______________________________________Contact___________*/

.contactContent a{
	text-decoration:none;
	color:#999999;
}
form#contactForm label { 
	margin: 10px 0 0 0; 
	display: block; 
}
form input.text, form textarea.text {
	border-width: 1px;
	border-style: solid;
	border-color:#666666;
	background-color:#FFFFFF;
	background: url(../img/formfield_background.gif) top left no-repeat;
	padding: 3px;
}
#leftcontact {
	position: absolute;
	left:1%;
	width:45%;
	height:552px;
	text-align:right;
	top:10px;
	border:none;
}

#rightContact {
	position: absolute;
	left:50%;
	width:45%;
	height:552px;
	top:10px;
	text-align:right;
	}


#warning{
	color:red;
	left:1%;
	width:95%;
	top:345px;
	text-align:right;
	position: absolute;
}


form input.invalid, form textarea.invalid {
	border-width: 1px;
	border-style: solid;
	border-color:#FF0000;
	background-color:#FFE6E6;
	background: url(../img/formfield_background.gif) top left no-repeat;
	padding: 3px;
}

