@CHARSET "UTF-8";

.registration
{
	width: 490px;
	margin: 0 auto;
	overflow: hidden;
}

.registration .header
{
	background: url(/img/box3_header_bg.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}

.registration .header .left
{
	float: left;
	background: url(/img/box3_header_left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.registration .header .right
{
	float: right;
	background: url(/img/box3_header_right.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.registration .body
{
	height: auto;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #E2E7E3;
	border-right: 1px solid #E2E7E3;
	background-color: #F7FBFA;
}

.registration .body .loginbox
{
	margin-bottom: 15px;
}

.registration .body .loginbox-bottom
{
	margin-bottom: 0px;
}

.registration .body .loginbox .regheader, .registration .body .loginbox-bottom .regheader
{
	background: url(/img/box4_header_bg.gif);
	height: 32px;
	width: 100%;
	
}

.registration .body .loginbox .regheader .left, .registration .body .loginbox-bottom .regheader .left
{
	float: left;
	background: url(/img/box4_header_left.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
}

.registration .body .loginbox .regheader .right, .registration .body .loginbox-bottom .regheader .right
{
	float: right;
	background: url(/img/box4_header_right.gif);
	background-repeat: no-repeat;
	height: 32px;
	width: 5px;
}

.registration .body .loginbox .regheader .caption, .registration .body .loginbox-bottom .regheader .caption
{
	line-height: 220%;
	color: white;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
	height: 32px;
	width: 100%px;
}

.registration .body .loginbox .regbody, .registration .body .loginbox-bottom .regbody
{
	height: auto;
	border-left: 1px solid #E2E7E3;
	border-right: 1px solid #E2E7E3;
	padding: 10px;
}

.registration .body .loginbox .regbody div.submit, .registration .body .loginbox-bottom .regbody div.submit
{
	margin-top: 10px;
	text-align: right;
}

.registration .body div.submit
{
	margin-top: 10px;
	text-align: center;
}

a
{
	text-decoration: none;
	color: #2DC8F8;
	/*font-weight: bold;*/
}

.registration .body .loginbox .regbottom, .registration .body .loginbox-bottom .regbottom
{
	background: url(/img/box3_bottom_bg.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}

.registration .body .loginbox .regbottom .left, .registration .body .loginbox-bottom .regbottom .left
{
	float: left;
	background: url(/img/box3_bottom_left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.registration .body .loginbox .regbottom .right, .registration .body .loginbox-bottom .regbottom .right
{
	float: right;
	background: url(/img/box3_bottom_right.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.registration .bottom
{
	background: url(/img/box3_bottom_bg.gif);
	background-repeat: repeat-x;
	height: 5px;
	width: 100%;
}

.registration .bottom .left
{
	float: left;
	background: url(/img/box3_bottom_left.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.registration .bottom .right
{
	float: right;
	background: url(/img/box3_bottom_right.gif);
	background-repeat: no-repeat;
	height: 5px;
	width: 5px;
}

.registration label
{
	width: 157px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
}

form.userloginform div
{
	margin-bottom: 5px;
}

form.userregisterform div
{
	margin-bottom: 5px;
}

input[type=text], input[type=password]
{
	/*border: 1px solid black;*/
}

input.textfield
{
	width: 260px;
}

.leftclear
{
	width: 165px;
	float: left;
}
