#main_frame {
	width:85%;
	min-width:760px;
	max-width:1024px;
	margin:0 auto;
	text-align:left;
	background: #fff;
}

#header {
	height:100px;
	background:#333 url('/portal/images/road-header.png') center left no-repeat;
}

table.front_form {
	border:1px solid #888;
	border-collapse:collapse;
}
table.front_form td, table.front_form th { 
	font-family:Arial;
	font-size:8pt;
	border:1px solid #888;
	white-space:nowrap;
	vertical-align:top;
}
table.front_form th {
	font-weight:bold;
	text-align:left;
}
table.front_form th.table_heading {
	font-size:12pt;
	text-align:center;
	background-color:#bbb;
}
table.front_form input, table.front_form select, table.front_form option, table.front_form textarea {
	font-family:Arial;
	font-size:9pt;
}
table.front_form input, table.front_form select, table.front_form textarea {
	margin-bottom:1px;
	border:solid 2px #bbb;
}
table.front_form input:focus, table.front_form select:focus, table.front_form textarea:focus {
	border:solid 2px #000;
}

table.table_wrapper {
	max-width:850px;
	margin:8px;
}

.error_box {
	margin:1em 0;
	padding:1em.5em;
	color:white;
	font-size:1.2em;
	background:#665c5a url('/portal/images/alert-bg.png') top right no-repeat;
	border:solid 2px #baafad;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15px;
}
.error_box a {
	color:#bbf;
}
