
#contact_form{

	position:relative;
	
}


#fieldset{ 
	
	
	
	
	width:311px; 
	position:relative;
	border:0;
	display:block; 
	
}
#fieldset legend{
	border-width:1px; 
	border-style:solid; 
	border-color:#BBBB66; 
	color:#3D7169;
	font-weight:bold; 
	font-variant:small-caps; 
	font-size:140%; 
	padding:4px 8px;
	margin:0px 0px 5px 0px; 
	position:relative; 
	top: -12px; 
	background:white; 
}

.error_contacto{
	position:absolute;
	left:50px;

	
	width:300px; 	
	height:32px;
	padding-left:35px;
		
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;

	color:#999999;
	text-align:left;
	line-height:35px;


    background: transparent url(../images/alert.png) no-repeat scroll left;
	z-index:900;

	display:none;

}


/*--------------------------------------------Nombre---------------------------*/
label#name_label{ 
	position:absolute; 
	top:0; 
	left:0;
	 
}

#name_error{ 
	top:61px;
	

}

/*-----------------------------------------------Telefono------------------------*/
label#phone_label{ 
	position:absolute; 
	top:39px; 
	left:0px; 
}

#phone_error{ 

	top:124px; 
	

}
/*-----------------------------------------------Email------------------------*/
label#email_label{ 
	position:absolute; 
	top:77px; 
	left:0px; 
}

#email_error{ 

	top:185px; 
	

}
/*-----------------------------------------------Como nos conocio------------------------*/
.comonosconociste{
	width:135px;
}
#comonosconociste_error{ 

	top:250px; 
	left:190px;
	

}

#comonosconocisteotros{
	width:243px;
	display:none;
}

#comonosconocisteotros_error{ 

	top:247px; 
	left:190px;
	

}

/*-----------------------------------------------Message------------------------*/
label#mensaje_label{ 
	position:absolute; 
	top:120px; 
	left:0px; 
}

#mensaje_error{ 

	top:318px;
	 

}
/*-----------------------------------------------------------------------*/
input.button{ 		
	position:absolute; 
	top:197px; 
	left:250px;
    margin:20px 0px 0px 0px;
	background:transparent;
	border:none;
	background-image:url(../images/btnEnviar.gif);
	width:60px;
	height:25px;
	cursor:pointer;
}
#message{ 
	width:200px;
	background-repeat:no-repeat;
	margin:60px 0 0 100px; 
}
#message h2{ 
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	color:#e2007a;
}
#message p{ 
	font-family:Arial, Helvetica, sans-serif;
	color:#000000;

	margin:6px 0px; 
}
#checkmark{
	position:relative;
	top:-90px;
	left:-60px;
}
