/*
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;
}
h3 {
	font-size:20px;
	font-family: 'Oswald', arial, sans-serif;
	color:#ffffff;
	padding:0 0 10px 0;
	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:#777777;
   text-shadow:0 0 0 transparent,#000000 0px 1px 0px;
}
#contactus input[type="text"],textarea {
	font-family : 'Arimo', arial, sans-serif;
	font-size: 12px;
	line-height:140%;
	color : #cccccc; 
	padding : 3px; 
	background:#333333;
	border-bottom:1px #444444 Solid;
	border-right:1px #444444 Solid;
	border-top:1px #000000 Solid;
	border-left:1px #000000 Solid;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(17, 17, 17);
	/* RGBa with 0.6 opacity */
	background: rgba(17, 17, 17, 0.5);
}
#contactus input[type="text"] {
  height:28px;
  width:207px;  
}
#contactus #scaptcha {
  width:60px;
  height:18px;
}
#contactus input[type="submit"] {
   width:120px;
   height:30px;
   margin-top:20px;
}
#contactus textarea {
  height:160px;
  width:440px;
}
#contactus input[type="text"]:focus,textarea:focus {
	color : #cccccc;
	/* Fallback for web browsers that doesn't support RGBa */
	background: rgb(17, 17, 17);
	/* RGBa with 0.6 opacity */
	background: rgba(17, 17, 17, 0.8);
	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;	
}
.highlight.button{
	color: #ffffff;
	text-shadow:0 0 0 transparent, 0px 1px 0px #000000;
	-moz-box-shadow: 0 1px 3px #000000;
	-webkit-box-shadow: 0 1px 3px #000000;
	border-top: 1px #7ec9ef solid;
	border-bottom: 0px #03202e solid;
	border-right: 0px #0c6491 solid;
	border-left: 0px #0c6491 solid;
	background-color:#0c6491;
	background-image:url(../images/gloss.png);
	background-position:center;
	background-repeat:repeat-x;	
}
.highlight.button:hover {
	background-image:url(../images/gloss2.png);
	background-position:center;
	background-repeat:repeat-x;	
}
.clearformspacing{
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
	margin:5px 0px 0px 0px;
}