body {
	font-family: Arial;
	font-size: 7pt;
	color: #D6D7DC;

scrollbar-arrow-color: DA841A;
scrollbar-base-color: 2C2C39;
scrollbar-dark-shadow-color: 585A67;
scrollbar-track-color: 2C2C39;
scrollbar-face-color: 2C2C39;
scrollbar-shadow-color: 2C2C39;
scrollbar-highlight-color: 585A67;
scrollbar-3d-light-color: 2C2C39;

}

font.domain {
	
	font-family: Arial;
	font-size: 7pt;
    color: #D6D7DC;
	
}

input.tekst {

font-family: Arial;
font-size: 7pt;
color: #D6D7DC;
background: #2C2C39;
background-image: url(../images/input.gif);
background-repeat: no-repeat;
border: 0px solid #000000;
padding: 4px;
width: 125px;
height: 20px;
}

input.tekst2 {

font-family: Arial;
font-size: 7pt;
color: #D6D7DC;
background: #2C2C39;
background-image: url(../images/input2.gif);
background-repeat: no-repeat;
border: 0px solid #000000;
padding: 4px;
width: 250px;
height: 20px;
}

textarea {

font-family: Arial;
font-size: 7pt;
color: #D6D7DC;
background: #2C2C39;
border: 1px solid #191920;
padding: 4px;
width: 250px;
height: 150px;
}

a.domain:link { color: #D6D7DC; text-decoration: none }
a.domain:active { color: #D6D7DC; text-decoration: none }
a.domain:visited { color: #D6D7DC; text-decoration: none }
a.domain:hover { color: white; text-decoration: none } 



