 
#contactFormContainer
{
	left:730px;
	float:right;
	top: 0px;
	width: 228px;
	height: 22px;
	clear: both;
	position: absolute;
}
#contactForm
{
	height:208px;
	width:230px;
	display:none;
	background-color: #999;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	color: #999;
}
#contactForm fieldset
{
	border:none;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}      
#contactForm label
{
	display:block;
	color:#000;
}      
#contactForm input[type=text]
{
	display:block;
	border:1px solid #0072BB;
	width:100%;
	margin-bottom:5px;
	height:15px;
	font-size: 10px;
	color: #666;
}  
#contactForm select {
	width: 100%;
	border: 1px solid #0072BB;
	padding-top: 5px;
}

#contactForm textarea
{
	display:block;
	border:1px solid #0072BB;
	width:100%;
	margin-bottom:5px;
	height: 40px;
}  
#contactForm input[type=submit]
{
	background-color:#666;
	border:1px solid #666;
	color:#FFF;
	padding:2px;
}                
#contactLink
{
	height:22px;
	background-image:url(/media/img/contacto.jpg);
	display:block;
	cursor:pointer;
	background-repeat: no-repeat;
	background-position: left top;
	width: 229px;
	position: absolute;
	right: -2px;
}
#messageSent
{
	color:#000;
	display:none;
	font-size: 10px;
}
