@charset "utf-8";
/* CSS Document */
div.main_container {
	width: 610px;
	margin-left: auto;
	margin-right: auto;
}
div.black_bar {
	background-color: #000000;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
div.statement_frm {
	float: left;
	margin-left: 13px;
	padding-top: 8px;
	width: 550px;
}
div.statement_frm input[type='text'] {
	border: 1px solid #FFFFFF;
	font-size: 16px;
	width: 461px;
	padding: 3px;
	float: left;
}
div.statement_frm input[type='button'] {
	border: 1px solid #FFFFFF;
	background-color: #FFFFFF;
	font-size: 16px;
	cursor: pointer;
	padding: 2px;
	margin-left: -2px;
	float: left;
	width: 46px;
}
div#status_statements {
	font-size: 15px;
	height: 505px;
}
div.au_statement {
	font-size: 14px;
	margin-bottom: 10px;
}
div.au_statement_frm input[type='text'] {
	border: 1px solid #000000;
	font-size: 16px;
	width: 571px;
	padding: 3px;
}
div.oc_opt {
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	text-align: center;
	font-weight: bold;
	font-size: 14px;
	padding: 5px;
	width: 61px;
}
div.oc_opt input {
	display: none;
}
div.sc_list {
	height: 358px;
	margin-bottom: 10px;
}
div.sc_list_item {
	float:left;
	width: 550px;
}
div.specifications {
	margin-top: 10px;
}
div.sp_op {
	float: left;
	background-color: #000000;
	color: #FFFFFF;
	font-weight: bold;
	padding: 5px 10px;
}
div.sp_op input[type='radio'] {
	display: none;
}
div#sp_day select {
	border: 1px solid #000000;
	font-size: 14px;
}
div#sp_week select {
	border: 1px solid #000000;
	font-size: 14px;
}
div#sp_month select {
	border: 1px solid #000000;
	font-size: 14px;
}
div#sp_year select {
	border: 1px solid #000000;
	font-size: 14px;
}
.statement_blurbs {
	padding-left: 60px;
	padding-top: 5px;
	padding-bottom: 5px;
}
.blurb_form {
	padding-left: 60px;
	display: none;
}
.blurb_form textarea{
	height: 29px;
	width: 340px;
	border: 1px solid #797979;
}
.blurb_form input{
	border-width: 1px;
	border-color: #797979 #000000 #000000 #797979;
	background: #000000;
	color: #FFFFFF;
	font-size: 11px;
}