
body{
	color: #000000;
	background-color: #eeeeee;
	text-align: center;
	margin: 0;
	padding: 0;
}

#container{
	width: 800px;
	background-color: #ffffff;
	text-align: left;
	margin: 5% auto;
	padding: 25px;
}

#header {
	height: 153;
	width: 800px;
	float: none;
	clear: both;
	background-image: url("/image/login.jpg");
	background-position: 0 0;
	background-repeat: no-repeat;
}

#contents {
	padding: 0;
	margin-top: 30px;
}

#login {
	float: left;
	width: 400px;
	margin-left: 20px;
	padding: 0px;
	border: 1px solid #aaa;
	text-align: center;
	<% IF config.account_type == 2 && req.headers.https == 'on' %>
	background-image: url("/image/ssl_cornertrust.gif");
	background-position: right bottom;
	background-repeat: no-repeat;
	<% END %>
}

#login h2{
	margin-top:0px;
	padding: 5px;
	font-size:18px;
	text-align: center;
	background-color: #777777;
	color: #fff;
}

#login table{
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

#login span.note{
	font-size: 0.8em;
}

#reminder{
	float: left;
	margin-top: 0;
	margin-left: 25px;
	width: 310px;
}

#reminder h2{
	margin: 0;
	font-weight:	bold;
	font-size:	14px;
}

#reminder p{
	font-size:	14px;
}

#reminder input.email {
	width: 200px;
}


#footer{
	float: none;
	clear: both;
	width: 800px;
	padding: 10px 0 0 0;
	padding-bottom: 6px;
}

#footer p{
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #FFFFFF;
	font-size: 10px;
	text-align: center;
	margin-bottom: 0;
	padding: 5px;
}

input.submitButton {
	background-color:#dedede
}

.clear {
	clear:both;
}

.information {
	border-top:1px dashed #999999;
	border-bottom:1px dashed #999999;
	text-align:center;
	margin-top:20px;
	padding-top:20px;
	padding-bottom:20px;
	width: 800px;
}

.information .box {
	width:500px;
	margin-left:auto;
	margin-right:auto;
	border-bottom:1px solid #999999;
}

.information .box .title {
	text-align:left;
	width:500px;
	margin-top:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-top:1px solid #999999;
	border-bottom:1px solid #999999;
}

.information .box .title a{
	color:#FF6600;
	font-weight:bold;
}



.information .box .text {
	width:380px;
	text-align:left;
	float:left;
	margin:0;
	font-size:0.8em;
}

.information .box .image {
	width:100px;
	float:right;
	margin:0;
}

.information .box .image img{
	border:none;
}

.information .box .text .readmore{
	text-align:right;
}
