<!--
.form_table {
	padding: 1px;
	cellspacing: 1px;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.form_label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: right;
	font-weight: bold;
	white-space: nowrap;
	width: 180px;
	background-color: #ffffff;
	padding: 2px 10px 2px 2px;
}
.form_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #f5f5f5;
	width: 323px;
	white-space: nowrap;
	padding: 2px 2px 2px 10px;
}
.form_box input, .form_box textarea, .form_box select {
	font-size: 14px;
	width: 250px;
}
.form_wide_box {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	background-color: #f5f5f5;
	width: 503px;
	white-space: nowrap;
	padding: 2px 2px 2px 10px;
}
.form_wide_box input, .form_wide_box textarea, .form_wide_box select {
	 font-size: 14px;
	 width: 250px;
	 padding: 2px;
}
.form_wide_label {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	text-align: center;
	font-weight: bold;
	white-space: nowrap;
	width: 503px;
	background-color: #ffffff;
	padding: 2px 10px 2px 2px;
}
.form_star {
	font-size: 22px;
	color: #ff0000;
	font-weight: bold;
}
.form_label.form_required {
	text-align: right;
	background: none;
}
.security_text {
	color: #ff0000;
	font-size: 10px;
}
.security_image {
	width: 86px;
	height: 21px;
}
.form_table .zip {
	width: 75px;
}
.form_table .state {
	width: 40px;
}
.form_table .npa {
	width: 50px;
}
.form_table .nxx {
	width: 50px;
}
.form_table .lastfour {
	width: 65px;
}
.form_table .ext {
	width: 60px;
}
.form_table .security_box {
	width: 75px;
}
.form_btns {
	
	text-align: right;	
	padding-right: 55px;
}
.form_steps {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	white-space: nowrap;
	padding: 10px 2px 10px 10px;
	background-color: #bf4f4f;
	color: #ffffff;
	font-weight: bold
}
-->