#container {
	margin:0 auto;
	width:900px;
}
.form {
	color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}
.hr {
    border-bottom: 1px solid #999999; 
	width: 100%;
}
.intro {
	color: #cf4178;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 20px 0 20px 0;
}
.logo {
	height: 100px;
}
.main {
	background:transparent url(../images/main_bkg.gif) repeat-y scroll 0 0;
	float:left;
	width:900px;
}
.main_bottom {
	background:transparent url(../images/main_bottom.gif) no-repeat scroll center bottom;
	float:left;
	padding:0 0 22px 0;
	width:900px;
}
.main_top {
	background:transparent url(../images/main_top.gif) no-repeat scroll 0 0;
	float:left;
	width:900px;
}
.message {
	color: #cf4178;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	padding: 100px 0 20px 0;
}
.sub_logo {
	height: 100px;
	padding: 30px 0 30px 0;
}
.submit {
	height: 25px;
	font-size: 14px;
	font-family:Arial, Helvetica, sans-serif;
	background-color:#999999;
	color:#000000;
	font-weight:bold;
}
