/*
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{
	background: url(images/background-image.jpg) no-repeat;
	background-position: center top;
}
#contact {
    background-color: #FFFFFF;
    border: 1px solid #CBCBCB;
    display: block;
    margin: 10px auto 0;
    padding: 20px;
    width: 500px;
}

#contactus fieldset
{
	border: 1px solid #EEEEEE;
    padding: 20px;
}

#contactus fieldset legend{
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	border: 1px solid #EEEEEE;
    padding: 7px 10px;
	font-weight: bold;
}


#contactus label
{
 display: inline-block;
 color: #666;
    float: left;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
    width: 155px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

#contactus input[type="text"],textarea
{
  -moz-transition: all 0.3s ease-in-out 0s;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px dotted #BBBBBB;
    color: #333;
    display: inline-block;
    font: 14px Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
    margin: 0;
    outline: medium none;
    padding: 6px 4px;
    position: relative;
    z-index: 2;
		
		
}

#contactus input[type="text"]
{
  background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 14px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 5px 0;
    padding: 5px;
	
	width: 256px; height: 24px;
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
  margin-left: 155px;
}

#contactus input[type="submit"]
{
			background: none repeat scroll 0 0 #B41717;
			border: 1px solid #CCCCCC;
			color: #FFFFFF;
			cursor: pointer;
			/*float: right;*/
			font-weight: bold;
			height: 30px;
			/*margin-right: 30px;*/
    		padding: 6px 68px;
			margin-left: 155px;
}

#contactus textarea
{
			background: none repeat scroll 0 0 #F5F5F5;
    border: 1px solid #CCCCCC;
    color: #666666;
    font: 14px "Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
    margin: 5px 0;
    padding: 5px;
	
	width: 256px; height: 50px;
}

#contactus input[type="text"]:focus,textarea:focus
{
  border : 1px solid #990000;
}

#contactus .container
{
   margin-top:8px;
   margin-bottom: 10px;
}

#contactus .error
{
   font-family: Verdana, Arial, sans-serif; 
   font-size: 0.7em;
   color: #900;
   background-color : #ffff00;
	 width: 180px;
	 margin-left: 162px;
}

#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;
   color:#f00;
   font-size: 0.8em;
}

/* 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;
}

/* row */

.row1{
	border: 1px solid #ccc;
	overflow: hidden;
	width: 629px;
}
.row1 .container{
	width: 300px;
	float: left;
}

#contactus  .row1 .container .error{
	float: left;
	margin-left: 100px;
	font-size: 11px;
}

#contactus .row1 .container label{
	width: 78px;
	display: block;
	height: 30px; line-height: 30px;
	float: left;
}
.row2{
	border: 1px solid #ccc;
	overflow: hidden;
	width: 629px;
}

.row2 .container{
	width: 629px;
	float: left;
}
#contactus .row2 .container textarea{
	float: right;
	width: 492px;
	margin-right: 30px;
}

span.required {
    color: #FF0000;
    font-size: 13px;
}