#transparent {
	display:block;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:10000px;
	background-color:#000000;
	opacity:0.4;
	filter:alpha(opacity=40);
	z-index:1000;
}

#popup{
	margin:0px auto;
	position:absolute;
	width:400px;
}

.cornerLeftTop{
	background-image: url(../img/popup/corner-top-left.png);
	background-repeat: no-repeat;
	position:relative;
	left:0px;
	top:0px;
}
.cornerTop{
	background-image: url(../img/popup/corner-top.png);
	background-position: right top;
	background-repeat: no-repeat;
	position:relative;
	left:12px;
	top:0px;
	height:12px;
}
.cornerLeft{
	background-image: url(../img/popup/corner-left.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	position:relative;
	left:-12px;
	top:12px;
}

.cornerBottom{
	background-image: url(../img/popup/corner-bottom.png);
	background-position: right bottom;
	background-repeat: no-repeat;  
	left:12px;
	top:0px;
	position:relative;
	padding-bottom:15px;
}


#popupTitle{
	border-bottom:1px solid #CCCCCC;
	color:#ea721c;
	font-size:18px;
	margin:0px;
	width:75%;
	position:relative;
	text-align:left;
}

#popupClose{    
	background-image: url(../img/popup/close.png);
	background-repeat: no-repeat; 
	width:16px;
	height:16px;
	cursor:pointer;
	position:absolute;
	top:15px;
	right:10px;
}

#popupContent{
	clear:both;
	text-align:left;
	margin-bottom:12px;
	padding-left:5px;
	padding-right:15px;
	font-size:11px;
}

#mainPopup{
	left:35%;
	position:absolute;
	top:10%;
	z-index:1001;
}