﻿/*setmark*/
#fullBg, #mark{
background-color: Gray;
display:none;
z-index:99998;
position:absolute;
left:0px;
top:0px;
filter:Alpha(Opacity=30);
/* IE */
-moz-opacity:0.4; 
/* Moz + FF */
opacity: 0.4; 
}
#cPic{
cursor:pointer;
}
#msg{
position:absolute;
z-index:99999;
display:none;
background-color:#FFFFFF;
border:4px solid #00d2ff;
width: 400px;
height: 241px;
}

#msg #close, #sites #close{
text-align:right; padding: 0; margin: 0;
}
#txt, #body{
	text-align: center; padding: 10px;
}
#txt h1{
	color: #f60; font-size: 36px; margin: 0; padding: 0;
}
#txt p{
	text-align: left; line-height: 23px; font-size: 14px;
}
/*end mark*/


#sites{
position:absolute;
z-index:99999;
display:none;
background-color:#FFFFFF;
border:4px solid #00d2ff;
}

#sites table{
	margin-top: 20px;
}
#sites th{
	text-align: center; padding: 8px;
}

#body h1{
	color: #666; font-size: 24px; margin: 0; padding: 0; border-bottom: 1px solid #c4c4c4;
}