/* @override http://ifolk.ru/style.css */

body {
	color: #fff;
	text-align: center;
	margin: 0px;
	background: black url(img/bg.jpg) no-repeat center top;
}

a {
	color: #47828e;
}

a:hover {
	color: #83c2e1;
}

.warper {
	text-align: center;
	margin: auto;
	height: 270px;
	width: 505px;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

#content {
	font-size: 110%;
	margin: 20px auto 0pt;
	width: 505px;
	text-align: left;
}

#leftpartform {
	height: 51px;
	width: 5px;
	background: url(img/leftpart.png);
	float: left;
}

#emailformdiv {
	float: left;
	width: 395px;
	height: 51px;
	background: url(img/text_bg.png);
}

.emailform {
	background: transparent;
	margin: 8px 10px 0px 5px;
	border: 0px;
	width: 380px;
	font-size: 28px;
	color: #83c2e1;
}

#subscribe {
	background: transparent url(img/submit_bg.png) repeat left top;
	margin: 0px;
	_margin-left: -5px;
	padding: 0px;
	border: 0px;
	width: 99px;
	height: 51px;
}

#subscribe:hover {
	background: transparent url(img/submit_bg.png) repeat 99px top;
	cursor: pointer;
}

#copy {
bottom:0;
clear:both;
color:#D81C5D;
display:inline;
font-family:sans-serif;
font-size:18px;
height:40px;
left:0;
padding-top:135px;
position:absolute;
text-align:center;
width:100%;
z-index:-1;
}
#copyright {

bottom:-300px;
height:12px;
right:40px;
margin:auto;
position:absolute;
text-align:right;
top:0;
width:505px;
	
}

#log {
	padding-left: 15px;
	padding-right: 18px;
	color: #ffec6b;
	font-size: 14px;
	margin-top: 5px;
}

#preloader {
	text-align: center;
	margin-top: 5px;
	display: none;
}

#logo {
	margin: 0 auto;
	width: 249px;
	height: 251px;
	background: url(img/logo.png) no-repeat;
}

input, textarea {
	outline-style: none;
}