#popup_container {
border-left-color: #dedede;
border-bottom-color: #b51019;
border-right-color: #dedede;
border-top-color: #dedede;
border-width: 1px;
border-style: solid;
font-family:'Lucida Grande',arial;
	font-weight:bold;
	
	text-align:left;
	font-size: 12px;
	width: 400px; 
	height: 110px; 
	background: #F3F3F3;
	border-bottom: solid 2px;
	color: #000;
	
}

#popup_title {
display:none;
}



#popup_message {
padding-top: 15px;
padding-left: 15px;
padding-right: 15px;
}

#popup_panel {
text-align: left;
padding-left:15px;
	
}

#popup_ok, #popup_cancel 
{
background-color: #b51019;
padding:3px;
color:#FFFFFF;
margin-top:20px;
margin-right:10px;
}

.subscribeMessage {
color: #535353;
display: inline;

}