/* Forms CSS Document */

fieldset {
	border:0;
	margin:0;
	padding:0;
}

input, select {
	font: 12px/12px Tahoma, 'courier new',courier,monospace;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
	background: #FBFBFB;
}

form#homeLoginForm input.text {
	width: 140px;
}

input.phone {
	width: 100px;
}

input.text, textarea { 
	font: 12px/12px Tahoma, 'courier new',courier,monospace;
	color: #333;
	padding: 3px;
	margin: 1px 0;
	border: 1px solid #ccc;
	background: #FBFBFB;
}

	input.text {
		width: 143px;
	}	

textarea {
	overflow: hidden;
}

.submitImage {
	padding: 0;
	border: none;
}

.nextFormButton {
	border: none;
}

.selectDropDown {
	width: 108px;
}

	.selectDropDownLarge {
		width: 200px;
	}

select.state {
	width: 150px;
}

	select.dateSelect {
		width: 75px;
	}

input.zipCode {
	width: 45px;
}

input.submit {
	padding: 2px 5px;
	font: bold 12px/12px Tahoma, Helvetica, sans-serif;
	border: 1px solid black;
	background: #9D0013;
	color: #fff;
	cursor: pointer;
}

	input.submitButton {
		padding: 0;
		border: none;
	}
	
	input.outsideTable {
		padding: 5px;
		border: none;
	}

label {
	font-weight: bold;
}

/** Form Field Input Instructions **/

span.note {
	padding: 0 5px;
	vertical-align: baseline;
}
