/*  START Form  */

div#form-bkgd{
	background: url(../images/emergency-form-bkgd.jpg);
	background-repeat:no-repeat;
	width:389px;
	height:290px;
	margin:23px 0px 35px 8px;
}

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

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

select{
	clear:both;
}

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

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

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

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

#main-text-emergency{
	width:480px;
	margin-top:10px;
	padding-top:0px;
	margin-left:120px;
}

/*  END Form  */