#contact-form
{
width:400px;
height:auto;
padding: 20px;
background-color:#fff;
}

#contact-form #txtName
{
background:url('images/name-icon.gif');
background-position:left center;
background-repeat:no-repeat;
width:300px;
padding:5px;
margin-bottom:10px;
}

#contact-form #txtEmail
{
background:url('images/mail-icon.gif');
background-position:left center;
background-repeat:no-repeat;
width:300px;
margin-bottom:10px;
padding:5px;
}

#contact-form #txtURL
{
background:url('images/link-icon.gif');
background-position:left center;
background-repeat:no-repeat;
width: 300px;				
margin-bottom:10px;
padding:5px;
}

#contact-form #txtMessage
{
margin-bottom:10px;
}

#contact-form #box .validText 
{
	background-color: #F1FEDB;
	border: 1px solid #BDD77F;
	margin-top: 3px;
	padding-left: 20px;
}

#contact-form #box .invalidText
{
        background-color: #FEDBE0;
	border: 1px solid #ff9fad;
	margin-top: 3px;
	padding-left: 20px;
}

#contact-form #btnSubmit ,#btnSubmit2{
	color: #ffffff;
	text-decoration: none;
	background: #5c8d0c url('images/nav-button-bg.gif') repeat-x;
	padding: 5px 15px;
	font: bold 14px/100% Arial, Helvetica, sans-serif;
	border-top: 1px solid #E6EED0;
	border-left: 1px solid #AFCD69;
	border-right: 1px solid #AFCD69;
}

#contact-form #box label
{
font-weight:bold;
}

#contact-form .invisible
{
display:none;
}

#contact-form .visible
{
display:inline;
}

#contact-form #preview
{
margin: 10px;
padding: 10px;
}

#contact-form #head_preview
{
font-size:25px;
font-weight:bold;
font-style:normal;
font-family:tahoma;
color: #244E83;
width: 385px;
}

#contact-form #header_contact
{
font-family: tahoma;
font-size:23px;
color: #244E83;
width:550px;
border-bottom: 1px solid #E7F1FF;
padding-bottom: 5px;
font-weight: bold;
}

#contact-form p
{
width:550px;
}
