#popup_container {
       position:absolute;
       z-index:2;
       width:300px;
       left:35%;
       top:210px;
       margin-left: -150px;
	   background: #CCCCFF;
		}

#popup_preview {
       width:300px;
       overflow:auto;
       margin-left:auto;
       margin-right:auto;
       background: #CCCCFF;
}

#popup_upper {
       width:300px;
       height:19px;
       text-align:right;
}

#popup_lower {
       padding:13px;
       text-align:justify;
       }

.pop_title {
       width:100%;
   font-size: 16px;
   font-weight: bold;
       padding-bottom:6px;
       text-align:center;
}

#popup_lower_l {
       float:left;
       width:px;
       margin:2px;
       margin-right:10px;
       margin-bottom:10px;
       }

#pop_title_red {color: #FF0000; font-family: Georgia, serif;}

.text{
font-size: 14px;
font-family: Georgia, serif;
}

.text a {
text-decoration: blink;

}
.popup_container_red {background-color:#CCCCFF; border:4px double #000066;}
