#popup_container {
	font-family: Arial, sans-serif;
	font-size: 13px;
	min-width: 400px; /* Dialog will be no smaller than this */
	max-width: 700px; /* Dialog will wrap after this width */
	background: #FFF;
	border: solid 8px #999;
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	z-index: 10000;
}
#popup_container input {
border: 1px solid #29447E;
background-color: #637BAD;
color: #FFF;
padding: 2px 2px 2px 2px;
font-weight: bold;
text-align: right !important;
}


#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
  color: #FFFFFF;
	background: #6D84B4;
	border: solid 0px #FFF;
	border-bottom: solid 0px #999;
	cursor: default;
	padding-left: 10px;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(../img/info.gif);
	padding: 1em 1.75em;
	margin: 0em;
}

#popup_content.info 
{
    color: #00529B;
    background-color: #FFFFFF;    
	background-image: url(../img/info.png);
}

#popup_content.success 
{
    color: #4F8A10;
    background-color: #FFFFFF;    
	background-image: url(../img/success.png);
}

#popup_content.warning
{
  color: #000000;
  background-color: #FFFFFF;
	background-image: url(http://www.smetka.net/templates/smetka_v.1.2/images/icons/warning.png);
	font-weight: bold;
}

#popup_content.error 
{
    color: #D8000C;
    background-color: #FFFFFF;
   	background-image: url(../img/error.png);
}

#popup_content.confirm 
{        
	background-image: url(../img/important.gif);
}

#popup_content.prompt 
{ 
	background-image: url(../img/help.gif);
}

#popup_message {
	padding-left: 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

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