#blanket {
background-color:#111;
opacity: 0.65;
filter:alpha(opacity=65);
position:absolute;
z-index: 9001;
top:0px;
left:0px;
width:100%;
}

#popUpDiv {
position: absolute;
left: 150px; 
top: 80px;
margin: 150px 0 0 100px; 
padding: 15px 35px 35px 35px;
background-color:#fff;
width:180px;
/*height:475px;*/
z-index: 9002;
border: 10px solid #e5e5e5;
}

#popUpDiv a.closewin{
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	float: right;
	border-bottom: none;
	padding: 0 20px 0 0;
	background: url(../img/close.gif) right no-repeat;
}

#popUpDiv a.closewin:hover{
	background: url(../img/close_mag.gif) right no-repeat;
}


.addacc{
	padding: 10px 10px 10px 68px;
	margin: 15px 0;
	border: 1px solid #e5e5e5;
	background: #F2F2F2;
	/*text-align: right; */
}

#popUpDiv  div.addacc a{
	font-size: 12px;
	color: #e20074;
	text-decoration: underline;
	border: 0;
	padding: 0 0 0 20px;
	background: url(../images/bullets/regarrow.png) no-repeat left;	
}

#popUpDiv  div.addacc a:hover{
	text-decoration: none;
	color: #666666;
	background: url(../images/bullets/regarrowgray.png) no-repeat left;
}

#popUpDiv h1{
	font-size: 16px;
	margin: 3px 0 10px 0;
	padding: 0;
	color: #E20074;
	font-weight: bold;
}

#popUpDiv h2{
	font-size: 12px;
	margin: 0 0 3px 0;
	padding: 0;
	color: #333333;
	font-weight: bold;
}

#contentcenter #popUpDiv .first h3{
	margin: 0;
	color: #333333;
	font-weight: normal;
}

#popUpDiv h4{
	font-size: 12px;
	margin: 0 0 5px 0;
	padding: 0;
	color: #E20074;
	font-weight: normal;
}

#popUpDiv a.thumbnail {
	position: relative;
	z-index: 0;
	cursor: pointer;
	color: #999999;
	border-bottom: none;
	width: 10px;
	height: 10px;
	padding: 0 0 0 15px;
	background: url(../images/bullets/upitnik.gif) no-repeat right;
}

#popUpDiv a.logout{
	margin: 0 0 25px 25px;
	font-size: 11px; 
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 20px 0 0;
	color: #999999;
	text-decoration: none;
	background: url(../images/bullets/close.gif) right no-repeat;
}

#popUpDiv a.logout:hover{
	color: #E20074;
	background: url(../images/bullets/close_mag.gif) right no-repeat;
}







