/*
#content input, #content textarea, #content select {
	border: 1px solid #333;
		background: url(/images/bg922952343.png) repeat-x #edecc4;
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 12px;
	color: #333;
	height:15px;
	padding:4px;
	margin-bottom:6px;
}

#content label {
	font-family: Arial, Helvetica, sans-serif;
	font-style: bold;
	font-size: 13px;
	color: #4a152d;
	margin-right:5px;
	padding:4px;
}



#content input:hover {
	border: 1px solid #4a152d;
	background: url(/images/bg922952343.png) repeat-x #edecc4;
	color: #454743;
}
*/

/* FORM STYLES
-------------------------------------------------------------------*/


#content form {
		font-size:.85em;
}

#content form p  {
		font-size:1em;
}

#contactFormWrapper {
	float:left;
    padding-right:25px;
    width:540px;
    }
    
#contactInfo {
	float:left;
    width:385px;
    }
   
#content form#contact {
	padding:10px 0px;
    }
    
#content input, #content textarea {
	font-family:Verdana, Arial, Helvetica, sans-serif;
    }
    
#content label {
	color:#4a152d;
	font-weight:bold;
    }
    
#content p.captcha {
	color:#687890;
    font-weight:bold;
    margin:5px 0 -5px;
    }
    
#content .contactfield h2 {
	color:#4a152d;
	font-weight:bold;
    border-bottom:1px solid #ccc;
    padding-bottom:5px;
    margin:5px 0 8px;
    width:426px;
    }
	
#content input[type='radio'], #content input[type='checkbox'], #content input.checkbox, #content input.radio{
	border:none!important;
	vertical-align:middle;
}

#content input, #content select {
border:1px solid #ccc;
font-size:11px;
padding:4px 3px;
color:#666;
width:auto;
margin-bottom:5px;
margin-top:3px;
}

#content select {
	width:200px; 
}

#content input.tellFriend {
	height:auto;
    width:auto;
    border:none;
    }
    
#content input.submit {
	width:98px;
  
	padding-top:20px;
	border:none;
    margin-top:10px;
    padding:10px;
	font-weight:bold;
	text-align:center;
	background:#4a152d;
	display:block;
	color:#fff;
	    cursor:pointer;
    }

#content input.submit:hover{ 
    cursor:pointer;
	font-weight:bold; 
	background:#7C0040; 
    }
		
#content textarea {
	border:1px solid #ccc;
    font-size:11px;
    padding:3px 3px;
    color: #666;
    width:420px;
    }
    
#content .validation-advice {
	background: url(../images/icon_validation.gif) 0px 3px no-repeat;
	font-size:10px;
	color:#903;
	padding-left:10px;
	line-height:12px;
    margin:8px 0;
} 

#content .requiredfield {
	font-weight:normal;
    color:#666;
    }
    
#content div.contactfield {
	padding:15px 0 0 0;
    }
    
#content div.checkboxColumn {
	background:#fff;
	float:left;
    width:225px;
	font-size:.9em;
    }
	
#content div.checkboxColumn span {display:block; float:left; margin-left:25px;}
    
#content div.checkboxColumn input {
	width:auto;
    height:auto;
    margin:3px 3px 3px 0;
    border:none;
    }


#content input[type='button']:hover, #content input.button{
	background-color: #7C0040;
	cursor:pointer;
	color:#fff;
}

#content input[type='submit']:hover, #content input.submit{
	background-color: #7C0040;
	cursor:pointer;
	color:#fff;
}

p.bolderror{font-weight:bold;color:#000000;background-color:#ccc;}
span.bolderror{font-weight:bold;color:#000000;background-color:#ccc;}
span.audbold{font-weight:bold;color:#000000;background-color:#ccc;}
p.audbold{font-weight:bold;color:#000000;background-color:#ccc;}
