body 
{
	padding: 0;
	margin: 0;
	background: #000000;
}
img 
{
	display: block;
	border: none;
}
.pageCradle 
{
	width: 900px;
	height: 500px;
	margin: 50px auto 0 auto;
	background: url(../images/web/bgSite.jpg) left top no-repeat;
}
.pageContent 
{
	width: 670px;
	height: 460px;
	position: relative;
	left: 230px;
	top: 40px;
}
.prizeBlock
{
	width: 200px;
	height: auto;
	position: relative;
	left: 33px;
	top: 52px;
	font: 10px arial;
	color: #ffffff;
	float: left;
}
.miniFormBlock
{
	width: 280px;
	height: auto;
	position: relative;
	left: 10px;
	top: -168px;
	float: left;	
}
.formBlock
{
	width: 280px;
	height: auto;
	position: relative;
	left: 120px;
	top: 52px;
	float: left;	
}
.inputText 
{
	border: none;
	width: 175px;
	height: 15px;
	padding: 1px 0 2px 3px;
	font: 11px arial;
	color: #000000;
}
.inputDropDown
{
	border: none;
	height: 15px;
	background: #ffffff;
	font: 11px arial;
	color: #000000;
}
.formRow 
{
	clear: both;
	width: auto;
}
.formColLeft 
{
	width: 80px;
	height: 20px;
	padding: 5px 0 0 0;
	float: left;
}
.formColRight 
{
	padding: 0 0 0 0;
	width: 190px;
	height: 20px;
	float: left;
}
.formColError 
{
	padding: 3px 0 0 0;
	float: left;
	font: 11px arial;
	color: #cc0000;	
}