*
{
	font-family: Arial;
	font-size: 12px;
	margin: 0;
	padding: 0;
}
body
{
	background: #b1bbd6;
}
table
{
	border-collapse:collapse;
}
table.table100
{
	height: 100%;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
table.main_t
{
	margin: auto;
	width: 471px;
}
table.main_t .main
{
	background: #dde3ef url('images/ots_main.gif') repeat-x;
	text-align: left;
}
.top
{
	background: url('images/ots_top.gif') no-repeat;
	font-size: 3px;
	height: 12px;
}
.left
{
	background: url('images/ots_left.gif') repeat;
	width: 12px;
}
.right
{
	background: url('images/ots_right.gif') repeat;
	width: 12px;
}
.bottom
{
	background: url('images/ots_bottom.gif') no-repeat;
	font-size: 3px;
	height: 12px;
}
img
{
	border: 0;
	margin: auto;
	padding: auto;
}
label
{
	color: #585858;
	display: block;
	font-weight: bold;
	padding-top: 2px;
}
.input
{
	border: #7884a4 1px solid;
	height: 19px;
	width: 150px;
}
.d_left
{
	float: left;
	padding: 20px 0 0 70px;
}
.d_right
{
	float: right;
	padding: 18px 17px 0 0;
}
.both
{
	clear: both;
	padding-top: 15px;
	padding-left: auto;
	padding-right: auto;
	text-align: center;
}
.both img
{
	margin: 10px 0 10px 0;
}
.both a
{
	display: block;
	margin: auto;
	width: 200px;
}
.r_btn
{
	text-align: right;
	padding: 17px 0 10px 0;
}
a.lost_pass
{
	color: #a10d0d;
	display: block;
}
a.lost_pass:hover
{
	text-decoration: none;
}
.btn_login, .btn_auth
{
	border: 0;
	color: #00002d;
	cursor: pointer;
	font-weight: bold;
	height: 21px;
	text-align: center;
}
.btn_login
{
	background: url('images/btn_login.gif') no-repeat;
	width: 78px;
}
.btn_auth
{
	background: url('images/btn_auth.gif') no-repeat;
	margin-bottom: 10px;
	width: 169px;
}