* {
	padding:0;
	margin:0;
}
body {
	background: url(/pics/bglb.jpg) no-repeat #737373;
	background-position:center center;
	color:#615F60;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:0.7em;
}


img {
	border:none;
}


#container 	{ 	
	position:absolute;
	height:400px; 
	width:980px;
	margin:-200px 0px 0px -490px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #f5f5f5;
	background: url(/pics/bg_content.jpg) no-repeat #737373;
	background-position:center center;
	border: 1px dotted #000000;
	overflow: auto;
}


#container-2 	{ 	
	position:absolute;
	height:400px; 
	width:980px;
	margin:-200px 0px 0px -490px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
	background-color: #f5f5f5;
	background: url(/pics/bg_content2.jpg) no-repeat #737373;
	background-position:center center;
	border: 1px dotted #000000;
	overflow: auto;
}

#container_folder	{
	position:absolute;
	height:789px; 
	width:980px;
	margin:-394px 0px 0px -490px;
	top: 50%; 
	left: 50%;
	text-align: left;
	padding: 0px;
}

td, p {
	font-size: 11pt;
	color: #000;
 	font-family: monospace;
}

b {	
	font-size: 11pt;
	font-weight: 550;
 	font-family: monospace;
}

a, a:link, a:visited, a:hover {
	font-size: 11pt;
	color: #eb6228;
	font-family: monospace;
	text-decoration: none;
}

#left	{
	float: left;
	width: 270px;
}

#content	{
	float: left;
	width: 380px;
	z-index: 10000;
}

#menu	{
	padding: 10px 10px 10px 35px;
	width: 250px;
	
}

#adres	{
	padding: 190px 10px 10px 20px;
	width: 250px;
	
}

.shakeimage {
	position:relative
}



/**
 * FV FORM 
 * Definitions for the required form fields.
 -----------------------------------------------------------*/
input, textarea {
	font-size: 11pt;
	color: #000;
 	font-family: monospace;
 	border: #eb6228 solid 1px;
}

.fv-req {
	padding:2px;
	background:#e7e7e7;
	border:1px solid #969696;	
}

.fv-forget {	
	padding:2px;
	background:#e7e7e7;
	border:1px solid #cc0000;
}

.fv-syntax {
	padding:2px;
	background:#e7e7e7;
	border:1px solid #cc0000;
}

html>body .fv-req, .fv-forget, .fv-syntax {
	height:auto;
}

input, select, option, textarea {
	color:#000;
	font:9pt arial; 
}
