#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 300px; /* Dialog will be no smaller than this */	
	color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/*border-radius: 5px;*/
}

#popup_container 			{ border-radius: 3px; display: block; margin-bottom: 15px; padding: 9px 0px 4px 0px; position: relative; z-index: 1; zoom: 1; -moz-border-radius: 3px; -webkit-border-radius: 3px; border-radius: 3px;}
#popup_container a.close		{ display: block; width: 11px; height: 11px;  background: url('/images/admin/icons16/ico_close_off.png') top left no-repeat; font-size: 0%; text-indent: -9999px; position: absolute; top: 3px; right: 3px; }
#popup_container a.close:hover	{ background: url('/images/admin/icons16/ico_close_ovr.png') top left no-repeat; }
#popup_container p			{ color: #333333; line-height: 16px; padding: 0px 25px 5px 42px !important;}

#popup_title {
	font-size: 16px;
	text-align: center;
	line-height: 1.75em;
	color: #666;
	cursor: default;
	padding: 0em;
	margin: 0em;
}

#popup_content {
	background: 16px 16px no-repeat url(/images/jAlert/info.gif);
	padding: 2.5em 1.75em 1em 1em;
	margin: 0em;
}

#popup_content.warning{
    color:#E5AC00;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top: 1px solid #FEFBCD;
    border-bottom: 1px solid #E6E837;
    background: #FEFFB1;
    background: -moz-linear-gradient(top,#FEFFB1,#F0F17F);
    background: -webkit-gradient(linear, left top, left bottom, from(#FEFFB1), to(#F0F17F));
    box-shadow: 1px 1px 0px #999;
}

#popup_content.success{
    color:#61B316;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top: 1px solid #EDF7D0;
    border-bottom: 1px solid #B7E789;
    background: #DFF3A8;
    background: -moz-linear-gradient(top,#DFF3A8,#C4FB92);
    background: -webkit-gradient(linear, left top, left bottom, from(#DFF3A8), to(#C4FB92));
    box-shadow: 1px 1px 0px #999;
}

#popup_content.error{
    color:#B31616;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top: 1px solid #F7D0D0;
    border-bottom: 1px solid #C87676;
    background: #F3C7C7;
    background: -moz-linear-gradient(top,#F3C7C7,#EEA2A2);
    background: -webkit-gradient(linear, left top, left bottom, from(#F3C7C7), to(#EEA2A2));
    box-shadow: 1px 1px 0px #999;
}

#popup_content.alert, #popup_content.info {
    color:#177FB2;
    font-weight: normal;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    border-top: 1px solid #F3FBFF;
    border-bottom: 1px solid #BEDAE9;
    background: #E0F4FF;
    background: -moz-linear-gradient(top,#E0F4FF,#D4E6F0);
    background: -webkit-gradient(linear, left top, left bottom, from(#E0F4FF), to(#D4E6F0));
    box-shadow: 1px 1px 0px #999;
}

#popup_content.confirm {
	background-image: url(/images/jAlert/important.gif);
}

#popup_content.prompt {
	background-image: url(/images/jAlert/help.gif);
}

#popup_message {
	padding: 0 0 10px 48px;
}

#popup_panel {
	text-align: center;
	margin: 1em 0em 0em 1em;
}

#popup_panel input {
    position: absolute;
    top: -7px;
    right: -7px;
    height: 20px;
    width: 20px;
    background: none;
    background: url(/images/assets/close.png) center no-repeat;
    border: 0px;
    cursor:pointer;
}

#popup_prompt {
	margin: .5em 0em;
}

/*
.jMsg{
   min-width: 415px !important;
   border: none !important;
   border-radius: 0 !important;
   background: none !important;
}
*/
.jMsg .top{
    height: 0;
    /*background:url("/images/jAlert/jMsg_top.png") no-repeat scroll center center transparent;
    width:413px;
    height: 40px;*/
}
/*
.jMsg .top #popup_title{
    background: none;
    border-style: none;
    border-width: 0;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    padding: 13px 0 0 15px;
    text-align: left;
}

.jMsg #popup_content{
     background: url("/images/jAlert/jMsg_center.png") repeat-y scroll center center transparent;
     width:371px;
}

.jMsg #popup_message{
    padding: 0;
    text-align: center;
}

.jMsg #popup_content #popup_ok{
    background: url("/images/jAlert/jMsg_button.jpg") repeat scroll center center transparent;
    border: 0 none;
    border-radius: 5px 5px 5px 5px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 12px;
    font-weight: bold;
    height: 22px;
    text-align: center;
    width: 114px;
}

.jMsg .bottom{
    background:url("/images/jAlert/jMsg_bottom.png") no-repeat scroll center center transparent;
    width:413px;
    height: 16px;
}*/