body {
	padding: 160px 0 20px;
	color: #535353;
	font: normal 12px arial, sans-serif;
	background: #b7b7b7 url(images/bg.png) repeat-x;
}

h1 {
	font: bold 17px arial, sans-serif;
	color: #3f3f3f;
}
h2 {
	font: bold 16px arial, sans-serif;
	color: #1da449;
}
h3 {
	-margin: 0;
	font: bold 13px arial, sans-serif;
	color: #3f3f3f;
}
p {
	margin: 5px 0;
}

div.hr {
	margin: 8px 0;
	-margin: 0;
	font-size: 0;
	height: 0px;
	border-bottom: 1px solid #e6e6e7;
}

div#content-top, div#content-bottom {
	margin: 0 auto;
	width: 555px;/*555*/
	height: 20px;/*20*/
	background: url(images/bg_content_top.png) no-repeat;
}
div#content-bottom {
	height: 12px;/*12*/
	background: url(images/bg_content_bottom.png) no-repeat;
}
div#content-wrapper {
	margin: 0 auto;
	width: 555px;/*555*/
	background: url(images/bg_content.png) repeat-y;
}
div#content {
	padding: 5px 32px 10px;
	line-height: 19px;
}

div.box {
	padding: 10px;
	background: #f0f0f0;
	border: 1px solid #e9e9e9;
}
div.box input {
	float: left;
	margin-right: 8px;
}
div.box label {
	float: left;
	font-weight: bold;
}
div.box label a {
	color: #e3001b;
	text-decoration: none;
}
div.box label a:hover {
	color: #17a245;
}

div#rules_check {
	position: relative;
	margin-top: 15px;
	float: right;
	width: 140px;/*140*/
	height: 44px;/*44*/
}




.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}

div#content-wrapper, div#content-top, div#content-bottom { 
	-behavior: url(iepngfix.htc);
}