﻿/*
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!
*/
#formcontainer {
margin-left: auto;
	margin-right: auto;
	width:855px;
	height:450px;
	position:relative;}
#contactus fieldset
{ font-family : Arial, Verdana, sans-serif;
  font-size: 10pt;
 width:855px;
 height:450px;
color:#8d2706;
border:0;
	background-image: url(../../images/anniecutgradient.jpg);
position:relative;
	background-repeat: no-repeat;

}
#leftside {width:450px;
height:450px;}

#containercheckbox {
	font-family : Arial, Verdana, sans-serif;
	color: #8d2706;
	font-size: 11pt;
	
	width: 550px;
	height: 130px;
	position: relative;
}
 #checkboxtext {
	float: left;
	width: 425px;
	font-size: 12pt;
	line-height: 25px;
	height: 110px;
	top: 0px;
	left: 0px;
}
 
 #tickbox {
	float: left;
	width: 71px;
	height: 110px;
}


#contactus legend
{
   font-family : Arial, sans-serif;
   font-size: 1.3em;
   font-weight:bold;
   color:#8d2706;
}

#contactus label
{
	font-family : Arial, sans-serif;
	color: #8d2706;
	float: left;
}
#yourname {
	float: left;
	width: 160px;
	font-size: 12pt;
	line-height: 30px;
}

#namebox {
	float: right;
	width: 323px;
}
.names
{font-family : Arial, sans-serif;
   font-size:10pt;
   color:#8d2706;
   float:left;
   width:455px;}

p {
	font-size: 12pt;
	margin-top: 5px;
	margin-bottom: 5px;
}


.details{
background-color:#d7ccca;
color:#97041d;
font-size:11pt;
width:250px;
border: 1px #d6a495 solid;
margin-bottom:3px;
}

.submit{background-color:#d7ccca;
color:#97041d;
font-size:11pt;
}

textarea {
	border: 1px #d7ccca solid;
	background-color: #d7ccca;
	color: #97041d;
	font-size: 11pt;
}
.tick {
background-color:#f5503a;
font-size:11pt;

}
#messagetext {
	margin-top: 5px;
	margin-bottom: 5px;
	width: 550px;
	text-align: left;
	font-size: 10pt;
}
.photo {
background-color:#d7ccca;
color:#97041d;
font-size:11pt;
border: 1px #D7CCCA solid;
}
#contactus input[type="text"],textarea
{
  font-family : Arial, Verdana, sans-serif;
  font-size:11pt;
    color :#97041d; 
  padding : 3px; 
  }

#contactus input[type="text"]
{
  height:18px;
  width:260px;
}


#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   width:80px;
   height:20px;
   
   padding-left:0px;
   background-color:#d7ccca;
   border: 1px #d7ccca solid;
  color:#97041d;  
}

#contactus textarea
{
  height:63px;
  width:480px;
  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #009;
  background-color : #d7ccca;
  
}
#clientimg {
	position: absolute;
	top: 370px;
	left: 10px;
}
.containernames
{
	margin-top: 0px;
	margin-bottom: 3px;
	width: 500px;
}
.containerimages
{  margin-top:0px;
   margin-bottom: 3px;
   width:317px;
}
#textphoto {
float:left;
width:180px;}

#boxphoto {
float:left;
width:274px;}

.containersubmit
{
	margin-top: 10px;
	margin-bottom: 3px;
	width: 550px;
	padding-left: 370px;
}

#contactus .error
{
	font-family: Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #900;
	background-color: #D7CCCA;
}

#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;   
}

.short_explanation
{
   font-family : Arial, sans-serif;
   font-size:9pt;
   color:#fa0e1e;
   height:30px;
 
}

/* 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;
}