html {
	height:			100%;
	width:			100%;
	overflow:		hidden;
}
body {
	height:			100%;
	width:			100%;
	background: 	#BFBFBF url(/assets/public/images/firefoxwizardbg.jpg) no-repeat top left;
	overflow:		hidden;
}

* {
	font-family:	Tahoma, Arial;
	font-size:		11px;
	color:			#727272;
	padding:		0px;
	margin:			0px;
}

select, input {
	background:		#E3E7ED;
	border:			1px solid #B5BBBE;
	color:			#696E72;
	padding:		1px;
}

.spacer10 {
	height:			10px;
	line-height:	10px;
	font-size:		10px;
	display:		block;
	overflow:		hidden;
}

.spacer15 {
	height:			15px;
	line-height:	15px;
	font-size:		15px;
	display:		block;
	overflow:		hidden;
}

.spacer20 {
	height:			20px;
	line-height:	20px;
	font-size:		20px;
	display:		block;
	overflow:		hidden;
}

.clearboth {
	clear:			both;
}

#poweredby {
	background:		url(/assets/public/images/poweredbymc.jpg) no-repeat top left;
	cursor:			pointer;
	height:			31px;
	width:			187px;
	position:		absolute;
	top:			28px;
	left:			300px;
}

#contentarea {
	position:		absolute;
	left:			19px;
	top:			70px;
	width:			470px;
	height:			205px;
}

#content {
	padding:		0px 20px;
	height:			170px;
}

#footer {
	position:		relative;
	height:			35px;
}

#button_left {
	position:		absolute;
	top:			7px;
	left:			0px;
	display:		none;
	cursor:			pointer;
}

#button_right {
	position:		absolute;
	top:			7px;
	right:			0px;
	display:		none;
	cursor:			pointer;
}

#status_message {
	position:		absolute;
	top:			11px;
	left:			100px;
	width:			268px;
	height:			20px;
	text-align:		center;
	vertical-align:	middle;
	line-height:	20px;
	white-space:	nowrap;
	display:		none;
}

#status_message * {
	display:		inline;
}

.table td {
	padding:		0px 10px 5px 0px;
	width:			25%;
}

#wizard_ad {
	width:			468px;
	height:			60px;
	position:		absolute;
	top:			20px;
	left:			1px;
}

.progressbar {
	background:		url(/assets/public/images/firefoxprogressbar.gif) no-repeat;
	width:			220px;
	height:			19px;
	position:		relative;
	top:			100px;
	margin:			0 auto;
	padding:		4px 0 0 7px
}


.progressbar_begin {
	background:		url(/assets/public/images/firefoxprogress-begin.gif) top left no-repeat;
	height:			11px;
	width:			2px;
	float:			left;
}

.progressbar .download {
	width:			0px;
	height:			11px;
	float:			left;
	background:		url(/assets/public/images/firefoxprogress-between.gif) top left repeat-x;
}

.progressbar .conversion {
	width:			0px;
	height:			11px;
	float:			left;
	background:		url(/assets/public/images/firefoxprogress-between.gif) top left repeat-x;
}

.progressbar_end {
	float:			left;
	background:		url(/assets/public/images/firefoxprogress-end.gif) top left no-repeat;
	height:			11px;
	width:			2px;
}

#please_wait {
	position:		relative;
	top:			100px;
	margin:			0 auto;
	text-align:		center;
}

#download {
	position:		absolute;
	top:			58px;
	left:			178px;
}
