#popup_container {
font-family:'Lucida Grande',arial;
	font-weight:bold;
	
	text-align:left;
	font-size: 12px;
	width: 364px; /* Dialog will be no smaller than this */
	height: 86px; /* Dialog will wrap after this width */
	background: #F3F3F3;
	
	border:solid 1px #dedede;
	border-bottom: solid 2px #456FA5;
	color: #000;
	
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	display:none;
	line-height: 1.75em;
	color: #666;
	
	border: solid 1px #FFF;
	border-bottom: solid 1px #999;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	
}

#popup_content.alert {
	
}

#popup_content.confirm {
	
}

#popup_content.prompt {
	
}

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

#popup_panel {
	text-align: left;
	padding-left:15px;
	
}
input
{
background-color:#476EA7;
padding:3px;
color:#FFFFFF;
margin-top:20px;
margin-right:10px;



}

#popup_prompt {
	margin: .5em 0em;
}