html {
	height: 100%;
}
*{
	font-size: 1.0em;
	margin: 0;
	padding: 0;
}
form{
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6, p {
	padding: 0.5em 0;
}
h1 {
	font-size: 24pt;
	color: #FF0000;
	text-align: center;
}
h2 {
	font-size: 18pt;
	color: #FF0000;
	text-align: center;
}
h3 {
	font-size: 12pt;
	color: #000080;
	font-weight: bold;
}
body{
	background: #FFFFFF url(images/bg.jpg) repeat-x;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
#container {
	width: 580px;
	margin: 10px auto;
	text-align: left;
	padding: 0px;
	background: #FFFFFF url(images/main_c.jpg) center repeat;
	height: 100%;
}
#container_t{
	background: url(images/main_t.jpg) top repeat-x;
	min-height: 100%;
}
#container_r{
	background: url(images/main_r.jpg) right repeat-y;
	height: 100%;
}
#container_b{
	background: url(images/main_b.jpg) bottom repeat-x;
	height: 100%;
}
#container_l{
	background: url(images/main_l.jpg) left repeat-y;
	height: 100%;
}
#container_t_r{
	background: url(images/main_t_r.jpg) top right no-repeat;
	height: 100%;
}
#container_b_r{
	background: url(images/main_b_r.jpg) bottom right no-repeat;
	height: 100%;
}
#container_b_l{
	background: url(images/main_b_l.jpg) bottom left no-repeat;
	height: 100%;
}
#container_t_l{
	background: url(images/main_t_l.jpg) top left no-repeat; 
	padding: 15px;
	height: 100%;
}
#footer {
	padding: 15px 0;
	font-size: 8pt;
	color: #3E80AF;
	text-align: center;
}

p.big {
	font-size: 13pt;
	font-weight: bold;
	text-align: center;
}
.center {
	text-align: center;
}
.highlighted {
	background: #FFFF00;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}

.inputform {
	
}
.inputform .btn {
	background: url(images/btn_submit.jpg) no-repeat;
	font-weight: bold;
	text-align: center;
	width: 166px;
	height: 30px;
	color: #FFFFFF;
	border: none;
}
.inputform .notes {
	
}
.inputform .label, .inputform .field {
	display: block;
	float: left;
	padding: 3px 0;
}
.inputform .label {
	width: 25%;
}
.inputform .field {
	width: 74%;
}

.message {
	background: #C1CAF0;
	color: #000099;
	border: 2px #000099 dotted;
	font-weight: bold;
	padding: 10px 15px;
}
.error {
	background: #FBE3EE;
	color: #990000;
	border: 2px #990000 dotted;
	font-weight: bold;
	padding: 10px 15px;
}
.message ul, .error ul {
	margin: 0;
	padding: 0;
	list-style: none;
}