/* RNB CSS Doc */

@charset "charset=UTF-8";
body {
	font-family:arial, sans-serif, verdana;
	font-size:100%;
	color:white;
	background-color: #E6E6E6;
	background-image: url("imgz/pattern2.jpg");
	background-repeat: repeat;
	background-position: left top;
	margin: 0px;
	padding:0px;
}
* {
	margin:0;
	padding:0
}
a {
	color: #FFCC00;
	text-decoration:underline;
}
a:link, a:visited {
	color: #FFCC00;
	text-decoration:underline;
}
a:hover {
	color: #FF3300;
	text-decoration:underline;
}
h1 {
	font-size:1.2em;
	font-weight:bold;
}
h2 {
	font-size:.9em;
	font-weight:bold;
}
/* CLEARFIX */
.clearfix:after {
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}
.clearfix {
	display: inline-table;
}
/* backslash hack hides from IE mac \*/
* html .clearfix {
	height:1%;
}
/* end backslash hack */

/* NORMAL CLEAR */
div.clearfloats {
	clear:both;
}
/* HOLDING THE HEIGHT */
div.holder {
	position:absolute;
	left: 50%;
	top: 50%;
	width: 950px;
	height:750px;
	margin-left: -475px; /* 1/2 sirine */
	margin-top: -375px;  /* 1/2 visne */
/*	background-color:#000000; */
}

.confirm {
	font-size:.8em;
	font-weight:normal;
}
