body {
     background-color: #FFFFFF;
     margin: 0;
	font-family: Arial;
	font-size: 12px;
	color: #808080;
}

.dv {
      position: absolute;
     width: 100%;
     height: 100%;     
     margin: 0;
}

.top {
     height: 27px;
     color: black;
     font-family: Verdana;
     font-size: 12px;
     
     border-left: 1px #ccc solid;
     border-right: 1px #ccc solid;
     border-bottom: 1px white solid;
     text-align: center;
     background: url(/images/popup/top.gif);
}

.p1 {
     padding-top: 5px;
     font-weight: bold;
     font-family: Verdana;
     color: #a15f00;
     font-size: 14px;
}

.p2 {
     padding: 5px 5px 0px 5px;
}

.main {
     text-align: center;
     display: block;
     margin-top: 1px; 
     border-top: 1px #ccc solid;

}

.input_subscribe {
     width: 180px;
     font-family: Verdana;
     font-size: 14px;
}

.button_subscribe {
     border: 0px;
     width: 78px;
     height: 29px;
     color: white;
     background: url(/images/popup/login_button.jpg);  
}

.er {
     color: red;
     font-family: Verdana;
     font-size: 10px;
     
     margin-top:2px;
     margin-bottom:5px;
     
}