/* Forms CSS Document */

fieldset {
	border:0;
	margin:0;
	padding:0;
}

input, select {
	font: 12px/12px Verdana, 'courier new',courier,monospace;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
	background: #FBFBFB;
}

input.phone {
	width: 100px;
}

input.text, textarea { 
	width: 175px;
	font: 12px/12px Verdana, 'courier new',courier,monospace;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
	background: #FBFBFB;
}

input.zipCode {
	width: 45px;
}

input.submit {
	border: none;
	cursor: pointer;
}

select.community {
	width: 120px;
}

label {
	font-weight: bold;
}

/** Form Field Input Instructions **/

span.note {
	padding: 0 5px;
	vertical-align: baseline;
}
