
* {
	font-family: "Lucida Grande", verdana, helvetica, sans-serif;
	line-height: 19px;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: 0;
	padding: 0;
}



html, body {
	margin: 0;
	padding: 0;
	border: 0;
	cursor: default;
	background-color: #ffffff;
	height: 100%;
	width: 100%;
/*	overflow-y: hidden; */
/*	overflow-x: hidden; */
	background: url(../seget-vranjica/background.gif);
}





a {
	cursor: pointer;
}



h1, h2, h3, h4, h5, h6, h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
	font-weight: bold;
	font-size: 16px;
/*	text-decoration: underline; */
	line-height: 150%;
}





ol {
	width: 500px;
	position: relative;
	background-color: #eeeeee;
	display: block;

	margin: 25px;
	margin-top: 122px;

	left: 50%;
	right: 50%;
	margin-left: -250px;
}


ol li {
	position: relative;
	list-style: none;
/*	float: left; */
	padding: 10px 0;
	display: block;
	clear: both;
/*	width: 100%; */
}


ol li hr {
	display: block;
	width: 100%;
	height: 0;
	border: 0;
	border-top: 1px solid silver;
}



ol p, ol b, ol h1, ol img {
	display: block;
	margin: 25px;
	clear: both;
	border: 0;

}


ol b {
	font-weight: bold;

}



h1 em {
	display: block;
	color: #FDAC34;
	clear: both;
}



ol p a {
	font-weight: bold;
	background-color: #dddddd;
	color: #347CD2; 
	margin-right: 14px;
	height: 20px;
	float: left;
	padding: 0 4px;
	border: 1px solid #d0d0d0;
}


ol p a:hover {
	color: white;
	background-color: #FDAC34;
	border: 1px solid white;
}


ol li#copyright {
	margin-top: -30px;
	padding-left: 25px;
}

ol li#copyright *, ol li#copyright {
	color: gray;
}



ol li#warning {
	position: absolute;
	top: -107px;
	left: 25px;
	clear: both;
	width: 100%;
	background-color: #999999;
	left: 50%;
	right: 50%;
	margin-left: -250px;
}

ol i {
	font-style: italic;
	color: white;
	margin: 10px 25px;
	margin-top: 14px;
	margin-bottom: 6px;
	display: block;
}


ol li#warning a {
	font-style: italic;
	color: black;	
}



ol li#warning a:hover {
	color: #FDAC34;
}




p em {
	float: left;
	background-color: white;
	padding: 10px;
	margin-right: 13px;
	margin-bottom: 13px;

	border-bottom: 1px solid #dddddd;
	border-right: 1px solid #dddddd;
}


p em img {
	margin: 0;
	padding: 0;
	border: 0;
}





#fcontent {
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	float: left;
	display: block;
	clear: both;
}







p.message_sent {
	padding: 20px;
	font-size: 14px;

}


p.message_sent a {
	margin-top: 20px;
	color: blue;
	display: block;

}



