body {
	background-color: #15222a;
	font-family:verdana;
	font-size:12px;
	color:#000000;
	text-align: center;
}

a { 
	text-decoration: underline; 
	color: #0000ee;
}

a:hover, a:active { 
	text-decoration: none; 
	color: #000000;
}

h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	display: block;
}

#container {
	width: 687px;
	height: 1000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	padding: 110px 156px 0 157px;
	text-align: left;
	position: relative;
	background: transparent url(../layout/everone.jpg) no-repeat center -110px;
	border:1px solid transparent;
}
		
.box {
	width: 617px;
	height: 435px;
	padding: 35px;
	display: none;
	background: transparent url(../layout/box_bg.png) no-repeat left top;
	position: relative;
}
.box .content {
	font-family: arial;
	font-size: 12px;
	margin-top: 30px;
}

.box .headingTitle {
	font-size: 20px;
	font-weight: bold;
	font-family: Arial;
}

.box .closeBtn {
	font-size: 28px;
	font-weight: bold;
	font-family: Arial;
	position: absolute;
	right: 35px;
	top: 25px;
	cursor: pointer;
}

.fix {
	clear: both;
}

.f-left {
	float: left;
}

.f-right {
	float: right;
}

.p1 {
	margin-bottom: 10px;
}

input {
	width: 270px;
	padding: 4px;
	border: 1px solid #333;
}

textarea {
	width: 270px;
	height: 100px;
	padding: 4px;
	border: 1px solid #333;
}

.sendBtn {
	width: 95px;
	height: 29px;
	padding: 0;
	margin: 0px;
	border: none;
}

#log_res {
	color: #900;
	margin-top: 8px;
	text-align: center;
	overflow: auto;
}

#log_res.ajax-loading {
	padding: 20px 0;
	background: url(../layout/loader.gif) no-repeat center;
}

#kontaktBtn {
	width: 106px;
	height: 106px;
	z-index:10;
	top:-50px;
	right: 190px;
	display:block;
	cursor:pointer;
	background: url(../layout/kontakt_btn.png) no-repeat top left;
	position:absolute;
}
