﻿/*
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!
*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px; 
	margin: 0;
	padding: 0;
	color: #000;
}


#contactus fieldset {
margin: 0px;
padding: 0px;
border: none;
}



#wait {
	position: absolute;
	bottom: 150px;
	left: 100px;
	width: 300px;
	height: 100px;
	background-color:#eceefa;
	border: 1px solid #61739d;
	border-radius: 5px;
	box-shadow: 3px 3px 3px 2px #CCCCCC;
	line-height: 100px;
	text-align: center;
	font-size: 2em;
	color: #61739d;
	visibility: hidden;	
}

#contactus {
	margin: 10px;
	position: relative;
}

#contactus td {
	padding: 3px 0px;
	vertical-align: middle;
}

#contactus td.label {
	width: 160px;
}

#contactus td.compile {
	width: 320px;
}

#contactus td.head {
	color: #CC0000;
	font-weight: bold;
}




#contactus input[type=text], textarea
{
	padding: 2px;
	border: solid 1px #808080;
}

#contactus input[type=text]
{
	padding: 2px;
	border: solid 1px #808080;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type=submit]
{
	width: 100px;
	padding: 5px 10px;
}

#contactus textarea
{
	width: 300px;
	height: 50px;
	border: solid 1px #808080;
}

#contactus input[type=text]:focus, textarea:focus
{
	background-color: #FFFFCC;
	border: solid 1px #CC0000;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-size: 0.8em;
   color: #900;
   background-color : #ffff00;
}

#contactus fieldset#antispam
{
   padding:2px;
   border-top:1px solid #EEE;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}

#contactus fieldset#antispam legend
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#333;   
}

#contactus .short_explanation
{
   font-family : Arial, sans-serif;
   font-size: 0.8em;
   color:#333;   
}

/* 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: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}







/* START MODULO */




#contactus input.short {
	width: 100px;
}

#contactus input.medium {
	width: 200px;
}

#contactus input.long {
	width: 300px;
}



#contactus input.check, #contactus input.check:focus {
	background: none;
	border: none;
}

#contactus input.button {
	width: 100px;
	padding: 5px 10px;
}


/* END MODULO */
