#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 540px; /* Dialog will be no smaller than this */
	max-width: 540px; /* Dialog will wrap after this width */
	color: #000;
  height:270px;
  position:relative;}
	/*-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;*/

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 2.75em;
	color: #0479fd;
	background: url(/images/window-top.png) top no-repeat;
	cursor: default;
	padding: 0em;
	margin: 0em;
  width:541px;
  height:30px;
}
#popup_logo{
  width:541px;
  height:120px;
 background-image: url(/images/logo.gif) ;
background-position:center;
background-repeat:no-repeat;
}
#popup_footer {
	background: url(/images/window-bottom.png) bottom no-repeat;
	cursor: default;
	padding: 0em;
	margin: 0em;
  width:541px;
  height:38px;
  
}
#popup_content {
	background: 16px 16px no-repeat #fff url(/images/info.gif);
	margin: 0px;
  height:250px;
  width:541px;
}

#popup_content.alert {
	background-image: url(/images/info.gif);
	background-position:20px 120px;
}

#popup_content.confirm {
	background-image: url(/images/important.gif);
	background-position:20px 120px;
}

#popup_content.prompt {
	background-image: url(/images/help.gif);
	background-position:20px 120px;
}

#popup_message {
	padding-left:70px;
  width:470px;
	height:70px;
	min-height:70px;
	height:auto !important;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 1em 1em;
}

#popup_prompt {
	margin: .5em 0em;
}
.alert_button {
background:#537949 url(/images/bg_button.jpg) no-repeat;
width:81px;
height:24px;
font-weight:bold;
border:0px;
color: #0479fd;
cursor:pointer;
}
