html, body {
	margin: 0;
	background: #95A593;
}

body {
	text-align: center;
}

h1 {
	font-size: 28pt;
	letter-spacing: 12px;
	border-bottom: 1px solid #ddd;
	margin: 0;
}

h2.subtitle {
	margin-top: 0px;
	margin-bottom: 40px;
}

.subscribe-button {
font-size: 17px;
font: 18px Arial,Helvetica,sans-serif;
font-weight: bold;
color: rgb(255, 255, 255);
height: 37px;
background: url("images/buttonsbsc.png") repeat-x;
border: none;
vertical-align: top;
text-shadow: 0pt 1px 0pt rgb(72, 114, 64);
border-radius: 2px 2px 2px 2px;
margin-left: 0px;
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
line-height: normal;
cursor: pointer;
}
.subscribe-button:hover {
background-position: 0 -52px;
text-shadow: 0 -1px 0 #1b356d;
}
.button {
	margin: 10px;
	text-decoration: none;
	font: bold 25px 'Trebuchet MS',Arial, Helvetica;
	display: inline-block;
	text-align: center;
	color: #fff;
	border: 1px solid #9c9c9c;
	border: 1px solid rgba(0, 0, 0, 0.3);
	text-shadow: 0 1px 0 rgba(0,0,0,0.4);
	box-shadow: 0 0 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
	}
.button, .button span {
	-moz-border-radius: 6px;
	border-radius: 6px;
	}
.button span {
	border-top: 1px solid #fff;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	display: block;
	padding: 12px 50px;
	
	-moz-background-size: 3px 3px;
	-webkit-background-size: 3px 3px;
	}
.button:hover {
	box-shadow: 0 0 1px rgba(0,0,0,0.4);
	-moz-box-shadow: 0 0 1px rgba(0,0,0,0.4);
	-webkit-box-shadow: 0 0 1px rgba(0,0,0,0.4);
	}
.button:active  {
	position: relative;
	top: 1px;
	}
/* Красная кнопка */
.button-red {
	background: #ff0000;
	background: -webkit-gradient(linear, left top, left bottom, from(#E84B6E), to(#ff0000) );
	background: -moz-linear-gradient(-90deg, #E84B6E, #ff0000);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#E84B6E', EndColorStr='#ff0000');
	}
.button-red:hover {
	background: #E84B6E;
	background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#E84B6E) );
	background: -moz-linear-gradient(-90deg, #ff0000, #E84B6E);
	filter: progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr='#ff0000', EndColorStr='#E84B6E');
	}
.button-red:active {
	background: #ff0000;
	}
	.input1:focus{
color: rgb(51, 51, 51);
}
.input1{
	width:250px; height:37px;
	font-size:19px;
	color: #999999;
	padding-left:15px;
	padding-right:15px;
	padding-top:4px;
	padding-bottom:4px;
	background:#ffffff; 
	border-top:1px solid #000;
	border-left:1px solid #000;
	border-bottom:1px solid #45560e;
	border-right:1px solid #45560e;
	box-shadow:0pt 2px 3px rgb(203, 203, 203) inset;
	border-style: solid; border-radius:3px; -moz-border-radius:3px; -webkit-border-radius:3px; position:relative
	}

#container {
	margin: 100px auto;
	width: 700px;
	color: #555;
}
.order_form {
	position: relative;
	width: 560px;
	margin: 20px auto;
	border: 3px dashed #c00;
	padding: 15px;
	padding-top: 25px;
	padding-bottom: 10px;
		border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url(styles/PIE.htc);
}

.form {
	width: 500px;
	margin: 0 auto;
	height: auto;
	background: #fff;
	border: 2px dashed #e7e7e7;
	padding: 10px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	behavior: url(styles/PIE.htc);
}

.info_block2 {
	position: relative;
	width: 70%;
	margin: 10px auto 15px;
	padding: 25px 0px 10px;
	border: 2px dashed #cc0000;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	behavior: url(style/PIE.htc);
	
	}

#countdown_dashboard {
	height: 110px;
}

.dash {
	width: 110px;
	height: 114px;
	background: transparent url('../images/dash.png') 0 0 no-repeat;
	float: left;
	margin-left: 20px;
	position: relative;
}

.digit {
	font-size: 55pt;
	font-weight: bold;
	float: left;
	width: 55px;
	text-align: center;
	font-family: Times;
	color: #555;
	position: relative;
}

.dash_title {
	position: absolute;
	display: block;
	bottom: 0px;
	right: 30px;
	font-size: 9pt;
	color: #555;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.dev_comment {
	font-size: 14pt;
	color: #777;
	text-align: center;
	font-style: italic;
	margin: 40px 10px;
}

#subscribe_form {
	position: relative;
} 

#email_field {
	font-size: 16pt;
	padding: 6px 10px;
	width: 300px;
}

#subscribe_button {
	font-size: 14pt;
	color: #333;
	padding: 4px 8px;
}

.copyright {
	font-size: 9pt;
	color: #333;
	margin: 40px 0px;
}

.faded {
	color: #999;
}

.form_message {
	width: 400px;
	padding: 10px;
	margin: 15px auto;
	display: none;
}

#error_message {
	background-color: #ffe;
	border-left: 5px solid #bb3;
	border-right: 5px solid #bb3;
	color: #770;
}

#info_message {
	background-color: #f0f9ff;
	border: 1px solid #eef;
}

#loading {
	text-align: center;
	margin: 10px;
	display: none;
	position: absolute;
	width: 100%;
	top: 60px;
}