html,
body {
	width: 100%;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Arial;
	font-size: 10pt;
}
h1 {
	font-size: 19px;
	margin-left: 10px;
}
.clear {
	clear: both;
}
#main {
	width: 960px;
	position: relative;
	left: 50%;
	margin-left: -480px;
	padding: 120px 10px 0 10px;
	background: white url(/splash/logo.png) no-repeat 10px 30px;
}
#main #templates {
	margin-bottom: 50px;
}
#main #templates .template {
	width: 22%;
	height: 360px;
	float: left;
	margin: 0 10px;
	border: solid 3px #f0f0f0;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#main #templates .template p {
	margin: 10px;
	font-size: 11pt;
	font-weight: bold;
}
#main #templates .template .img {
	text-align: center;
	height: 110px;
}
#main #templates .template .descr {
	margin: 10px;
}
#main #block_captcha {
	position: relative;
	margin: 0 28px 0 10px;
	padding: 15px 20px;
	background: #f0f0f0 url(/splash/l.png) no-repeat center center;
	height: 65px;
	_height: 95px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}
#main #block_captcha h2 {
	float: left;
	margin: 0;
	font-size: 14px;
}
#main #block_captcha .captcha_img {
	position: absolute;
	width: 123px;
	height: 37px;
	top: 40px;
	left: 20px;
}
#main #block_captcha .arrows {
	position: absolute;
	width: 40px;
	height: 14px;
	top: 52px;
	left: 155px;
}
#main #block_captcha .captcha {
	position: absolute;
	width: 123px;
	height: 35px;
	top: 40px;
	left: 205px;
	padding: 0;
	font-size: 30px;
}
#main #check_email {
	margin-left: 50%;
	padding-left: 20px;
}
#main #check_email input {
	position: absolute;
	width: 420px;
	_width: 410px;
	height: 35px;
	top: 40px;
	left: 480px;
	_left: 470px;
	padding: 0;
	font-size: 30px;
}
#main ul {
	padding: 0;
	margin: 20px 0 0 10px;
}
#main ul li {
	list-style: none;
	line-height: 20px;
}
#main ul li input {
	margin-left: 0;
}
#main .submit {
	margin: 20px 0 40px 10px;
	cursor: pointer;
	float: left;
}
#main #footer {
	margin: 0 10px;
	border-top: solid 1px #f0f0f0;
	height: 150px;
}
#main #footer .copy {
	padding: 30px 0 0 0;
	font-size: 8pt;
}
#main #footer .copy a {
	color: #0058bb;
}
#main #footer p {
	padding: 0;
	margin: 15px 0;
	font-size: 8pt;
	color: #959595;
}