* {
	margin: 0;
	padding: 0;
	border: 0;
}


body  {
	font: 100% "Times New Roman", Times, serif;
	width:100%;
	background-color: #000000;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	overflow-x:hidden;
}

input,textarea {
}

a:active { 
	outline: none; 
}

a:focus 
{
	-moz-outline-style: none; 
}

a {
	text-indent: -9999px;
}

#container {
	position: relative;
	width: 1000px; 
	background: #000000;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left;
} 

#footer {
	height: 37px;
	position: fixed;
	bottom: 0;
	z-index: 1;
}

#footer .toMainBlackClass {
	font: bold 10pt sans-serif;
	position: relative;
	display: block;
	bottom: 2px;
	left: 14px;
	height: 34px;
	width: 93px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#footer a.toMainBlackClass:hover {
	background-position: 0 -34px;
}

#footer #zaMainCrni {
	background-image:url(../images/NMB-POCETNA-strelica-kropan.png);
}

#footer #toMainBlack {
	background-image:url(../images/NMB-MAIN-strelica-kropana.png);
}

#emailHeader {
	position: relative;
	left: 35px;
	top: 10px;
}

#clown {
	position: relative;
	left: 55px;
	top: 15px;
}

#sendEmail {
	display: none;
}

#formContent {
	position: absolute;
	left: 570px;
	top: 120px;
	font-size: 12px;
	font-weight: bold;
	color: #b1c5b9;
}

#ajaxLoader {
	position:absolute;
	left: 30px;
	top: 420px;
	display: none;
}

#submit {
	position:absolute;
	left: 180px;
	top: 430px;
	height: 47px;
	width: 114px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#submit:hover {
	background-position: 0 -47px;
}

input[type="text"]:focus, textarea:focus, #message:focus {
	background-color: #E9FCFE;
}

.submit {
	background-image:url(../images/send.jpg);
}

.posalji {
	background-image:url(../images/send.jpg);
}

.outcome {
	padding-left:4px;
}

.outcome h1 {
	font-size: 25px;
}

.clearing {
	clear: both;
}

ol.forms {
	list-style: none;
	width: 100%;
}

ol.forms li {
	line-height: 23px;
	margin-bottom: 40px;
	width: 100%;
}

ol.forms label {
	cursor: pointer;
	display: block;
	line-height: 23px;
	padding-left: 3px;
	text-align: left;
	font-size: 12px;
	font-weight: bold;
	color: #b1c5b9;
}

ol.forms input {
	position:absolute;
	width: 300px;
	height: 20px;
	vertical-align: middle;
}

ol.forms textarea {
	position:absolute;
	height: 250px;
	width: 300px;
	overflow: auto;
}

ol.forms input, ol.forms textarea {
	background-color: #b1c5b9;
}

