#karmaBackground {  
	display:none;  
	position:fixed;   
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
}  

#popupkarma{  
	display:none;  
	position:fixed;   
	height: auto;  
	width:auto;  
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:99999;  
	font-size:13px;  
}  

#karmaClose {  
	font-size:14px;  
	line-height:14px;  
	right:6px;  
	top:4px;  
	position:absolute;  
	color:#6fa5fd;  
	font-weight:700;  
	display:block;  
}

#popupHeader {
	border-bottom:1px dotted #D3D3D3;
	color:#6FA5FD;
	font-size:22px;
	font-weight:700;
	margin-bottom:20px;
	padding-bottom:2px;
	text-align:left;
}

#jqe-message-box {
	width: auto;
	margin-right: 6px;
}

#jqe-message {
	width: 100%;
	padding: 0px;
}

#jqe-edit-reason {
	float: right;
	display: inline;
}

#karmaError {
	display:none;  
	position:fixed;    
	height: auto;  
	width: auto;
	background:#FFFFFF;  
	border:2px solid #cecece;  
	z-index:2;  
	padding:12px;  
	font-size:13px; 
}

#karmaErrorBG {  
	display:none;  
	position:fixed;  
	height:100%;  
	width:100%;  
	top:0;  
	left:0;  
	background:#000000;  
	border:1px solid #cecece;  
}

#karma-buttons {
	margin: 15px 0 2px;
}

#karmaAction {
	display: none;
	top: -5000px; 
	left: -5000px;
}

#jqe-adv-form {
	display: inline;
}

/*
* Fixes for IE6 can be found below
* I won't get beautiful in IE6, but it will work without bugs
*/
* html #karmaBackground {
	position: absolute;
}

* html #popupkarma {
	position: absolute;
	z-index: 0;
}

* html #karmaError {
	position: absolute;
}

* html #karmaErrorBG {
	position: absolute;
}