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

#contactus fieldset {
	width:610px;
	padding:0px;
	border:0px solid #cccccc;
}
h2 {
	color:#cccccc;
	padding:0 0 10px 0;
	letter-spacing:0px;
	font-size:28px;
	font-weight: normal;
	font-family: 'Oswald', arial, sans-serif;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
#contactus label {
   font-family : 'Arimo', arial, sans-serif;
   font-size:12px;
   font-weight: normal;
   color:#999999;
}
#contactus input[type="text"],textarea {
  font-family : 'Arimo', arial, sans-serif;
  font-size: 12px;
  line-height:140%;
  color : #555555; 
  padding : 3px; 
  border : 0px solid #444444;
  background-color:#222222;
  overflow:auto;

}
#contactus input[type="text"] {
  height:28px;
  width:230px;  
}
#contactus #scaptcha {
  width:60px;
  height:18px;
}
#contactus input[type="submit"] {
   width:120px;
   height:30px;
   margin-top:20px;
}
#contactus textarea {
  height:160px;
  width:485px;
}
#contactus input[type="text"]:focus,textarea:focus {
  color : #cccccc;
  border : 0px solid #666666;
  background-color : #444444;
  font-weight:normal;
}
#contactus .container {
   margin-top:8px;
   margin-bottom: 10px;
   margin-left:0px;
   margin-right:0px;   
}
#contactus .error {
   font-family: 'Arimo', arial, sans-serif; 
   font-size: 12px;
   color: #c85849;
}
#contactus fieldset#antispam {
   padding:2px;
   border-top:0px solid #cccccc;
   border-left:0;
   border-right:0;
   border-bottom:0;
   width:350px;
}
#contactus fieldset#antispam legend {
   font-family : 'Arimo', arial, sans-serif;
   font-size: 0.8em;
   font-weight:bold;
   color:#555555;   
}
/* 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 : 'Arimo', arial, sans-serif;
   font-size: 0.3em;
   opacity: .2;
   -moz-opacity: .2;
   filter: alpha(opacity=20);   
}
#fg_crdiv p {
    display:none;
}
/*-----------Button Styles-----------*/
.button {
	display: inline-block;
	text-decoration: none;
	font-weight: normal;
	line-height: 1;
	position: relative;
	cursor: pointer;
	font-style:normal;
	letter-spacing:normal;
}
.button:hover, .button:active, .button.current {
	color:#ffffff;
	background-color: #555555;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
}
.small.button {
	font-size: 12px;
	font-family:'Arimo', arial, sans-serif;
	padding:6px 15px 7px 15px;
}
.medium.button {
	font-size: 14px;
	font-family:'Oswald', arial, sans-serif;
	padding:12px 25px 15px 25px;	
}
.large.button {
	font-size: 18px;
	font-family:'Oswald', arial, sans-serif;
	padding:16px 28px 18px 28px;	
}
.normal.button{
	color: #cccccc;
	background-color:#000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#555555', endColorstr='#222222'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #555555,  #222222); /* for firefox 3.6+ */ 
	border-top: 1px #999999 solid;
	border-bottom: 0px #666666 solid;
	border-left: 0px #666666 solid;
	border-right: 0px #666666 solid;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	-moz-box-shadow: 0 1px 2px #000000;
	-webkit-box-shadow: 0 1px 2px #000000;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
}
.normal.button:hover {
	background-color:#000000;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#222222', endColorstr='#0c0c0c'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#222222), to(#0c0c0c)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #222222,  #0c0c0c); /* for firefox 3.6+ */ 
	color: #ffffff;
	border-top: 1px #555555 solid;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	-moz-box-shadow: 0 1px 2px #000000;
	-webkit-box-shadow: 0 1px 2px #000000;
	-webkit-border-radius:4px 4px 4px 4px;
	-moz-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
}

.clearformspacing{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	margin:5px 0px 0px 0px;
}