/* CSS Document */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
}
div#wraper {
	padding: 10px 0 0 0;
	text-align: center;
}
div#wraper_mockup {
	padding: 0px 0 0 0;
	text-align: center;
}
/* LINK CLASSES */
a.soon {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #0076A0;
	text-decoration: none;
}
a.soon:hover {
	color: #B82200;
	text-decoration: underline;
}
td.copyright a {
	text-decoration: none;
	font-weight: bold;
	color: #9FB81E;
}
td.copyright a:hover {
	text-decoration: underline;
}
/* HEADER CLASSES */
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	font-weight: bold;
	color: #262626;
	margin: 0;
}
h1.thnx {
	color: #FFFFFF;
}
h1.soon {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #B82200;
	text-transform: uppercase;
	margin: 80px 0 10px 0;
}	
/* PARAGRAPH CLASSES */
p {
	font-size: 11px;
	color: #595959;
	margin: 8px 0 0 0;
	line-height: 17px;
}
p.author {
	margin: 15px 0 5px 0;
}
p.soon {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 17px;
	color: #C0C0C0;
	margin: 0 0 25px 0;
}
td.cnt_form p {
	color: #808080;
	line-height: 12px;
}
td.cnt_form p.author {
	line-height: 17px;
}
p.thnx {
	color: #808080;
	margin: 0 0 50px 0;
}
p.form_desc {
	margin: 0;
}
table.form td p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #AECA21;
	margin: 8px 0 2px 0;
	padding: 0;
}
/* TABLES */
table.main {
}
/* CELLS */
table.main td {
	text-align: left;
	vertical-align: top;
}
td.content {
	background-image: url(images/bg_main_content.jpg);
	background-repeat: no-repeat;
	padding: 15px 0px 10px 30px;
}
td.cnt_form {
	background-color: #383838;
	padding: 0 30px;
}
td.order {
	background-image: url(images/bg_form.gif);
	background-repeat: no-repeat;
	padding: 70px 0 0 0px;
	width: 240px;
}
td.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #808080;
	text-align: center;
	padding: 10px 0 0 0;
}
table.main td.copyright {
	text-align: center;
}
.error {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FF0000;
}
/* FORMS */
input, select, textarea {
	background-color: #767676;
	border: 1px solid #AEAEAE;
	font-family: "Microsoft Sans Serif", Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
}
input.button {
	border: none;
}
div.order {
	padding: 0 0 0 160px;
	margin: 0 0 30px 0;
	width: 80px;
	clear: both;
}
div.order_komentar {
	padding: 0 50px 0 40px;
	margin: 20px 0 10px 0;
	width: 80px;
	clear: both;
	text-align: left;
}