#popup_container {
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	min-width: 300px; /* Dialog will be no smaller than this */
	max-width: 600px; /* Dialog will wrap after this width */
	background: #ECEEF4; /*#969594;#a0dff3;*/
	border: solid 2px #004b8b;/*#143c55;*/
	color: Black; /*#000;*/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 1.75em;
	color: rgb(255,255,255);
	/*background: #CCC url(title.gif) top repeat-x;*/	
	background-color: #004b8b;/*rgb(35,143,242);*/	
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(info.png);
	padding: 1em 1.75em;
	margin: 0em;
}

/* Added by Sudhir */
#popup_content INPUT[type='button'] 
{
    color: #FFF;	
	font-weight: bold;
	display: inline-block;	
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding: 0 12px 4px;
	background-color: #004b8b; border-color: #0561B4; color:White;
	height: 22px; line-height: 19px;
	outline:none;
}

#popup_content INPUT[type='button']:hover 
{
    color: #FFF;	
	font-weight: bold;
	display: inline-block;	
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	padding: 0 12px 4px;
	background-color: #969594; color:Black;
	height: 22px; line-height: 19px;
	outline:none;
}
/* ------ */
#popup_content.alert {
	background-image: url(info.png);
}

#popup_content.confirm {
	background-image: url(important.png);
}

#popup_content.prompt {
	background-image: url(help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}