html, body {
	margin: 0;
	padding: 0;
}

body {
	background: url(/img/main_template/bg.gif) repeat-x;
	color: #9bacbc;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

#wrapper {
	margin: 100px auto 0 auto;
	text-align: left;
	width: 425px;
}

#wrapper a {
	text-decoration: none;
}
#wrapper a:hover, #wrapper a:focus {
	outline: none;
	text-decoration: underline;
}

#logo {
	background: url(/img/main_template/logo_sm.350x140.png) no-repeat;
	text-indent:-10000px;
	font-size: 1px;
	line-height: 1px;
	margin: 0 auto 35px auto;
	width: 350px;
	height: 140px;
}
* html #logo {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/main_template/logo_sm.350x140.png',sizingMethod='scale');
}

.breadcrumbs {
	margin: 0 0 8px 1px;
}
.breadcrumbs a {
	color: #9bacbc;
}

#login_box {
	background: url(/img/main_template/login_box_bg.gif) repeat-x bottom;
	border: 1px solid #c6dcf0;
	color: #7c7e81;
	margin: 0 0 12px 0;
	padding: 0 0 5px 0;
}

#login_box form {
	margin: 20px 0 0 0;
	padding: 0 30px;
}

#login_box form .text_elems {
	margin: 0 0 20px 0;
}
#login_box form .text_elems div {
	margin: 0 0 10px 0;
}
#login_box form .text_elems label {
	float: left;
	line-height: 33px;
	width: 75px;
}
#login_box form .text_elems input {
	background-color: #e6f4fb;
	border: 1px solid #cadef0;
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 19px;
	padding: 5px;
	width: 270px;
}

#login_box form .action_elems {
	margin: 0 0 0 15px;
}
#login_box form .action_elems input {
	background: transparent url(/img/main_template/login_btn.gif) no-repeat;
	border: none;
	cursor: pointer;
	margin: 0;
	padding: 0;
	font-size: 1px;
	line-height: 1px;
	width: 154px;
	height: 66px;
	vertical-align: middle;
}
#login_box form .action_elems a {
	position: relative;
	top: -5px;
	color: #6f9859;
	font-size: 10pt;
	font-weight: bold;
	margin: 0 0 0 45px;
}

#secure_site {
	background: url(/img/main_template/secure_site.gif) no-repeat;
	font-size: 1px;
	line-height: 1px;
	text-indent: -10000px;
	margin: 0 5px 0 auto;
	width: 133px;
	height: 45px;
}
* html #secure_site {
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='img/main_template/secure_site.gif',sizingMethod='scale');
}
#footer {
	text-align: center;
}
#btn_box {
	background-color: #fff;
	border: 1px solid #cadef0;
	margin: 25px auto 0 auto;
	padding-top: 18px;
	width: 420px;
	height: 60px;
}
#btn {
	background-color: #fff;
	border: none;
	margin-top: -28px;
	padding: 0 15px;
}

.error {
	font-size: 14px;
	font-weight: normal;
	color: #CC0000;
	margin-top: 0;
	letter-spacing: 2px;
	width: 578px;
	display: block;
}