
#RegisterBackground
{
	display: block;
	width: 973px;
	height: 430px;
	position: relative;
	left: 10px;
	top: 10px;
	background: url(../upload/images-master/register_background.jpg);
}

#RegisterBackground h1
{
	font-family: georgia, serif;
	font-size: 27px;
	position: absolute;
	top: 34px;
	left: 50px;
	margin: 0;
	color: #fff;
	font-weight: normal;
}

#RegisterBackground div.Text, #RegisterBackground table.Form
{
	position: absolute;
	top: 70px;
	left: 50px;
	width: 500px;
	border-collapse: collapse;
	border-spacing: 0;
	color: #fff;
	font-size: 13px;
}
#RegisterBackground table.Form
{
	width: auto;
}
#RegisterBackground table.Form td
{
	color: #fff;
	padding: 16px 15px 0px 4px;
	font-size: 13px;
}

#RegisterBackground table.Form td p
{
	margin: 0;
}

#RegisterBackground input.Text
{
	width: 200px;
	height: 14px;
	background: #fff;
	border: 0;
	padding: 4px;
}

#RegisterBackground button.Register
{
	position: absolute;
	top: 300px;
	left: 50px;
	border: 0;
	width: 183px;
	height: 34px;
}
#RegisterBackground button.Register span
{
	visibility: hidden;
}

#RegisterBackground button.Back
{
	border: 0;
	font-size: 13px;
	font-weight: bold;
	background: none;
	color: #fff;
	text-align: left;
	display: block;
	margin: 20px 0 0 0;
}

#SignUpText
{
	color: #ffffff;
	position: absolute;
	top: 394px;
	left: 36px;
	font-size: 12px;
}
