/*
Contact Form by html-form-guide.com
You can customize all the aspects of the form in this style sheet
All the style elements use form id selector(notice the #contactus). So, including this
stylesheet does not affect the other elements at all!
*/
h2 {
font-family: 'amblelight_condensed';
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
}
#contactus fieldset
{
	width: 600px;
	padding: 0px;
	height: auto;
	margin: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

#contactus legend, 
{
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 16px;
	color: #2a3e5a;
	height: auto;
	width: auto;
	text-align:center;
}

#contactus label
{
	font-family: 'unispacebold';
	font-style: normal;
	font-weight: normal;
	font-size: 20px;
	color: #ffffff;
	float: left;
	padding-top: 5px;
}

#contactus input[type="text"],textarea
{
	font-family: 'amblelight_condensed';
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 200%;
	color: #000;
	padding : 2px;

}

#contactus input[type="text"]
{
	height: 30px;
	width: 270px;
	background-color: #f2f2f2;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	border: thin solid #CCC;
  
}

#contactus #scaptcha
{
	width: 100px;
	height: 30px;
	margin-left: 4em;
	margin-top: 10px;
}

#contactus input[type="submit"]
{
	width: 120px;
	height: 40px;
	color: #333;
	font-family: unispacebold;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	background-repeat: no-repeat;
	background-position: right center;
	padding: 0px;
	background-color: #f7751e;
	border: thin dashed #333;
	margin: 0px;
 }
/*mensaje*/
#contactus textarea
{
	height: 120px;
	width: 350px;
	background-color: #f2f2f2;
	border: thin solid #CCC;
	margin-left: 60px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
/*mensaje*/

#contactus input[type="text"]:focus,textarea:focus
{
	color : #000;
	background-color: #CCC;
}

#contactus .container
{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 400px;
	margin-right: 0px;
	height: auto;
	text-align: right;
}

#contactus .error
{
	font-family: 'amblelight_condensed';
	font-style: normal;
	font-weight: normal;
	font-size: 1em;
	color: #900;
	width: auto;
}

#contactus fieldset#antispam
{
	padding: 2px;
	width: 350px;
}

#contactus fieldset#antispam legend
{
	font-family: 'amblelight_condensed';
	font-size: 1em;
	font-weight: normal;
	font-style:normal;
	color: #333;
}

#contactus .short_explanation
{
	font-family : Arial, sans-serif;
	font-size: 12 px;
	color: #808080;
	width: 570px;
	display: none;
}

/* spam_trap: This input is hidden. This is here to trick the spam bots*/
#contactus .spmhidip
{
   display:none;
   width:10px;
   height:3px;
}
#fg_crdiv
{
   font-family : Arial, sans-serif;
   font-size: 12px;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}#contactus fieldset .container-derecha {
	width: 300px;
	float: right;
}
#contactus fieldset .container-mensaje {
	font-family: 'amblelight_condensed';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	width: 600px;
	float: left;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0em;
}
#contactus fieldset #campos-izquierda {
	width: 600px;
	margin: 0px;
	padding: 0px;
	float: left;
	height: auto;
}
#contactus fieldset #campos-derecha {
	float: right;
	height: auto;
	width: 280px;
	margin: 0px;
	padding: 0px;
}
#contactus fieldset .container-enviar {
	height: auto;
	width: auto;
	text-align: left;
	padding-bottom: 0px;
	float: left;
	padding-top: 20px;
	padding-right: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0em;
	margin-bottom: 0px;
	margin-left: 7.5em;
}
#contactus fieldset .container-mensaje01 {
	font-family: 'amblelight_condensed';
	font-style: normal;
	font-weight: normal;
	font-size: 12px;
	color: #000;
	width: 400px;
	float: left;
	height: auto;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10em;
}