body {
	background-color: #999;
	background-image: url(img/kk_grey999.png);
}
body, td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#container {
	width: 750px;
	text-align: left;
	background: url(img/kk_bg.png) repeat-y;
	background-color: #FFF;
	position: relative;
}
#main {
	background: url(img/kk_top.png) no-repeat;
	padding: 130px 6px 6px 6px;
	/*height: 200px;*/
}

#topinfo {
	position: absolute;
	top: 98px;
	right:0px;
	width: 300px;
	font-size: 9pt;
	color: #666;
	padding-right: 8px;
}

#leftpart {
margin-top: 20px;
/*border-right: 1px solid red;*/
float: left;
width: 178px;
}

#inner {
/*	width: 560px;*/
	margin-left: 178px;
/*	float: right; */
/*	padding-top: 40px;*/
/*	border-top: 1px solid red;*/
/*	border-bottom: 1px solid red;*/
}

#content {
	padding: 0 12px 8px 12px;
/*	border-bottom: 1px solid blue;*/
}

#content h1 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 2em;
	color: #306699;
	margin-top: 0;
}

div.menu {
	text-align: right;
	padding-right: 24px;
	margin-top: 5px;
	margin-bottom: 10px;
}

div.menu a {
	color: #369;
	text-decoration: none;
}

div.menu a:hover {
	color: #fff;
}

#topmenu {
	position: absolute;
	top: 24px;
	left: 270px;
}

.photo {
	border:4px solid #e0e8ef;
}
a {
color: #369;
}
#boxesTable tr:hover {
background-color:#eee;
}
td.pr {
	padding-right: 20px;
}

.rowodd {
background-color:#f0f8fc;
}
.roweven {
background-color:#fff;
}
a.boxnum {
	text-decoration: none;
	color: black;
	font-weight: bold;
}
a.boxes {
	text-decoration: none;
	color: #036;
}
td.boxcol {
	background-color: #c30;
	color: #FFF;
}

#infobox {
	padding:6px 20px 6px 10px;
	background-color:#ffc;
	border:1px solid #ccc;
	position:absolute;
	visibility:hidden;
}
#infobox b{
	font-size: 20px;
	color: #049;
}
.btnsend {
	background-color : #f33500;
	color : white;
	font-weight : bold;
}
.btnclear {
	background-color : #336699;
	color : white;
	font-weight : bold;
}
td.answer {
	background-color : #ffffff;
}
td.question {
	background-color : #e0e8ef;
	color : black;
	font-weight: bold;
}
div.contact-title {
	font-weight : bold;
	color : #333;
/*	background-color : #e0e8ef;	*/
	padding: 2px;
	margin-bottom: 1px;
	margin-right: 40px;
}
div.contact-name {
	margin-left:20px;
	color: #6699CC;
	font-weight: bold;
	/*background-color: #eee;*/
	padding: 2px;
	margin-bottom: 1px;
}
div.contact-phone {
	margin-left:20px;
	padding: 2px;
	margin-bottom: 5px;
}
.partnerlogo {
	float:right;
	margin-bottom: 5px;
	padding-left:10px;
	background: url(images/partner_bar.png) repeat-y #fff;
}
.photo {
	border: 3px solid #8aadcf;
	padding:1px;
}
.copyright {
	font-size: 8pt;
	color: #ccc;
	text-align: center;
}
.errlist {
	color: red;
	font-weight: bold;
}