#POP_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}
#POP_window a img{
border:0;
}
a img{
border:0;
}
#POP_window ul{
list-style-type: none;
margin:0;
margin-left: 10px;
padding:0;
}

#POP_window li{
float:left;
display:inline;
margin:0;
padding:0;
}
#POP_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#POP_window a:link {color: #fff;}
#POP_window a:visited {color: #fff;}
#POP_window a:hover {color: #0ca3fd;}
#POP_window a:active {color: #fff;}
#POP_window a:focus{color: #666666;}

#POP_overlay {
position: absolute;
z-index:100;
top: 0px;
left: 0px;
background: #000;
}

#POP_window {
position: absolute;
background: #000;
z-index: 102;
color:#0ca3fd;
border: 1px solid #0ca3fd;
text-align:left;
}

#POP_window img {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#POP_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#POP_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#POP_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#POP_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#POP_title{
border-bottom:1px solid #0ca3fd;
color:#0ca3fd;
padding-left:10px;
height:27px;
background: #000304;
}

#POP_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#POP_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#POP_load{
	position: absolute;
	display:none;
	height:100px;
	width:100px;
	z-index:101;
}

#POP_HideSelect{
	z-index:99;
	position:absolute;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
}

#POP_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	margin-bottom:1px;
}