form {
	width: 765px;
}
form h2.break {
	font-size: 18px;
	text-transform: uppercase;
	color: #1a4572;
	clear: both;
	border-bottom: 1px solid #1a4572;
}
form label {
	clear: both;
	float: left;
	text-align: right;
	width: 300px;
	margin-right: 10px;
	margin-bottom: 8px;
	vertical-align: middle;
	display: block;
}
form .input {
	float: left;
	margin-bottom: 8px;
	display: block;
	width: 300px;
}
form .input_error {
	float: left;
	margin-bottom: 8px;
	display: block;
	width: 300px;
}
form #error_box {
	width: 729px;
	border: 3px solid #ff0000;
	background-color: #ff7989;
	color: #fff;
	padding: 15px;
	font-size: 14px;
	margin-bottom: 8px;
}
form .input_error input, form .input_error select, form .input_error textarea {
	background-color: #ff7989;
	color: #000;
}
.input ul,.input_error ul, table ul {
	padding: 0 !important;
	margin: 0 !important;
}
form ul li {
	list-style: none;
	padding: 0 !important;;
	margin: 0 !important;;
	vertical-align: middle !important;
}
p.description {
	margin: 10px 0 10px 0;
}
table.table, table.center {
	width: 100%;
	border-collapse: collapse; 
}
table.center_head tr td {
	text-align: center;
	font-weight: bold
}
table.center_head tr td.text_left {
	text-align: left;
	font-weight: bold
}
table.table thead tr td {
	font-weight: bold;
}
table.table tbody tr td,table.center tbody tr td {
	vertical-align: text-top;
}
#current_status {
	width: 120px;
	height: 25px;
	margin: 0 auto;
}
.required_red {
	color: red;
}
#usaa_logo {
	float: right;
	height: 55px;
}
#usaa_logo #usaa_text_link {
	color: #1D699A;	
	font-size: 14px;
	margin-right: 10px;
}
#usaa_logo #usaa_img_link img {
	vertical-align: middle;
}