@charset "utf-8";

/*Popup base*/	
.overlay{ display: none; position: absolute; top: 0%; left: 0%;	width: 100%; height: 100%; background-color: black; z-index:1001; -moz-opacity: 0.8; opacity:.80; filter: alpha(opacity=80);}
.popup { display: none;	position: absolute;	top: 34%; left: 34%; z-index:1002; overflow: auto;}	
.header {z-index:1002; overflow: auto; padding: 4px 10px; color: #FFF; background-color: #257856;}
.header text { width: 120px; float: left;}
.header span { float: right; width: 13px; height: 13px; overflow: hidden; cursor: pointer; *margin-top: -17px; *margin-right: 10px; border: solid 1px #42826f; background: #4f9e6c;}
.header span p { margin-top: 0; color: #FFFFFF; font-weight: normal; margin: -2px 3px; *margin: -2px 2px;}
.content { padding: 0 10px 16px 10px; z-index:1002; text-align: center; color: #000; background-color: #dfdfdf; font-size: 13px;}
.content a { text-decoration: none; font-weight: bold;}
.content a:hover { text-decoration: underline;}

/*Popup theme*/	
.overlay { background-color: #fff;}
.header { color: #FFF; background: #257856; margin: 1px; font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold;}
.header span { background-image: url(imgs/btn_close.gif);}
.popup { border: solid 1px #b6b6b6; border-bottom: solid 2px #b6b6b6;}
.popup, .content { background: #dfdfdf;}
.content, .content a { color: #686868;}