

body
{
	cursor: default;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	background: #EC008C;
	background-image: url(../../lib/images/patterns_magenta/paterns_magenta_28.gif);
	
	SCROLLBAR-FACE-color: #FFFFFF;
	SCROLLBAR-HIGHLIGHT-color: #FFFFFF;
	SCROLLBAR-SHADOW-color: #999999;
	SCROLLBAR-3DLIGHT-color: #666666;
	SCROLLBAR-ARROW-color:  #000000;
	SCROLLBAR-TRACK-color: #CCCCCC;
	SCROLLBAR-DARKSHADOW-color: #666666;
	
	/*text-align: center;*/ 
	margin: 0;
	padding: 7px;
}

* {
	font-family: Arial, Helvetica, Geneva, SunSans-Regular, sans-serif;
	font-size: 11px;
}
.titelbalk {
	background-color: #01AEF0;
}
div
{
	/* margin: 	0; */
	/* overflow: 	none; */
	display: block; 
	/* border: 1px solid #c0c0c0; */
}
#container
{
    width: 910px;
    height: 692px;
    background-image: url(../../lib/images/background.gif);
    background-repeat: no-repeat;
    background-position: top left;
	background-attachment: fixed;
    
	padding: 0px;
	margin: 0;
	display: block;
	
	position: relative;
	/* border: 1px solid #a0a0a0; */
}
.form_field_error {
	color: #cc0000;
	font-weight: bold;
	border: solid #cc0000 1px;
	background: rgb(255, 220, 255);
	padding: 4px;
	margin-bottom: 3px;
	margin-right: auto;
	text-align: right;
	vertical-align: bottom;
	float: left;
}
input
{
    background-color: #ffff00;
    color: #313131;
    font-family: Arial,Verdana,Helvetica,sans-serif;
    font-size: 11px;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    border-top-color: rgb(1, 174, 240);
    border-right-color: rgb(1, 174, 240);
    border-bottom-color: rgb(1, 174, 240);
    border-left-color: rgb(1, 174, 240);
    border-bottom-style: outset;
    border-left-style: outset;
    border-right-style: outset;
    border-top-style: outset;
}
a:visited {
	text-decoration: none;
	color: #0066CC;
	font-weight: normal;
}

a:hover {
	text-decoration: underline;
	color: #66CCFF;
	font-weight: normal;
}

a:link {
	text-decoration: none;
	color: #0099FF;
	font-weight: normal;
}

a:active {
	text-decoration: underline;
	color: #6699CC;
	font-weight: normal;
}
.tekstroze {
	font-family: Arial, verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #ff0099;
}

