/* CSS Document */
html {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #b5b5b5;
}
body {
	font-size: 100%;
	margin: 0;
	padding: 0;
}
body * {
	font-size: 1em;
}
#header, #content, #banner, #footer {
	width: 644px;
	margin: 0 auto;
	position: relative;
}
.lc {
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
}
.rc {
	position: absolute;
	right: 0;
	top: 0;
	width: 10px;
}
/****************************************/
/*************** header *****************/
/****************************************/
#header {
	background-image: url(../media/images/header_bg.png);
	height: 60px;
	margin-top: 10px;
}
#header .lc {
	background-image: url(../media/images/header_lc.png);
	height: 60px;
}
#header .rc {
	background-image: url(../media/images/header_rc.png);
	height: 60px;
}
#header #progressbar {
	position: absolute;
	width: 511px;
	height: 31px;
	left: 67px;
	top: 19px;
}
#header #progressbar .progress { 
	width: 18px;
	height: 31px;
	margin-right: 2px;
	float: left;
}
#header #progressbar .red {
	background-image: url(../media/images/progress_red.png);
}
#header #progressbar .blue {
	background-image: url(../media/images/progress_blue.png);
}
/****************************************/
/*************** content ****************/
/****************************************/
#content {
	background-image: url(../media/images/content_bg.png);
	padding: 10px 47px;
	width: 550px;
	min-height: 300px;
}
#content h1 {
	font-size: 2em;
	margin-bottom: 1em 0;
}
#content h1.big {
	font-size: 5em;
}
#content h2 {
	font-size: 1.6em;
}
#content h1.error {
	color: #CC081F;
	font-size: 1.5em;
	border: 2px dashed;
	padding: 1em;
}
#content p, #content li {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	line-height: 1.4em;
}
#content ol {
	margin-bottom: 2em;
}
#content h1 + p {
	font-weight: bold;
	font-size: 1.4em;
}
#content fieldset {
	padding: 0 20px;
}
#content fieldset legend {
	font-size: 1.2em;
	margin: 0 1em;
	padding: 0 1em;
}
#content fieldset form {
	display: block;
	margin: 2em;
}
#content form.col {
	float: left;
	width: 49%;
}
#content form p {
	margin: 2em 0;
}
#content form p.error {
	color: #CC081F;
	font-weight: bold;
	border: 2px dashed;
	padding: 1em;
}

#content form div {
	margin: 0.5em 0;
	font-size: 1.2em;
}
#content form div input {
	font-size: 1.2em;
}
#content form div label {
	width: 150px;
	margin-right: 10px;
	float: left;
	text-align: right;
}
#content form #submit {
	font-size: 1.2em;
}
#content form #submitform {
	padding-left: 160px;
}
#content form#been_there, #content form#been_there div {
	display: inline;
}
	
/****************************************/
/*************** banner *****************/
/****************************************/
#banner {
	background-image: url(../media/images/banner.png);
	height: 60px;
}
/****************************************/
/*************** footer *****************/
/****************************************/
#footer {
	background-image: url(../media/images/footer_bg.png);
	height: 22px;
}
#footer .lc {
	background-image: url(../media/images/footer_lc.png);
	height: 22px;
}
#footer .rc {
	background-image: url(../media/images/footer_rc.png);
	height: 22px;
}
