@charset "utf-8";
/* CSS Document */

body {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	line-height: 18px;
}

h1 {
	font-size: 16px;
}

h2 {
	font-size: 14px;
	border-bottom: 1px #CCCCCC solid;
	margin-top: 36px;
}

#main {
	width: 600px;
}

#header {
	background: url(../images/header_logo.jpg) no-repeat center;
	width: 600px;
	height: 130px;
	border: 1px #CCCCCC solid;
	margin-bottom: 30px;
}

#form {
	padding: 9px 18px 9px 18px;
	border: 1px #CCCCCC solid;
	background: #EEEEEE;
	overflow: auto;
}

label {
	display: block;
	margin-left: 0px;
} 

label input {
	position: absolute;
	left: 10em;
	width: 225px;
	vertical-align: middle;
}

.small {
	font-size: 9px;
	line-height: 14px;
}

.error {
	padding: 10px 10px 10px 10px;
	border: 1px #330000 solid;
	background: #990000;
	color: #FFFFFF;
}