body {
	background: #f3f3f3;
	font: 13px/22px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	margin: 0;
	padding: 0;
}
a {
	color: #136393;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 10px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 982px;
	margin: 0 auto;
	padding: 19px 0 0;
}
#box {
	background: url(../images/box_borders.png) repeat-y 0 0;
}	#box .top-corners {
		background: url(../images/box_top_corners.png) no-repeat top left;
	}

/* Middle
-----------------------------------------------------------------------------*/
#content {
	background: url(../images/box_bot_corners.png) no-repeat bottom left;
	padding: 38px 21px 45px 21px;
}	#content h1 {
		margin: 0;
		padding: 0 24px 5px;
		font: bold 40px/100% "Times New Roman", Times, serif;
	}	#content h1 a {
			text-decoration: none;
			color: #136393;
		}
	#content h2 {
		margin: 0;
		padding: 0 24px 17px;
		font: bold 20px/100% "Times New Roman", Times, serif;
		color: #7db503;
	}
	#content .text {
		padding: 0 24px 10px;
		font-size: 16px;
	}
	#content .enter-code-panel {
		background: url(../images/enter_code_panel_bg.png) no-repeat 0 0;
		width: 940px;
		height: 215px;
		margin: 0 0 0px;
	}	#content .enter-code-panel form {
			margin: 0;
			padding: 11px 0 0;
		}	#content .enter-code-panel form label {
				display: block;
				float: left;
				height: 63px;
				font-size: 22px;
				font-weight: bold;
				color: #fff;
				text-shadow: #222 1px 0px 2px;
				line-height: 59px;
			}
			#content .enter-code-panel form .code {
				float: left;
				background: url(../images/input_bg.png) no-repeat 0 0;
				width: 87px;
				height: 35px;
				margin: 12px 0 0;
				padding: 5px 0 0 10px;
			}	#content .enter-code-panel form .code input {
					width: 77px;
					height: 30px;
					*height: 25px;
					margin: 0;
					padding: 0;
					border: 0;
					font-size: 14px;
					font-weight: bold;
					line-height: 30px;
					outline: none;
					color: #8f8f8f;
				}
			#content .enter-code-panel form .submit {
				margin: 10px 0 0;
			}
			#content .enter-code-panel form div {
				*height: 52px;
			}	
			#content .enter-code-panel form .avto {
				float: left;
				width: 455px;
				overflow: hidden;
			}	#content .enter-code-panel form .avto label {
					background: url(../images/avto.png) no-repeat 0 0;
					width: 172px;
					padding: 0 0 0 80px;
				}
			#content .enter-code-panel form .health {
				float: left;
				width: 470px;
				overflow: hidden;
			}	#content .enter-code-panel form .health label {
					background: url(../images/health.png) no-repeat 0 17px;
					width: 222px;
					padding: 0 0 0 70px;
				}
			#content .enter-code-panel form .life {
				float: left;
				width: 455px;
				overflow: hidden;
			}	#content .enter-code-panel form .life label {
					background: url(../images/life.png) no-repeat 11px 16px;
					width: 172px;
					padding: 0 0 0 80px;
				}
			#content .enter-code-panel form .moto {
				float: left;
				width: 470px;
				overflow: hidden;
			}	#content .enter-code-panel form .moto label {
					background: url(../images/moto.png) no-repeat 0 16px;
					width: 222px;
					padding: 0 0 0 70px;
				}
			#content .enter-code-panel form .home {
				float: left;
				width: 455px;
				overflow: hidden;
			}	#content .enter-code-panel form .home label {
					background: url(../images/home.png) no-repeat 11px 16px;
					width: 172px;
					padding: 0 0 0 80px;
				}
			#content .enter-code-panel form .business {
				float: left;
				width: 470px;
				overflow: hidden;
			}	#content .enter-code-panel form .business label {
					background: url(../images/business.png) no-repeat 0 16px;
					width: 222px;
					padding: 0 0 0 70px;
				}
	#content .shadow {
		background: url(../images/shadow.png) no-repeat center top;
		padding: 20px 24px;
	}	#content .shadow .brands {
			width: 100%;
			margin: 0;
			padding: 0;
			border-collapse: collapse;
			border: 0;
		}	#content .shadow .brands th {
				text-align: left;
			}
			#content .shadow .brands td {
				text-align: right;
				width: 25%;
			}
	#content .adsens {
		width: 889px;
		padding: 0 24px 0;
		text-align: left;
	}




/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 34px;
	margin: -15px 0 0;
	text-align: center;
	font-size: 14px;
}	#footer a {
		color: #000;
	}
	#footer span {
		padding: 0 5px;
	}