/* CSS Document */

html {
	overflow: -moz-scrollbars-vertical;


}


body {
	margin: 0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	height:100%;
	background-image:url(../img/patt_points9.gif);

}



#patt_lines {
	
	width:100%;
	height:140px;
	background-image:url(../img/patt_lines2.gif);
	z-index:0;
}

#white_paper {
	position:absolute; /*tu mora biti absolute*/
	width:700px;
	background-color:#FFFFFF;
	left:50%;
	margin-left:-350px;
	top:40px;
}

#white_paper_meni {
	float:left;
	width:190px;
	height:400px;
	background-color:#FFFFFF;
	margin-top:20px;
	padding-left:55px;
	
}

#white_paper_cont {
	position:relative;
	margin-top:20px;
	margin-left:245px;
	padding: 0px 55px 0px 0px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	height:100%;
}

#white_paper_cont h1 {
	font-size: 14px;
}

#white_paper_cont h2 {
	font-size: 13px;
	color:#1E6EA6;

}

#white_paper_cont a {
	color:#1E6EA6;
	text-decoration:none;
	font-weight: bold;	
}

.news {
	padding:7px;
	background-color:#939598;

}

/* Test Drive*/

.testd_group {
	margin-bottom:30px;
	margin-top:30px;
}

.testd_group table {
	width:100%;
}

.testd_group .label {
	width: 150px;
	font-size:10px;
	text-align:left;
	padding-right:10px;
	line-height:.9em;
	border-bottom: solid #CCCCCC 1px;
}

.testd_group .label_req {
	width: 150px;
	font-size:10px;
	color:#1E6EA6;
	text-align:left;
	padding-right:10px;
	line-height:.9em;
	border-bottom: solid #CCCCCC 1px;
}

.testd_group .field {
	text-align:left;
	font-size:10px;
}

.testd_group input, select, textarea {
	border:solid #CCCCCC 1px;
	background-color:#CCCCCC;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	/*height:15px;*/
}

.red {
	color:red;
	font-weight:bold;
}

#info {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:9px;
	width:131px;
	background-color:#1E6EA6;
	color:#CECECE;
	height:auto;
}