body {
	font: 12px/14px "Trebuchet MS", Verdana, sans-serif;
	}

br {
	height: 20px;
	}	

fieldset {
	border: 0px solid #000;
	padding: 10px;
	margin: 0;
	width: 250px;
	float: left;
	height: 350px;
	clear: both;
	}

legend {
	font-weight: bold;
	}

label {
	float: left;
	width: 80px;
	padding: 0px 2px 2px 0px;
	margin: 0px;
	clear: left;
	}

label.comments {
	float: left;
	width: 80px;
	padding: 0px 2px 32px 0px;
	margin: 0px;
	clear: left;
	}

input {
	float: left;
	padding: 0px;
	margin: 0px;
	font: 12px/14px "Trebuchet MS", Verdana, sans-serif;
	width: 140px;
	}
	
textarea {
	float: left;
	padding: 0px;
	margin: 0px;
	font: 12px/14px "Trebuchet MS", Verdana, sans-serif;
	width: 140px;
	}

select {
	float: left;
	}

#phone {
	height: 20px;
	clear: both;
	padding: 0px;
	margin: 0px;
	}

input.areacode, input.exchange {
	width: 30px;
	margin-right: 3px;
	}
	
input.number {
	width: 40px;
	}
	
input.button { 
	width: 50px;
	}	

input:focus, select:focus, textarea:focus {
	background: #ffffcc;
	}
	
.masterrequired {
	background:  url(../images/disc.gif) no-repeat;
	text-indent: -2000px;
	width: 16px;
	height: 16px;
	display: block;
	float: left;
	}

.required {
	background:  url(../images/disc.gif) no-repeat;
	text-indent: -2000px;
	width: 16px;
	height: 16px;
	display: block;
	float: right;
	}
	
#submit {
width: 250px;
text-align: right;
}
