/* Labels */
.standardForm label
{
	display: block;   
	margin-top: 10px;
	font-weight: bold; 
}

span.required
{
	color: #A7005B;	
}
          
/* Inputs, selects, textareas */
.standardForm input[type="text"], .standardForm textarea
{
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: 300px; 
}

.standardForm textarea
{
	height: 100px;
}

.standardForm select
{
	border: 1px solid #CCCCCC;
	width: 300px;
}

.standardForm input[type="text"].thin
{
	width: 130px;
}

/* capture image */
#captchaCode
{
	margin: 10px 0 0 0;
	height: 30px;
	overflow: none;
}

	#captchaCode img
	{
		float: none;
	}
	
/* buttons */
.standardForm input[type="submit"], .standardForm input[type="button"]
{
    -moz-transition: all 300ms ease-in-out 0s;
    background: none repeat scroll 0 0 #ffc000;
    border-radius: 10px 10px 10px 10px;
    color: #FFFFFF;
    display: block;
    font-size: 14px;
    height: 23px;
    line-height: 0.92em;
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    width: auto;
    margin-top: 10px;
}

.standardForm input[type="submit"]:hover, .standardForm input[type="submit"]:hover
{
    background: #ffaa00;
    text-decoration: none; 
    cursor: pointer; 
}

.standardForm label.error
{
	display: none !important;
}

.standardForm input.error, .standardForm textarea.error, .standardForm select.error
{
	border: 1px solid #A7005B;
}

div.error_message
{
	border: 2px solid #A7005B;
	padding: 10px;
	margin: 10px 0;
	border-radius: 6px;	
	text-align: center;
	width: 500px;
}

/*----------------------------------------
Form styles
----------------------------------------*/ 

.frm fieldset img#logo
{
    display: block;
    margin-left: 6px;
    margin-top: 6px;
}

.frm fieldset
{
    border: 0 none;
    min-height: 400px;      
}


.frm label
{
    color: #444444;
    display: block;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2em;  
    margin: 23px 0 -2px 5px;
}
  
.frm input[type="text"], .frm input[type="password"]
{
    background: transparent url('../images/form-field.png') top left no-repeat;  
    color: #666;
    font-size: 15px;
    height: 23px;
    margin: 0;
    overflow: hidden;
    padding: 15px 15px;
    width: 428px;
}

.frm input[type="text"]:focus, .frm input[type="password"]:focus   
{
    background: #fff;    
    -webkit-box-shadow: 0px 0px 3px 0px #ffc000; 
    -moz-box-shadow: 0px 0px 3px 0px #ffc000; 
    box-shadow: 0px 0px 3px 0px #ffc000; 
    border-color: #ffc000;
}


.frm input.error 
{
    border-color: #c74828;
}

.frm div.error
{
    color: #c74828;
    font-size:12px;
    font-weight:bold;
    padding-left:5px; 
}
.frm div.success
{
    color: #b5e61c; 
    font-size:18px;
    font-weight:bold;
    margin: 80px;
}
           
/* Contact Form */           
#frmSubscribe input[type="text"]
{
	padding: 3px !important;
	background: none !important;
	border: 1px solid #CCCCCC;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	height: auto !important;
	margin-top: 3px;
	width: 260px;
}

#frmSubscribe .btn{
    margin-top: 20px;    
    font-size: 18px;
}


#frmSubscribe textarea
{
	height: 50px;
	margin-top: 3px;
	width: 250px;
}

#frmSubscribe label
{
	margin-top: 15px;
}

#frmSubscribe label.error
{
	margin: 0 !important;
}

#frmSubscribe fieldset
{
    min-height: 200px; 
    float: left; 
    width: 300px;   
}


#frmSubscribe input[type="text"].error, #frmSubscribe textarea.error
{
	border: 1px solid #c00000;
}