@import url("safari3.css");

* {
	padding:0px;
	margin:0px;
}
body {
	color: #cccccc;
	font: 14px/19px Georgia, "Times New Roman", Times, serif;
	background: #030303 url(../images/bg.gif) no-repeat right top;
}
a {
	text-decoration:none;
	outline:none;
	color: #BBE6F3;
}
a:hover {
	text-decoration: none;
	color: #63C6E3;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
img, a img {
	border:none;
}
ul, li {
	list-style-type: none;
}
input,select,textarea,option {
	outline:none;
	border:none;
}
input,textarea,select {
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote {}
acronym {
	border-bottom: 1px dotted #FFFFFF;
}
.strong {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.uppercase {
	text-transform: uppercase;
}
.hide { 
	display: none; 
}
.clear {
	margin: 0px;
	padding: 0px;
	clear: both;
}
.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/*		
//////////////////////////////////////////////////////
	LAYOUT
//////////////////////////////////////////////////////
*/

#wrapper {
	margin: 0px auto;
	width: 900px;
}
#container {
	padding: 0px 0px 30px;
}


/*		
//////////////////////////////////////////////////////
	HEADER
//////////////////////////////////////////////////////
*/
#header {
	height: 80px;
	margin: 30px 0px 0px;
}
#logo {
	height: 36px;
	width: 241px;
	background: url(../images/logo.gif) no-repeat 0px 0px;
}
#logo a {
	display:block;
	height: 36px;
	width: 241px;
}

/*		
//////////////////////////////////////////////////////
	MAIN
//////////////////////////////////////////////////////
*/

#content {
	float: left;
	width: 430px;
}
#content h2 {
	margin: 0px 0px 15px;
}

#content p {
	margin: 0px 0px 15px;
}

#content p.info {
	margin-bottom: 15px;
	color: #fafafa;
	padding: 5px 2px 5px 5px;
}
#content ul {
	margin: 10px 0px 15px;
}
#content ul li {
	margin: 0px 0px 17px!important;
}
#content ul li h3 {
	color: #ffffff;
	font-style: normal;
	font-weight: normal;
	text-transform: uppercase;
	padding: 1px 4px 4px;
}
#content ul li ul {
	margin: 0px 0px 0px 10px;
}
#content ul li ul li {
	background: url(../images/check.gif) no-repeat 0px 7px;
	padding: 0px 0px 0px 16px;
	margin:0px 0px 5px!important;
}


/*	
//////////////////////////////////////////////////////
	SIDEBAR
//////////////////////////////////////////////////////
*/

#sidebar {
	float: right;
	width: 400px;
}
fieldset {
	border:none;
}
legend {
	display:none;
}
.form-block {
	margin-bottom: 20px;
}
.form-block label {
	display: block;
	color: #FFFFFF;
	margin-bottom: 7px;
	cursor:pointer;
}
.form-block label span {
	color: #FF0000;
}
.form-block input.text {
	width: 379px;
	border: 1px solid #B7B7B7;
	height: 22px;
	font-size: 16px;
	color: #000000;
	padding: 5px 0px 2px 2px;
}
.form-block input.text:hover,
.form-block textarea.textarea:hover {
	background: #FFFFF6;
}
.form-block textarea.textarea {
	width: 379px;
	border: 1px solid #B7B7B7;
	min-height:280px;
	padding: 5px 0px 0px 2px;
}
.form-block input.button {
	cursor:pointer;
	background: #000000;
	border: 3px double #373737;
	color: #cccccc;
	padding: 3px;
	font-size: 16px;
}
.form-block input.button:hover {
	background: #000000;
	color: #CC0000;
	border: 3px double #000000;
}
.form-block em {
	width: 379px;
	font-size: 12px;
	font-weight: normal;
	color: #FFF1A8;
	font-style: normal;
	margin-top: 5px;
	padding: 0px 0px 0px 4px;
}
.form-block .select {
	width: 379px;
	border: 1px solid #B7B7B7;
	height: 26px;
	font-size: 14px;
	padding: 2px 0px 2px 1px;
}
.warn {
	background:#FDDCDC;
	border: 2px solid #FF0000!important;
}
p#poruka {
}
p#poruka span {
	font-weight: bold;
	background: #000000 url(../images/check.gif) no-repeat 15px 12px;
	color: #FFFFFF;
	border: 1px solid #333333;
	padding: 5px 35px;
	position:relative;
	top:130px;
	z-index:100;
}

/*		
//////////////////////////////////////////////////////
		FOOTER
//////////////////////////////////////////////////////
*/

#footer {}


