* {
	margin: 0;
	padding: 0;
}
body {
	font: 14px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	background-image: url("../images/bg.jpg")/*tpa=http://tvoy-start.com/kniga_profession/images/bg.jpg*/;
	background-attachment: fixed;
	width: 100%;
	height: 100%;

}
html {
	height: 100%;
}
a {
	color: #168dcb;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}

#wrapper {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	border: 0px solid #000; 
}

.right {
	float: right;
	width: 500px;
	outline: 0px solid #fff;
}
.left {
	float: left;
	width: 500px;
	outline: 0px solid #fff;
}

.header {
	margin-top: 30px;
}

.header h1{
	line-height: 1.2em;
	font-size: 28px;
	color: #1b2932;
	text-shadow:0 1px 0 #d2e3ec;
}
.book {
	width: 500px;
	height: 568px;
}
.form {
	width: 427px;
	height: 250px;
	background-image: url("../images/form_bg.png")/*tpa=http://tvoy-start.com/kniga_profession/images/form_bg.png*/;
	background-repeat: no-repeat;
	margin: 0 0 0 37px;
	padding-top: 83px;
	padding-right: 30px;
}
.form input[type=text]{
	padding: 10px;
	width: 280px;
	margin: 6px 0;
	font-size: 18px;
	color: #777;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	border: 1px solid #aaa;
}
.form input[type=submit]{
	padding: 10px;
	width: 300px;
	margin: 6px 0 3px 0;
	font-size: 22px;
	color: #fff;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #f54646;
	background: -moz-linear-gradient(top,  #f54646 0%, #cc2c2c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f54646), color-stop(100%,#cc2c2c));
	background: -webkit-linear-gradient(top,  #f54646 0%,#cc2c2c 100%);
	background: -o-linear-gradient(top,  #f54646 0%,#cc2c2c 100%);
	background: -ms-linear-gradient(top,  #f54646 0%,#cc2c2c 100%);
	background: linear-gradient(to bottom,  #f54646 0%,#cc2c2c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f54646', endColorstr='#cc2c2c',GradientType=0 );
	border: 1px solid #a32020;
	cursor: pointer;
}

.form input[type=submit]:hover {
	background: #cc2c2c;
}

.lock {
	color: #777;
}

.footer {
	clear:both;
	color: #384954;
	text-shadow: 0 1px 0 #b6d0e0;
}


#countdown_box {
	margin: -57px 0 30px 0;
}
#countdown {
	width: 180px;
	margin: 0 0 0 170px;
}
#timer {
	font-size:42px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
	text-align:left;
	letter-spacing: 1px;
	color:#293a57;
	text-shadow: 0 1px 0 #b6d0e0;
}
#timer_hours, #timer_mins, #timer_seconds {
	background: none;
	float:left;
}