#divpopup{
position: fixed;
top: 40%;
left: 50%;
margin-top: -81px; /*half of the height plus a little to the top*/
margin-left: -150px; 
/*half of the width */
visibility: hidden;
display: none;
border: 4px solid #8B0000;
background-color: #FFF;
color: #333;
padding: 0;
height: 350px;
width: 350px;
z-index: 10;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#divpopup1{
position: fixed;
top: 40%;
left: 50%;
margin-top: -81px; /*half of the height plus a little to the top*/
margin-left: -150px; 
/*half of the width */
visibility: hidden;
display: none;
border: 4px solid #8B0000;
background-color: #FFF;
color: #333;
padding: 0;
height: 350px;
width: 350px;
z-index: 10;
font-family: "Trebuchet MS", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
}
#divpop_head, #divpop_head1{
position:absolute;
top:0;
left:0;
width:100%;
background-color: #8B0000;
text-align:center;
padding:2px 0;
z-index:-1;
text-decoration:none;
color: #fff;
}
#close_pop, #close_pop1{
float:right;
text-align:right;
cursor:pointer;
padding-right:10px;
}
#close_pop a, #close_pop1 a{
text-decoration:none;
color: #fff;
}
#close_pop a:hover, #close_pop1 a:hover{
color:#FF0000;
}
#pop_content, #pop_content1{
clear:both;
padding: 10px;
}
