/* BEGIN INSTALL MODALS */
#dvModals {
	text-align:center;
	width:440px;
	margin:auto;
	font:12px Arial, Helvetica, sans-serif;
	color:#000;
}
div.clear {
	clear:both;
}
.dialog {
	z-index:1002;
	display:none;
	position:absolute;
	text-align:center;
	top:100px;
	margin:auto;
	width:545px;
	height:439px;
	padding-top:160px;
}
#dvError.dialog, #dvDownload.dialog, #dvInstalled.dialog {
	background:url(http://ak.imgfarm.com/images/installer/myfuncards/rr/v2/plainHead.png) no-repeat;
}
#dvFinished.dialog {
	background:url(http://ak.imgfarm.com/images/installer/myfuncards/rr/v2/mainHead.png) no-repeat;
}
#dvManual.dialog {
	background:url(http://ak.imgfarm.com/images/installer/myfuncards/rr/v2/textHead.png) no-repeat;
}
.container {
	width:535px;
}
#dvManual .content {
	width:500px;
	padding:22px 15px 0px 15px;
	text-align:left;
}
.footerText {
	position:absolute;
	text-align:left;
	top:400px;
	left:13px;
	width:400px;
}
.button {
	cursor:pointer;
	border:0;
	color:#FFF;
	font-weight:bold;
	width:88px;
	height:30px;
	background:transparent url(http://ak.imgfarm.com/images/installer/myfuncards/rr/v2/btn.png) top;
}
.buttonSelected, .button:hover {
	background-position:bottom;
	color:#000;
}
#dvModalBackground {
	width:100%;
	height:100%;
	background-color:#000;
	display:none;
	position:absolute;
	top:0px;
	left:0px;
	z-index:1001;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity:0.5;
}
.contentArea_middle {
	color:#5c0262;
}
#statusDIV {
	float:left;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
#percentDIV {
	float:right;
	font-family:Arial;
	font-weight:bold;
	font-size:14px;
	color:#333;
}
#dlbarTABLE {
	clear:both;
	margin-top:20px;
}
#progressBarDIV {
	background-color:#772c7d;
	width:0px;
	height:25px;
	text-align:left;
}
.btnDiv {
	position:absolute;
	text-align:right;
	left:445px;
	top:400px;
}
/* END INSTALL MODALS */
