html, * {
	font-size: 100%;
	margin: 0;
	padding: 0;
} 
body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Tahoma, Geneva, Verdana;
	font-size: 12px;
	text-align: center;
	color: #333;
}

#main {
	margin: 20px 0;
	width: 100%;
	height: 100%;
}
/*
table {
	width: 100%;
	height: 100%;
}
*/
table div {
	width: 664px;
	text-align: left;
}

#header {
	clear: both;
}
#logo {
	border: 0;
	float: left;
}
#info {
	width: 390px;
	background: #FFD1A4 url("info_bg.gif") top repeat-x;
	display: block;
	float: right;
	color: #000;
}
#info td {
	width: 15px;
	height: 15px;
}
#info .content {
	width: 530px;
	height: 56px;
	padding: 0 5px;
	vertical-align: top;
	line-height: 155%;
}
#info .topleft {
	background: url("info_top-left_bg.gif") top left no-repeat;
}
#info .topright {
	background: url("info_top-right_bg.gif") top right no-repeat;
}
#info .botleft {
	background: url("info_bot-left_bg.gif") bottom left no-repeat;
}
#info .botright {
	background: url("info_bot-right_bg.gif") bottom right no-repeat;
}

#auth_form {
	clear: both;
	padding-top: 90px;
	margin-bottom: 70px;
	position: relative;
}
#form td {
	width: 15px;
	height: 15px;
}
#form .content {
	width: 630px;
	padding: 31px 0 47px;
	_padding-bottom: 77px;
	vertical-align: top;
	/* line-height: 155%; */
}

#form .topleft {
	background: url("form_top-left_bg.gif") top left no-repeat;
}
#form .top {
	background: url("form_brd_bg.gif") top repeat-x;
}
#form .topright {
	background: url("form_top-right_bg.gif") top right no-repeat;
}
#form .right {
	background: url("form_brd_bg.gif") right repeat-y;
}
#form .botleft {
	background: url("form_bot-left_bg.gif") bottom left no-repeat;
}
#form .bot {
	background: url("form_brd_bg.gif") bottom repeat-x;
}
#form .botright {
	background: url("form_bot-right_bg.gif") bottom right no-repeat;
}
#form .left {
	background: url("form_brd_bg.gif") left repeat-y;
}

#auth {
	margin-top: 0;
	margin-bottom: 0;
	width: 227px;
}

html:root #auth td {
	padding-top: 9px;
}

* #auth .title {
	padding-left: 14px; 
	background: url("li_bg.gif") left center no-repeat;
}
html:root #auth .title {
	padding-left: 14px; 
	background: url("li_bg.gif") left bottom no-repeat;
}

#auth .field input {
	border: 1px solid #CCC;
	width: 225px;
	height: 23px;
	padding-top: 2px;
	margin-bottom: 10px;
}
.button {
	width: 100%;
	background: url("button_left_bg.gif") left no-repeat;
	margin-top: 4px;
	padding-left: 14px;
}
.button input {
	background: url("button_right_bg.gif") right no-repeat;
	color: #FFF;
	height: 21px;
	border: 0;
	padding-right: 14px;
}

#auth_form h1 {
	font-size: 133%;
	position: absolute;
	top: 80px;
	left: 29px;
	padding: 0 29px;
	background: #FFF;
}

#footer {
	color: #666;
	clear: both;
	line-height: 155%;
	position: relative;
}
#foter p {
	text-indent: 2px;
}

#statusMessage{
    position: relative;
    bottom: 40px;
    height: 0;
    text-align: center;
    color: red;
    font-weight: bold;
}

.new_pass{
	font-size: 133%;
	font-weight: bold;
}

#powered{
	position: absolute;
	top: 0;
	right: 0;
	float: right;
}
#powered table{
	width: 10px;
	float: right;
}
#powered td{
	white-space: nowrap;
	color: #666;
}
#powered img{
	border: 0;
}
