 @font-face {
    font-family: 'Days';
    src: url('fonts/Days.eot');
    src: url('fonts/Days.eot?#iefix') format('eot'),
         url('fonts/Days.woff') format('woff'),
         url('fonts/Days.ttf') format('truetype'),
         url('fonts/Days.svg#webfontKtq8CNWu') format('svg');
    font-weight: normal;
    font-style: normal;
}

 @font-face {
    font-family: 'FranklinGothic-Book';
    src: url('fonts/FranklinGothic-Book.eot');
    src: url('fonts/FranklinGothic-Book.eot?#iefix') format('eot'),
         url('fonts/FranklinGothic-Book.woff') format('woff'),
         url('fonts/FranklinGothic-Book.ttf') format('truetype'),
         url('fonts/FranklinGothic-Book.svg#webfontKtq8CNWu') format('svg');
    font-weight: normal;
    font-style: normal;
}

h1.book{
	font-family: 'FranklinGothic-Book';
	font-size:25px;
	margin:7px 0 15px 18px;
	color:#767575;
	letter-spacing:0;
}
.days{
	font-family: 'Days';
	color:#6a8bb2;
	letter-spacing:-1px;
}

h1.days{
	font-size:28px;
}

p.days{
	font-size:24px;
}

p.sdays{
	font-size:18px;
	margin-top:-20px;
}

p.red{
	font-size:24px;
	color:#ef1116;
	padding-top:6px;
	margin-left:12px;
}
p.red img{
	margin-bottom:-3px;
	margin-left: 15px;
}

span.red2{
	font-size:20px;
	margin-left:35px;
	text-decoration:underline;
}

p.sert{
	font-family: 'Days';
	font-size:15px;
	color:#414244;
	padding-top:15px;
}


div#ramka{
	height:39px;
	min-height:39px;
	display:block;
	background:url('images/ramka.png') left top no-repeat; 
}

 .t {background: url(images/dot.jpg) 0 0 repeat-x; margin-right:20px; margin-left:268px;display:block; float:left;}
 .b {background: url(images/dot.jpg) 0 100% repeat-x}
 .l {background: url(images/dot.jpg) 0 0 repeat-y}
 .r {background: url(images/dot.jpg) 100% 0 repeat-y}
 .bl {background: url(images/bl.jpg) 0 100% no-repeat}
 .br {background: url(images/br.jpg) 100% 100% no-repeat}
 .tl {background: url(images/tl.jpg) 0 0 no-repeat}
 .tr {background: url(images/tr.jpg) 100% 0 no-repeat; padding:10px}
 
 .days .header{
	font-size:15px;
	color:#828282;
}

 .days .text{
	font-family: 'Tahoma';
	font-size:13px;
	color:#727070;
	letter-spacing:0px;
	text-align:justify;
	padding: 10px 0;
}

hr.blue{
background:#56b0f0;
height:1px;
display:block;
width:100%;
BORDER:0;
margin:50px 0;
float:left;
}

div.cont2{
display:block;
width:100%;
float:left;
}

#inputArea
{
	font-family: Arial, Sans-Serif;
	font-size: 13px;
	/*background-color: #d6e5f4;*/
	padding: 10px;
	width:100%;
	display:block;
	float:left;
}
#inputArea input, #inputArea textarea
{
	font-family: Arial, Sans-Serif;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
	padding: 4px;
	min-width: 217px;
	width:60%;
}

#inputArea textarea{
height:75px;
}

.activeField
{
	background-image: none;
	background-color: #ffffff;
	border: solid 1px #56b0f0;
}
.idle
{
border: solid 1px #c3cdcd;
background-repeat: repeat-x;
background-position: top;
background-color:#FFFFFF;
}

#inputArea label {
	display:block;
	float:left;
	font-family: 'Tahoma';
	font-size:13px;
	color:#727070;
	letter-spacing:0px;
	text-align:left;
	width:120px;
}

div.submit{
	height:101px;
	position:relative;
	float:left;
	width:100%;
}

div.submit hr.blue{
	position:absolute;
	left:0;
	top:0;
	background:#56b0f0;
	height:1px;
	display:block;
	width:100%;
	BORDER:0;
	margin:50px 0;
	float:left;
	z-index:-200;
}

div.submit div.button{
	margin:31px auto;
	background: url(images/activate.jpg) 0 0 no-repeat;
	width:300px;
	height:39px;
}
div.submit div.button:hover{
cursor:pointer;
}

div.submit div.button input{
	width:300px !important;
	height:39px;
	opacity:0;
	filter:alpha(opacity=0);
	cursor:pointer;
}