body {
	background-color: transparent;
}


.upper {
	height:400px;
	width:100%;
	padding-top:30px;
}

.rlabel {
	padding-left:30px;
}
h3 {
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:14px;
	text-align:center;
}
.show {
	display:block;
}
.hide {
	display:none;
}
.page #kid2 {
	font-size:14px;
}
#hvar {
	display:none;
}
.hvar {
	font-size:16px;	
	display:inline;
	color:#000000;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#oghvenaer {
	display:none;
}

.modal {
	background-color:#fff;
	display:none;
	width:350px;
	padding:15px;
	text-align:left;
	border:2px solid #333;

	opacity:0.8;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-moz-box-shadow: 0 0 50px #ccc;
	-webkit-box-shadow: 0 0 50px #ccc;
}

.modal h2 {
	background:url(/img/global/info.png) 0 50% no-repeat;
	margin:0px;
	padding:10px 0 10px 45px;
	border-bottom:1px solid #333;
	font-size:20px;
}

/* scrollable root element */
#wizard {	
	background:#fff url(../img/h600.png) repeat scroll 0 0;
	border:5px solid #789;
	font-size:12px;
	height:580px;
	margin:20px auto;	
	width:570px;
	overflow:hidden;
	position:relative;
	
	/* rounded corners for modern browsers */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
}  

/* scrollable items */
#wizard .items {
	width:20000em;	
	clear:both;	
	position:absolute;	
}

/* single item */
#wizard .page {	
	padding:20px 30px;
	width:500px;
	float:left;	
}

/* title */
#wizard h2 {
	border-bottom:1px dotted #ccc;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:22px;
	font-weight:normal;
	margin:10px 0 0 0;
	padding-bottom:15px;		
}

#wizard h2 em {
	display:block;
	font-size:14px;
	color:#666;
	font-style:normal;
	margin-top:5px;
}

/* input fields */
#wizard ul {
	padding:0px !important;
	margin:0px !important;
}

#wizard li {
	list-style-type:none;
	list-style-image:none;
	margin-bottom:25px;	
}

#wizard label {
	font-size:14px;	
	display:block;
	width:100%;
	float:left;
	font-family:Geneva, Arial, Helvetica, sans-serif;
}

#wizard label strong {
	color:#789;	
	position:relative;
	top:-1px;
}

#wizard label em {
	font-size:11px;
	color:#666;	
	font-style:normal;
}

#wizard .text {
	width:97%;
	padding:5px;
	border:1px solid #ccc;
	color:#456;
	letter-spacing:1px;
}

#wizard .select {
	border:1px solid #ccc;
	width:98%;	
	padding:5px;
	color:#456;
	letter-spacing:1px;
}
.w1 {
	width:300px;
}
.w2 {
	width:600px;
}

#wizard label span {
	color:#b8128f;
	font-weight:bold;
	position:relative;
	top:4px;
	font-size:16px;
}

#wizard .double label { 
	width:47%;
	float:left;
}

#wizard .double .text {
	width:93%;	
}

#wizard .clearfix {
	clear:left;
	padding-top:10px;	
}

#wizard .right {
	float:right;		
}

/* validation error message bar */
#drawer {
	background:#fff url(../img/h80.png) repeat-x scroll 0 0;
	_background-color:#fff;
	overflow:visible;
	position:fixed;	
	font-family:Geneva, Arial, Helvetica, sans-serif;
	left:0;
	top:0;
	text-align:center;
	padding:15px;
	font-size:18px;
	border-bottom:2px solid #789;
	width:100%;
	display:none;
	z-index:2;
}

#wizard .error {
	border:1px solid red;		
}

#wizard #status {
	background:#567 url(../img/d30.png) repeat-x scroll 0 2px;;
	margin:0px !important;
	height:37px;
	padding-left:14px !important;
}

#status li {
	list-style-type:none;
	list-style-image:none;
	background:#123 url(../img/d30.png) repeat-x scroll 0 2px;;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	float:left;
	color:#fff;
	margin:0 1px 0  0;
	padding:10px 25px;
}

#status li.active {
/*	background-color:#b8128f; */
	background-position:0 -28px;
	font-weight:normal;		
}
