@charset "utf-8";


body {
	margin: 0px;
	padding: 0px;
}

body>#demoOverlay {
	position: fixed !important;
	top:5px !important;}
#demoOverlay {
	display: none;
	height: 600px;}
	
#demoOverlay iframe {
	border: 0px;
	width: 865px;
	height: 510px;
}


#demoOverlay .wizard_wrapper {
	background-image: url(images/header_line.gif);
	height:576px;
}


.wizard_wrapper{
	font-family:"Lucida Grande",Garuda,sans-serif;
	margin:0px;
	padding:0px;
}


.wizard_wrapper a {
	cursor:pointer;
}


.wizard_wrapper {
	width:865px;
	height:510px;
	background:#FFF no-repeat scroll 127px 84px;
	position:relative;
	display:block;
}



body>.wizard_wrapper{
	height:auto;
	min-height:510px;
	max-height:510px;
	width:auto;
	min-width:865px;
	max-width:865px;}
	


/* ############################### CLOSE BOX ############################### */
.wizard_wrapper #close_box{
	position:absolute;
	top:0px;
	left:0px;
	padding-top:200px;
	margin:0px auto 0px auto;
	width:865px;
	height:450px;
	z-index:200;}
	
.wizard_wrapper .close_box_content{
	margin:0px auto 0px auto;
	width:222px;
	padding:15px;
	background:#E5E5E5;
	border:3px solid #AAA;
	text-align:center;
	height: 75px;
	z-index: 4;
}
	
.wizard_wrapper .close_box_content .btn_wrapper {
	width:178px;
	padding-right:5px;
	margin:0px auto;}
	
.wizard_wrapper .close_box_content h2{
	font-size:14px;
	margin:0;
	margin-bottom: 10px;
	text-transform: none !important;
	letter-spacing: normal;
	color: #000000;
}
	
.wizard_wrapper .current_close_box{
	display:block;}
	


/* ############################### HEADERS ############################### */
.wizard_wrapper .wizard_header_left,
.wizard_wrapper .wizard_header_right{
	height:56px;
	float:left;
	padding:15px 28px 15px 15px;}
	
.wizard_wrapper .wizard_header_right{
	width:666px;
	padding:15px 0px;
	position:relative;}


.wizard_wrapper .wizard_header_right h2{
	margin:0px;
	padding:0px;
	position:absolute;
	font-weight:normal;
	bottom:8px;
	left:0px;
	font-size:24px;
	color: #000000;
	letter-spacing: normal;
	text-transform: none !important;
}
	
.wizard_wrapper .wizard_leftnav{
	width:149px;
	height:455px;
	float:left;
	padding:16px 0px 0px 32px;
	margin-right:16px;
	clear:left;
	background:url(images/left_nav_line.gif) top right no-repeat;}
	
	
.wizard_nav_button_wrapper {
	width:398px;
	padding:32px 2px 0px 0px;
	text-align:center;
	clear:left;}

	


.wizard_wrapper .submit_btn,
#wrongPassword .submit_btn {
	height:24px;
	width:81px;
	font-size:11px;
	line-height:12px;
	padding:0px;
	margin:0px 0px 0px 5px;
	color:#759948;
	font-weight:bold;
	background:#FFF url(images/btn_light.gif) center center no-repeat;
	border:0px solid #999;
	cursor:pointer;}


.wizard_nav_button_wrapper .submit_btn,
.wizard_nav_buttons .submit_btn,
#close_box .submit_btn,
#wrongPassword .submit_btn {
	height:22px;
	width:82px;
	text-align:center;
	float:right;
	display:block;
	padding:6px 0px 0px 0px;
	margin:0px 0px 0px 5px;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	background:#7DA64C url(images/btn_green.gif) center center repeat-x;
	border:1px solid #7DA64C;
	text-decoration:none;}	


.wizard_nav_button_wrapper .submit_btn {
	float:none;
	width:130px;
	margin:0 auto;}

#wizard_wrapper .wizard_close{
	position:absolute;
	top:16px;
	right:16px;
	font-size:11px !important;
	color:#797979;
	padding:2px 21px 2px 0px;
	background:url(images/close.gif) top right no-repeat;
	z-index:99999;
}

.wizard_footer_wrapper{
	width:865px;
	position:absolute;
	bottom:0px;
	left:0px;}
		
.wizard_footer{
	width:400px;
	float:none;
	margin:0px auto;
	font-size:11px;
	line-height:13px;
	color:#888;
	text-align:center;}


.wizard_secure_server{
	position:absolute;
	bottom:0px;
	right:16px;
	font-size:10px;
	line-height:7px;
	color:#336998;
	padding:1px 23px 2px 0px;
	background:url(images/lock.gif) bottom right no-repeat;}
	
	
.wizard_footer a {
	color:#70B0DB;
}

.clear_break {
	width:100%;
	height:1px;
	display:block;
	clear:both;}
