#loading {
	position: absolute;
	visibility: hidden;
	z-index:3000;
	text-align: center;
	background: none;
	width: 350px;
	height: 40px;
	color: #333;
	font-size: 14pt;
}

#loadingbox { 
	margin: 260px auto 0;
	border: 3px solid #153d74; 
	width: 200px; 
	height: 34px; 
	color: #fff;
	padding-top: 20px;
	font-size: 1.2em; 
	background: #4578a7; 
	font-weight: bold;
}


#dim {
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgb(0, 0, 0);
	background-repeat: repeat;
	opacity: 0.2;
	-moz-opacity: 0.20;
	filter: alpha(opacity=20);
	z-index: 20;
	display: none;
}

#dialog-main {
	font-size: 11pt;
	font-weight: normal;
	line-height: 22px;
	z-index: 100;
}

div.msg_err {
	color: red;
	font-weight: bold;
	padding:3px 0 3px 0;
	margin: 5px 0 20px 0;
	font-size: 11pt;
}

div.msg_ok {
	color: green;
	font-weight: bold;
	padding:3px 0 3px 0;
	margin: 5px 0 5px 0;
	font-size: 11pt;
}


.pluginitem {
	position: relative;
	float: left;
	width: 320px;
	height: 32px;
	margin: 0 10px 20px 0;
	padding: 8px 0 0 84px;
	font-size: 12pt;
	color: #444;
}

.pluginitem input {
	position: absolute;
	left: 39px;
	top: 14px;
}

.pluginitem img {
	position: absolute;
	left: 37px;
	top: 5px;
}

.pluginitem span.manplugin, .pluginitem span.manpluginon {
	display: block;
	position: absolute;
	background: url('images/plugin32.jpg') center left no-repeat;
	outline: 0;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	text-indent: -3000px;
}

.pluginitem span.manpluginon {
	background: url('images/plugin32on.jpg') center left no-repeat;
}


.pluginitem span.mantheme, .pluginitem span.manthemeon {
	display: block;
	position: absolute;
	background: url('images/theme32.jpg') center left no-repeat;
	outline: 0;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	text-indent: -3000px;
}

.pluginitem span.manthemeon {
	background: url('images/theme32on.jpg') center left no-repeat;
}

.pluginitem .infolnk {
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	left: 59px;
	top: 9px;
	text-indent: -3000px;
	background: url('images/icon-info.png');
	cursor: pointer;
}

.spacer20 {
	clear: both;
	height: 20px;
}

.label-success {
	color: green;
}

#basket {
	background: white url('images/wizivahelp.gif') no-repeat scroll 5px 12px;
	height: 80px;
	right: 0;
	position: fixed;
	top: 210px;
	width: 106px;
	border-top: 1px solid #0095da;
	border-bottom: 1px solid #0095da;
	border-left: 1px solid #0095da;
}

#basketbox {
	position: fixed;
	height: 70px;
	padding: 10px 10px 0 45px;
	line-height: 25px;
	right: -325px;
	top: 210px;
	width: 170px;
	background: #FFF;
	border-left: 1px solid #0095da;
	border-top: 1px solid #0095da;
	border-bottom: 1px solid #0095da;
}

#basketbox a {
	display: block;
	font-size: 11pt;
}

.nametheme{margin: 0;float: left;}
.themeauthor { float: right;}