/*  START Form  */

div#form-bkgd{
	background: url(../images/form-bkgd.jpg);
	background-repeat:no-repeat;
	width:800px;
	height:415px;
	margin:16px 0px 35px 38px;
}

div#form{
	float:left;
	width:780px;
	text-align: left;
	padding: 12px 30px 0px 20px;
	margin-top:10px;
	line-height:20px;
}

div#form  label{
	color: #000000;
	text-align: right;
	padding-right:7px;
	width:155px;
	margin-top:7px;
	float: left;
}
	
div#form input{
	margin: 1px 1px -6px 1px;
}

div#form textarea{
	margin-top: 10px;	
}

select{
	clear:both;
}

.error-text{
	font-weight:bold;
	color:#ff0000;
}

.checkbox-title{
	font-weight:bold;
	padding-left:20px;
}

.intro-text{
	font-weight:bold;
	color:#27a537;
}

.asterisks{
	font-weight:bold;
	color:#ff0000;
	padding-left:5px;
}

.required-field{
	font-weight:bold;
	margin-bottom:0px;
	margin-left:30px;
}

/*  END Form  */