/* 	
	Project: Autentika
	Author: Adam Dybas (ad@xhtmllab.eu)
	Company: Autentika
	Date: 14.04.2009 
*/
@import "reset.css";
body {
	background: #fff;
	color: #000;
	font: normal 14px/1.4em Arial, Helvetica, sans-serif;
}
a {color: #0c81cb; text-decoration: underline;}
a:hover {text-decoration: none;}
strong {font-weight: bold;}
button {cursor: pointer;}
input, select, textarea {
	font-family: Arial, Helvetica, Tahoma, sans-serif;
	font-size: 14px;
	color: #000;
}
h2, h3 {
	font-weight: bold;
	font-size: 20px;
	color: #dd7e21;
	margin-top: 20px;
	line-height: normal;
}
#lpWrapper {
	width: 984px;
	margin: 0 auto;
}
#top {
	text-indent: -9999px;
	background: url(/i/lp/lp_top.jpg) no-repeat 0 0;
	height: 199px;
	position: relative;
}
#top a {
	position: absolute;
	top: 34px;
	left: 540px;
	width: 118px;
	height: 32px;
}
#content {
	overflow: hidden;
	width: 984px;
	background: #f2f2f2 url(/i/lp/bg.png) repeat-y right top;
	padding-bottom: 40px;
}
.mText {
	width: 480px;
	margin: 0 72px 0 29px;
	float: left;
	display: inline;
}
.mText p {
	margin: 10px 0 0;
}
.mText ul {
	margin-left: 8px;
}
.mText li {
	margin: 2px 0;
	padding-left: 16px;
	background: url(/i/lp/bullet.png) no-repeat 0 8px;
}
form {
	width: 386px;
	float: left;
}
form li {
	padding-bottom: 14px;
	overflow: hidden;
	width: 356px;
}
form ul {
	margin-bottom: 8px;
}
form li input, form li textarea {
	width: 238px;
	padding: 2px 5px;
	float: left;
}
form li.error {color: red;}
form li.error input, form li.error textarea {border: 1px solid red;}

form li textarea {
	height: 150px;
}
form li label {
	width: 99px;
	margin-right: 5px;
	float: left;
	display: block;
	padding-top: 2px;
}
fieldset {
	margin-top: 15px;
}
button {
	float: left;
	width: 160px;
	height: 32px;
	text-indent: -9999px;
	display: block;
	background: url(/i/lp/bt.png) no-repeat 0 0;
	border: 0;
	margin-right: 12px;
}
form p input {
	float: left;
	margin-right: 8px;
	margin-top: 12px;
}
form p label {
	display: block;
	font-size: 12px;
	float: left;
	line-height: normal;
	width: 155px;
	padding-top: 2px;
}
#showTerms h2 {
	color: #000;
	font-size: 14px;
	margin: 18px 0;
	padding: 0 10px;
}
#overlay {
	background: #000;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0.7;
	top: 0;
	left: 0;
	filter:alpha(opacity=60);
	z-index: 2;
}
#showTerms {
	position: absolute;
	z-index: 10;
	left: 50%;
	width: 552px;
	margin-left: -276px;
	top: 120px;
	font-size: 12px;
}
#showTerms div {
	clear: both;
	padding: 1px 16px 5px;
	background: #fff;
}
#showTerms p {
	margin: 14px 0;
	padding: 0 10px;
}
#showTerms p.closeW {
	margin: 0;
	float: right;
	padding: 6px 16px 4px;
	background: #fff;
}
#showTerms .info {
	background: #fff6c3;
	padding: 2px 10px;
}
.errorMsg {
	margin-bottom: 10px;
	padding: 3px 5px;
	border: 1px solid #aa0303;
	font-weight: bold;
	color: #aa0303;
	background: #fcc3c3;
}
.msgOk {
	color: #48610A;
	border-color: #48610A;
	background: #cbdc90;
}
/* =footer*/
#footer {
	padding: 7px 9px;
	overflow: hidden;
	color: #808080;
	font-size: 12px;
}
#footer a {color: #808080; text-decoration: none;}
#footer a:hover {text-decoration: underline;}
#footer p {float: left;}
#footer p.mailtel {float: right;}
.invisible {display: none !important;}

