* {
	margin: 0;
	padding: 0;
}
* body {
	margin: 50px 0 0;
	background: #fff url(../images/bg.gif) repeat-x;
	font: .74em "Trebuchet MS", Arial, Sans-Serif;
	color: #444;
}
input {
	border: 1px solid #7F9DB9;
	background-color: white;
}
.textfield{
	width:270px;
}
.textarea{
	width:270px;
	height:100px;
}
h1 {
	font-size: 3em;
	font-weight: normal;
	float: left;
}
h1 a {
	text-decoration: none;
}
h2 {
	font-size: 2em;
	color: #FFF2B3;
	font-weight: normal;
	margin: 0 0 .8em;
}
h3 {
	font-size: 1.5em;
	border-bottom: 1px solid #eee;
	margin: 0 0 .8em;
}
p {
	margin: 0 0 2em 0;
	line-height: 1.8em;
}
em {
	border-bottom: 1px dotted #fff;
	cursor: pointer;
}
a {
	color: #9D2900;
}
a:hover {
	color: #A0000E;
	text-decoration: none;
}
img {
	border: 0;
}
.red {
	color: #9D2900;
}
.wrap {
	width: 900px;
	margin: 0 auto;
}
#header {
	width: 900px;
	height: 50px;
	margin: 0 auto;
}
#menu {
	float: right;
	padding: 6px 0 0 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	float: left;
	margin-left: 30px;
	padding: 7px;
	text-decoration: none;
	font-size: 13px;
	color: #000000;
}
#menu a:hover {
	color: #000;
	border-bottom: 2px solid #ccc;
}
#menu .active a {
	border-bottom: 2px solid #C70012;
	color: #9D2900;
}
#teaser {
	clear: both;
	height: 259px;
	background: #fff url(../images/teaserbg.jpg) repeat-x;
}
.box {
	float: left;
	padding: 66px 0 0;
	width: 480px;
	color: #C7E3EE;
}
#image {
	float: right;
	width: 388px;
	position: relative;
	top: 13px;
	/*background: url(../images/logotype.jpg) no-repeat top right;*/
	height: 258px;
}
#bar {
	height: 40px;
	margin: 0 0 30px;
	padding: 8px 0 0 0;
	background: url(../images/bar.gif) repeat-x;
}
.step {
	cursor: pointer;
	color: #FAFDDD;
	padding: 4px 0 0 11px;
	margin: 0 35px 0 0;
	font-size: 1.4em;
	float: left;
	text-align: center;
	background: url(../images/step.gif) no-repeat;
	height: 30px;
}
.step a {
	color: #fff;
	margin: 0 10px 0 0;
}
.col {
	float: left;
	width: 250px;
	margin: 0 30px 16px 0;
}
.last {

}
.info {
	border: 1px solid #e0e0e0;
	background: #f4f4f4;
	padding: 7px;
}
#footer {
	clear: both;
	width: 900px;
	margin: 0 auto;
	padding: 15px;
	border-top: 1px solid #e0e0e0;
	background: #fff;
}
#footer .right {
	float: right;
	margin: 0 55px 0 0;
}
#footer a {
	color: #808080;
	font-weight: bold;
}
.error{
	color:#800000;
	font-weight:bold;
}
.noerror{
	color:#008000;
	font-weight:bold;
}
.message li{
	color:#800000;
	text-decoration:none;
}
.submit{
	width:60px;
	height:22px;
	border:none;
	color:none;
	background: #fff url(../images/submit.jpg) no-repeat;
}
ol{
margin-left:30px;
margin-right:50px;
}
li{
	margin-left:30px;
}

/*window style*/

.window{
	background-color:white;
	border:1px #4F81BD solid;
	padding:2px;
	position:fixed;
	top:100px;
	left:100px;
	right:100px;
	bottom:100px;
	display:none;
}
.window_title{
	background-color:#4F81BD;
	color:white;
	font-weight:bold;
	padding:2px;
	position:relative;
}
.window_title img{
	margin-right:2px;
	position:absolute;
	top:2px;
	right:2px;
}
.window_body{
	overflow:auto;
	padding:5px;
	width:98%;
	height:80%;
	margin-top:3px;
}

