/*
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;
	height:20px;
	padding:0px;
	border:0px solid #cccccc;
}
h3 {
	font-size:22px;
	font-family: 'Yanone Kaffeesatz', sans-serif;
	color:#ffffff;
	padding:0 0 10px 0;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
#contactus label {
	margin:0 0 6px;
	display:block;
	font-size:13px;
	font-family: 'PT Sans', sans-serif;
	color:#999999;
	text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
#contactus input[type="text"],textarea {
	padding: 10px;
	margin: 0 0 20px 0;
	font-family: 'PT Sans', sans-serif;
	color: #cccccc;
	font-size: 13px;
	border-bottom:1px #555555 Solid;
	border-right:1px #444444 Solid;
	border-top:1px #000000 Solid;
	border-left:1px #000000 Solid;
	background-color:#444444;
	overflow:hidden;
	box-shadow:inset 0px 0px 85px rgba(0,0,0,.2);
	-webkit-box-shadow:inset 0px 0px 85px rgba(0,0,0,.2);
	-moz-box-shadow:inset 0px 0px 85px rgba(0,0,0,.2);	
}
#contactus input[type="text"] {
  width:320px;  
}
#contactus #scaptcha {
  width:60px;
  height:18px;
}
#contactus input[type="submit"] {
   width:110px;
   height:32px;
   margin-top:10px;
}
#contactus textarea {
  height:140px;
  width:640px;
}
#contactus input[type="text"]:focus,textarea:focus {
	outline: none;
	color:#cccccc;
	background-color:#222222;
}
#contactus .container {
   margin-top:8px;
   margin-bottom: 10px;
   margin-left:0px;
   margin-right:0px;   
}
#contactus .error {
   font-family: 'PT Sans', sans-serif;
   font-size: 13px;
   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: 'PT Sans', sans-serif;
   font-size: 13px;
   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-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;
	margin-top: 5px;
}
.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: 13px;
	font-family: 'PT Sans', sans-serif;
	padding:6px 12px 6px 12px;
}
.medium.button {
	font-size: 16px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	padding:12px 18px 12px 18px;	
}
.large.button {
	font-size: 20px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	padding:16px 28px 16px 28px;
}
.super.button {
	font-size: 22px;
	font-family: 'Yanone Kaffeesatz', sans-serif;	
	padding:19px 32px 19px 32px;
}
.normal.button{
	border:0px;
	color: #999999;
	border: 0px #222222 solid;
	background-color:#222222;
	text-shadow:0 0 0 transparent, 0 1px 0px #000000;
	box-shadow: 0px 1px 3px #000000;	
	-moz-box-shadow: 0px 1px 3px #000000;
	-webkit-box-shadow: 0px 1px 3px #000000;	
	background-position:center;
	background-repeat:repeat-x;	
	-webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;		
}
.normal.button:hover {
	color: #ffffff;
	background-color:#444444;
}
.highlight.button{
	border:0px;
	box-shadow: 0px 1px 3px #000000;	
	-moz-box-shadow: 0px 1px 3px #000000;
	-webkit-box-shadow: 0px 1px 3px #000000;	
	-webkit-border-radius: 40px 40px 40px 40px;
    -moz-border-radius: 40px 40px 40px 40px;
    border-radius: 40px 40px 40px 40px;		
}
.clearnospacing{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	padding:0px
}
.clearsmall{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	padding:10px
}