div#contact-form-box {
	width:316px;
	height:490px;
	vertical-align: top;
	background-image: url(../images/form-bkgd.jpg);
	background-repeat:no-repeat;
}

label    {
     float: left;
     text-align: left;
     margin: 20px 0px 0px 3px;
     display: block;
     color: #FFFFFF;
     font-weight: bold;
     font-family: Arial, Helvetica, sans-serif;
	 font-size:14px;
}


.submit input  {
    margin-left: 6em;
}

.submit-btn  {
   width:153px;
   height:31px;
   margin:10px 0px 0px 50px;
}


select{
	margin-top:3px;
}


input   {
    border: 0px;		
	background-repeat:no-repeat;
	width:243px;
	height:20px;
	font-size:13px;	
	line-height:21px;
	margin-top:2px;
}

.textarea {
    width: 240px;
    height: 150px;
}

#message {
	border:none;
	height:163px;
	width: 243px;
	margin:3px 0px 12px 3px;
	padding:5px 0px 0px 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:13px;
}

.form-field-bkgd{
	background-image: url(../images/form-field-bkgd.jpg);
	background-repeat:no-repeat;
	width:253px;
	height:30px;
	border: 0px;
	color:#000;
	padding-left:4px;
}

.form-field-bkgd select{
	border: 0px;	
	width:240px;
}

.message-bkgd{
	background-image: url(../images/message-bkgd.jpg);
	background-repeat:no-repeat;
	width:253px;
}

.error-text{
	color:#FF0000;
	font-weight:bold;
}
.asterisk{
	color: red;
	font-size:15px;
	font-weight:bold;
}
#form-require p{
	text-align:center;
}