.login {
	position: absolute;
	top: 280px;
	left:5px;
	width: 310px;
	text-align: left;
	float:left;
}
.login button{
	position: relative;
	left: 296px;
	top: -23px;
	clear:both;
	width:70px;
	height:24px;
	text-align:center;
	color:#666666;
	font-weight:bold;
	cursor:pointer;
}
.login input{
	height:20px;
	line-height:20px;
	padding:0 0 0 7px;
	border:solid 1px #aacfe4;
	color:#aacfe4;
	width:135px;
	margin:0px;
}
.login input:focus{
	/*-moz-box-shadow: 0 0 7px #3da2b7;
	-webkit-box-shadow: 0 0 7px #3da2b7;
	box-shadow: 0 0 7px #3da2b7;*/
}
.login a {
	color: #FF015B;
}
.login b {
	color: #000000;
}
.login span {
	position: relative;
	top: -2px;
	left: 15px;
	font-size: 1.1em;
}
.login small {
	position: relative;
	top: 3px;
	left: 15px;
	width: 70px;
}
#recovery {
	position: absolute;
	left: 366px;
	top: 0px;
}
#recovery img {
	width: 25px;
	height: 25px;
}
table.table {
	font-weight: normal;
	text-align: center;
	color: #fff;
	margin: 0;
	width: 555px;
	margin: 20px auto 20px auto;
}
table.table a {
	color: #FF015B;
	font-size: 0.9em;
}
td.table_head {
	font-size: 0.9em;
	height: 25px;
	background-image: url(../images/auth/table_head.jpg);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0;
	padding: 0;
	padding-left: 5px;
	padding-right: 5px;
	vertical-align: middle;
	text-align: center;
	border-bottom: 1px solid #3b3636;
}
td.table_field_right {
	font-size: 0.8em;
	width: 70%;
	background-image: url(../images/auth/table_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	color: #3b3636;
	padding: 5px;
	margin: 0;
	border: 1px solid #8e8e8e;
}
td.table_field_right img {
	max-width:400px;
}
td.table_field_left {
	font-size: 0.9em;
	width: 30%;
	background-image: url(../images/auth/table_bg.gif);
	background-repeat: repeat-x;
	background-position: center top;
	background-color: #FFFFFF;
	text-align: left;
	font-weight: normal;
	color: #3b3636;
	padding: 5px;
	margin: 0;
	border: 1px solid #8e8e8e;
}
.myform{
	margin:0 auto;
	width:400px;
	padding:14px;
}
#stylized{
	border:solid 2px #b7ddf2;
	background:#ebf4fb;
	position: relative;
}
#stylized h1 {
	font-size:0.9em;
	font-weight:bold;
	margin-bottom:10px;
	border-bottom:solid 1px #b7ddf2;
	padding-bottom:10px;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
}
#stylized .small{
	color:#666666;
	display:block;
	font-size:0.8em;
	font-weight:normal;
	text-align:right;
	width:140px;
}
#stylized input{
	float:left;
	font-size:0.8em;
	padding:4px 2px;
	border:solid 1px #aacfe4;
	width:200px;
	margin:2px 0 20px 10px;
}
#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:31px;
	text-align:center;
	line-height:31px;
	color:#666666;
	font-size:0.8em;
	font-weight:bold;
	cursor:pointer;
}
#memberspaginate {
	font-size: 0.9em;
	width: 600px;
	text-align: center;
	padding: 0px;
	margin: 1em auto 0em auto;
}
#memberspaginate a {
	color: #FF015B;
	font-size: 0.85em;
}
span.sign-err{
	color: #FF0000;
	font-size: 0.8em;
	position: absolute;
	top: 15px;
	right: 10px;
}
