/*
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!
*/

@font-face {
	font-family: conden;
	src: url('../font/UniversLTStd-Cn.otf');
}

#contactus{
	margin-top: 12px;
}

#contactus fieldset
{
   width:341px;
   height: 650px;
   border:0px solid #ccc;
   margin-left: 0 !important;
   margin-right: 0 !important;
}

#contactus legend, h2
{
   font-family: conden, Arial, verdana;
   font-size: 20px;
   font-weight:bold;
   color:#3F3E43;
   text-align: center;
   margin-top: 190px;
}

#contactus label
{
	font-family: conden, Arial, verdana;
   font-size:16px;
   color:#3F3E43;
   margin-bottom: 5px;

}

#contactus input[type="text"],textarea
{
  font-family: conden, Arial, verdana;
  font-size: 0.8em;
  line-height:140%;
  color : #3F3E43; 
  padding : 3px; 
  border : 1px solid #CECCCC;
  margin-bottom: 13px;
  margin-top: 3px;

}

#contactus input[type="text"]
{
  height:25px;
  width:341px;
    
}

#contactus #scaptcha
{
  width:60px;
  height:18px;
}

#contactus input[type="submit"]
{
   font-family: conden, Arial, verdana;
   font-size: 15px;
   width:70px;
   height:30px;
   padding-left: 4px;
   background-color: #CECCCC;
   cursor: pointer;
   line-height: 30px;
   border: 0px solid black;
   
}

#contactus input[type="submit"]:hover {
	background-color:#ff7600;
	color: white;
	cursor: pointer;
	transition: 0.1s;
	-moz-transition: 0.1s; /* Firefox 4 */
	-webkit-transition: 0.1s; /* Safari and Chrome */
	-o-transition: 0.1s; /* Opera */	

}


#contactus textarea
{
  height:218px;
  width:341px;
  min-width: 341px;
  max-width: 341px;
  min-height: 218px;
  max-height: 218px;
  
}

#contactus input[type="text"]:focus,textarea:focus
{
  color : #3F3E43;
  border : 1px solid #990000;
  background-color : white;
  font-size: 16px;
}


#contactus .error
{
font-family: conden, Arial, verdana;
   font-size: 12px;
   color: white;
   background-color : #FF7600;
}

#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: conden, Arial, verdana;
   font-size: 0.8em;
   font-weight:bold;
   color:#3F3E43;   
}

#contactus .short_explanation
{
   font-family: conden, Arial, verdana;
   font-size: 14px;
   color:#3F3E43; 
   margin-top: 10px;
   font-weight:bold;
  
}

/* 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: conden, Arial, verdana;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p
{
    display:none;
}