@charset "utf-8";
body, html {
	margin: 0px;
	padding: 0px;
	background-color: #262626;
	background-image: url(../images/kont_bg.jpg);
	background-repeat: no-repeat;
	font-family: Tahoma, Geneva, sans-serif;
	height: 100%;
	background-position: top left;
	min-width: 1000px;
}
.bg {
	background-repeat: no-repeat;
	background-position: top left;
	width:100%;
	height:100%;
}
.wrapper {
	width: 480px;
	padding-top:81px;
	margin-left: 165px;
	float: left;
	padding-bottom: 40px;
}
.logo {
	height: 35px;
	width: 117px;
	background-image: url(../images/kont_logo.png);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 205px;
	margin-top: 64px !important;
	float: left;
}
.menu {
	margin: 0 0 60px;
	width: 480px;
	vertical-align: top;
	height: 24px;
}
.menu a, .menu a:visited {
	text-decoration:underline;
	font-size:12px;
	margin-right:5px;
	float: left;
	display: block;
	padding: 3px 5px 1px;
	height: 18px;
	color:#919191;
}
.menu a:hover, .menu a.active {
	text-decoration: none;
	background-color:#4b7d7b;
	color:#fefefe;
}
.posts {
	width: 370px;
	margin-left:55px;
	padding-bottom: 40px;
}
.post {
	width: 370px;
}
h1 {
	font-size:20px;
	color:#50807e;
	margin:0;
	font-weight: normal;
	margin-bottom: 5px;
}
p {
	margin:10px 0;
	color:#848277;
	font-size:12px;
	line-height: 17px;
}
img {
	border:0;	
}
.po {
	margin-top: 0px !important;

}
.info {
	color: #bdbdbd;
	font-size: 16px;
	line-height: 22px;
	padding-bottom: 30px;
	border-bottom: 1px solid #383838;
	margin-bottom: 30px;
}
.info span, .info a, .info a:visited {
	color: #509491;
	text-decoration: none;
}
.info a:hover {
	text-decoration: underline;
}
.label {
	color:#fefefe;
	padding-top:13px;
	font-size:14px;
	float: left;
	width: 370px;
}
.label input {
	margin-top: 3px;
	height: 22px;
	width: 174px;
	border: 1px solid #666666;
	background-color: #262626;
	color: #fefefe;
	padding: 3px 5px 1px;
	font-size: 14px;
	line-height: 20px;
	float: left;
}
.label textarea {
	margin-top: 3px;
	height: 124px;
	width: 360px;
	border: 1px solid #666666;
	background-color: #262626;
	color: #fefefe;
	font-size: 14px;
	line-height: 20px;
	padding: 3px 5px;
}
.label .req {
	background-image:url(../images/kont_req.png);
	height:24px;
	width:16px;
	float: left;
	margin-top: 4px;
}
form {
	margin: 0px;
	padding: 0px;
}
.submit {
	margin-top:12px;
	float: left;
}
.reqtext {
	margin-top:31px;
	float: left;
	clear: both;
}
