@import url('register.css');

body
{
	background-color: #eceff0;
	font-family: Tahoma, Verdana, Arial, Sans-Serif;
}

.clear
{
	clear: both;
}

#container
{
	width: 610px;
	margin: 10px auto;
}

#header
{
	background: transparent url('../images/logo.gif') no-repeat;
	height: 153px;
}

#content
{
	padding: 20px 1px 0 1px;
	font-size: 12px;
	color: #4e595f;
}

#usercontrol
{
	margin-top: 10px;
}

div.instructiontitle
{
	width: 118px;
	height: 16px;
	background: transparent url('../images/instruction.gif') no-repeat;
}

div.logintitle
{
	width: 253px;
	height: 22px;
	background: transparent url('../images/login.gif') no-repeat;
}

a.register
{
	width: 317px;
	height: 38px;
	background: transparent url('../images/register.gif') no-repeat;
	display: block;
}

a.forgetpass
{
	width: 317px;
	height: 38px;
	background: transparent url('../images/forgoepass.gif') no-repeat;
	display: block;
}

.loginbox
{
	background: transparent url('../images/loginbox.gif') no-repeat;
	color: #434343;
	float: left;
	height: 184px;
	width: 263px;
	padding: 10px;

}

.loginbox label
{
	display: block;
	font-weight: bold;
	font-size: 11px;
	padding: 6px 0px;
	margin: 0;

}

input.nicebox
{
	background: transparent url('../images/inputbox.gif') no-repeat;
	border: none;
	width: 219px;
	padding: 9px 10px;
}

#nicebox input
{
	background: transparent url('../images/inputbox.gif') no-repeat;
	border: none;
	width: 219px;
	padding: 9px 10px;
}

.loginbutton
{
	background: transparent url('../images/loginbtn.gif') no-repeat -1px;
	display: block;
	height: 29px;
	width: 89px;
	margin-top: 12px;
}

.control
{
	color: #4e595f;
	float: right;
	font-size: 10px;
	width: 317px;
}

.control p
{
	padding: 0;
	margin: 10px 10px 10px 6px;
}

#footer
{
	font-size: 10px;
	text-align: center;
	background: transparent url('../images/footerbg.gif') no-repeat;
	padding: 11px 0px;
}

p.first
{
	padding-top: 0px;
	margin-top: 15px;
}

input[type=text],input[type=password]
{
	width: 219px;
 	padding: 9px 10px;
 	float: left;
 	background: transparent url('../images/inputbox.gif') no-repeat;
	border: none;
}
