.jqpopup {
   background:#000000;
   color:#FFFFFF;
   position:absolute;
   	top:0;
   z-index:1;border-left:3px solid #56503F;border-top:3px solid #56503F;border-right:3px solid #56503F;border-bottom:3px solid #56503F;
   display:none;
   width:400px;
}


.jqpopup_header{
   margin:0;padding:0;top:0;left:0;padding-left:10px;padding-right:5px;padding-bottom:2px;font-size:15px;font-weight:bold;
   background: url("/_includes/images/jquery_popup/jqbar.jpg") repeat-y #8E7C4D;
}

.jqpopup_footer{
   padding-left:10px;padding-right:10px;padding-bottom:5px;text-align:right;font-size:10px;
}

.jqpopup_content{
   padding-left:10px;padding-right:10px;padding-bottom:5px;
}

.jqpopup_message{
   padding-top:10px;padding-left:10px;padding-right:10px;color:red;font-size:12px;font-weight:bold;
}

.jqpopup_resize{
   background: url("/_includes/images/jquery_popup/jqresize.gif") no-repeat;
   height:14px;
   width: 14px;
   position: absolute;
   bottom: 0;
   right: 0;
   cursor: se-resize;
}

.jqpopup_cross{
   background: url("/_includes/images/jquery_popup/close_button.gif") no-repeat #A4C7EE;
   height:18px;
   width: 18px;
   margin:2px;
   position: absolute;
   top: 0;
   right: 0;
   cursor: pointer;
}

.jqpopup_center{
   background: url("/_includes/images/jquery_popup/jqcenter.jpg") no-repeat #000000;
   height:14px;
   width: 16px;
   position: absolute;
   bottom: 0;
   left: 0;
   cursor: pointer;
}
.bttn {
background:#666666 none repeat scroll 0 0;
border-color:#999999 #000000 #000000 #999999;
border-style:solid;
border-width:1px;
color:#FFFFFF;
font-family:verdana,sans-serif;
font-size:11px;
height:25px;
width:80px;
text-decoration:none;
}
