@charset "ISO-8859-1";
/* CSS Document */

#form_table {
	margin-top:18px;
}

#form_table td {
	padding-bottom:8px;
}

#form_table2 {
	width: 450px;
	margin-bottom:10px;
	margin-top:5px;
}

#form_table2 td {
	padding:10px 0px 0px 0px;
}

.form_leftcells {
	width:215px;
}

.form_statecell {
	width:70px;
}

.form_zipcell {
	width:140px;
}

.form_checkboxcell {
	width:25px;
}

.form_textfield, .form_address, .form_state, .form_zip {
	text-align: left;
	background-color:#fffdf8;
	border: solid #b3afa6 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 12px;
	color: #333333;
	padding-left: 2px;
	margin:2px 0px 5px 0px;
	height:18px;
}

.form_textfield {
	width:180px;
}

.form_address {
	width:403px;
}

.form_state {
	width:40px;
}

.form_zip {
	width:100px;
}

.form_dropdown {
	text-align: left;
	background-color:#fffdf8;
	border: solid #b3afa6 1px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:11px;
	line-height: 12px;
	color: #333333;
	padding-left: 2px;
	margin:2px 0px 5px 0px;
	height:22px;
	width:185px;
}
