#popup_container {
	font-family: DroidSansRegular, Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	/* background: url(/img/blacktrans1.png); */
	padding: 5px !important;
	color: #666;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	z-index:2147483630 !important;
    top:20%;
    left:33%;
}

#popup_title {
	font-size: 16px;
	line-height: 21px;
	font-weight: normal;
	color: #FFFFFF;
	background: #6AAD3C url(/img/thead.png) repeat-x top left;
	border-bottom: solid 1px #ccc;
	cursor: default;
	padding: 10px;
	margin: 0em;
    text-transform:capitalize;
}

#popup_content {
	padding: 10px; 
	margin: 0em;
	background: #C3DEB1;
    font-size:14px;
    color:#000000;
    font-weight:bold;
}


#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}

#popup_overlay { background: #000 !important; opacity: 0.5 !important; z-index:999999999 !important; }
.radbutton {background-color: #990000 !important; color:#fff !important;}


#popup_prompt { width: 270px !important; }
#popup_title .alerboxClose {
  border-radius: 4px;
    color: #FF0000;
    cursor: pointer;
    float: right;
    font-size: 22px;
    height: 20px;
    text-align: right;
    text-decoration: none;
    width: 30px;
}