.jqifade{
	background-color: #000000;
    height: 100%;
    left: 0;
    opacity: 0.8;
	filter: alpha(opacity = 80);
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 15000;
}

div.jqi{
	width: 500px;
	font-family: Arial, Helvetica, sans-serif;
	position: absolute;
	font-size: 11px;
	text-align: left;
	border: solid 0px #f5f5f5;
}
div.jqi .jqicontainer{
	font-weight: bold;
}
div.jqi .jqiclose{
	position: absolute;
	top: 14px;
    right: 13px;
	width: 24px;
	height:24px;
	cursor: default;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-indent:-9999px;
	background:url(/images/prompt/icon_close.png) left center no-repeat;
}
div.jqi .jqiheader{
	height: 38px;
    line-height: 38px;
	padding: 0 5px 0 15px;
    font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	/*background: url(/images/prompt/box-top.gif) no-repeat scroll left top transparent;*/
	color: #FFFFFF;
	margin: 0 10px 0 0;
	overflow: hidden;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	 border-top-left-radius: 10px;
	 background: #939598;
	background: -moz-linear-gradient(top, #939598 0%, #58595b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939598), color-stop(100%,#58595b));
	background: -webkit-linear-gradient(top, #939598 0%,#58595b 100%);
	background: -o-linear-gradient(top, #939598 0%,#58595b 100%);
	background: -ms-linear-gradient(top, #939598 0%,#58595b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939598', endColorstr='#58595b',GradientType=0 );
	background: linear-gradient(top, #939598 0%,#58595b 100%);
}
div.jqi.promptError .jqiheader,div.jqi.promptError .jqiheaderClose{
	background: #fc4b4b;
	background: -moz-linear-gradient(top, #fc4b4b 0%, #bc1414 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fc4b4b), color-stop(99%,#bc1414));
	background: -webkit-linear-gradient(top, #fc4b4b 0%,#bc1414 99%);
	background: -o-linear-gradient(top, #fc4b4b 0%,#bc1414 99%);
	background: -ms-linear-gradient(top, #fc4b4b 0%,#bc1414 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fc4b4b', endColorstr='#bc1414',GradientType=0 );
	background: linear-gradient(top, #fc4b4b 0%,#bc1414 99%);
}
div.jqi.promptSuccess .jqiheader,div.jqi.promptSuccess .jqiheaderClose{
	background: #68d356;
	background: -moz-linear-gradient(top, #68d356 0%, #50852c 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#68d356), color-stop(100%,#50852c));
	background: -webkit-linear-gradient(top, #68d356 0%,#50852c 100%);
	background: -o-linear-gradient(top, #68d356 0%,#50852c 100%);
	background: -ms-linear-gradient(top, #68d356 0%,#50852c 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#68d356', endColorstr='#50852c',GradientType=0 );
	background: linear-gradient(top, #68d356 0%,#50852c 100%);
}

div.jqi.notice .jqiheader,div.jqi.notice .jqiheaderClose{
	background: #939598;
	background: -moz-linear-gradient(top, #939598 0%, #58595b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939598), color-stop(100%,#58595b));
	background: -webkit-linear-gradient(top, #939598 0%,#58595b 100%);
	background: -o-linear-gradient(top, #939598 0%,#58595b 100%);
	background: -ms-linear-gradient(top, #939598 0%,#58595b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939598', endColorstr='#58595b',GradientType=0 );
	background: linear-gradient(top, #939598 0%,#58595b 100%);
}
div.jqi .jqiheaderClose{
	height: 38px;
    line-height: 38px;
	/*background: url(/images/prompt/box-top-.gif) no-repeat scroll right top transparent;*/
    float: right;
    margin: -38px 0 0;
    overflow: hidden;
    position: relative;
    width: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	 border-top-right-radius: 10px;
	 background: #939598;
	background: -moz-linear-gradient(top, #939598 0%, #58595b 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#939598), color-stop(100%,#58595b));
	background: -webkit-linear-gradient(top, #939598 0%,#58595b 100%);
	background: -o-linear-gradient(top, #939598 0%,#58595b 100%);
	background: -ms-linear-gradient(top, #939598 0%,#58595b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#939598', endColorstr='#58595b',GradientType=0 );
	background: linear-gradient(top, #939598 0%,#58595b 100%);
}
div.jqi .jqimessage{
	padding: 15px;
	line-height: 20px;
	font-size: 14px;
	color: #424241;
        max-height: 350px;
	overflow: auto;
	font-weight: normal;
}
div.jqi .show_homepage_popup{
    padding: 0px;
	background: transparent url(/images/prompt/popup.jpg) left top no-repeat;
	width: 579px;
	height: 329px;
}
div.jqi .jqibuttons{
	text-align: right;
	padding: 5px 0 5px 0;
	/*border: solid 1px #f8f8f8;*/
}
div.jqi button{
	color: #FFFFFF;
	border: 0 none;
    font-size: 11px;
    font-weight: bold;
    height: 36px;
    line-height: 36px;
    margin: 0 10px 5px 0;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 135px;
	background: url(/images/prompt/btn-link.png) no-repeat scroll center top transparent;
	cursor: pointer;
    padding: 0px;
    -moz-transition: none;
}
div.jqi #close_show_homepage_popup {
	padding: 0px;
	margin: 0px;
	position: absolute;
	margin-left: 225px;
	margin-top: 275px;
	background: none;
	width: 125px;
	height: 32px;
	cursor: pointer;
	overflow: hidden;
	z-index: 15000;
}
div.jqi button:hover{
	background-position: 0 -36px;
}

#statusBarBG {
	display:block;
	width:478px;
	height:14px;
	padding:1px;
	background:#252525;
}
#statusBar {
	display:block;
	width:210px;
	height:14px;
	background:#ffea82;
}

#jqistates{
	background-color:#f8f8f8;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

div.jqi.promptError {
    margin-top: 0px;
    padding: 10px;
}

div.jqi.promptSuccess {
    background: none;
    margin-top: 0px;
    padding: 10px;
}

div.jqi.promptNotice {
    background: none;
    margin-top: 0px;
    padding: 10px;
}
