html, body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

body, #shadow_tr, #shadow_b {
	background-color: #d1e6b5;
}

table.containerTable {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
}

table.containerTable td {
	vertical-align: middle;
}

#container {
	position: relative;
	float: left;
	width: 515px;
	background-color: #ffffff;
	overflow: hidden;
}

#header {
	width: 515px;
	height: 68px;
	background-image: url(/template/login/images/login_top.jpg);
	background-repeat: no-repeat;
}

#loginBox {
	margin: 30px auto 5px;
	position: relative;
	width: 309px;
	background-image: url(/template/login/images/loginbox_mid.gif);
	background-repeat: repeat-y;
	overflow: hidden;
}

#loginBox_top {
	width: 309px;
	height: 8px;
	background-image: url(/template/login/images/loginbox_top.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#loginBox_mid {
	width: 309px;
	padding: 12px 0px 12px 30px;
	background-repeat: repeat-y;
}

#loginBox_btm {
	width: 309px;
	height: 16px;
	background-image: url(/template/login/images/loginbox_btm.gif);
	background-repeat: no-repeat;
	overflow: hidden;
}

#footer {
	position: relative;
	width: 515px;
	height: 86px;
	padding-left: 36px;
	background-image: url(/template/login/images/login_btm.gif);
	background-repeat: no-repeat;
}