
#popup_topImage
{
    background: url('../images/bg-box-top.png') top left no-repeat !important;
    background: url('../images/bg-box-top.gif') top left no-repeat;
    padding-top:15px;
}

#popup_titlBack
{
    background: url('../images/bg-box-body.png') top left repeat-y !important;
    background: url('../images/bg-box-body.gif') top left repeat-y;
    height:30px;
    padding-bottom:10px;
    width:500px;
}

#popup_bottomImage
{
    height:24px;
    padding-bottom: 24px;
    background: url('../images/bg-box-bottom.png') top left no-repeat !important;
    background: url('../images/bg-box-bottom.gif') top left no-repeat ;
}

#popup_container {
	font-family: Arial, sans-serif;
	font-size: 12px;
	min-width: 500px; /* Dialog will be no smaller than this */
	max-width: 500px; /* Dialog will wrap after this width */
	height:auto;
    /*padding-bottom: 24px;
    background: url('../images/bg-box-bottom.png') bottom left no-repeat !important;
    background: url('../images/bg-box-bottom.gif') bottom left no-repeat;
	*/
}

#popup_title {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color: #000000;
	padding-left: 55px;
    padding-top: 3px;
    padding-bottom: 20px;
    /*background: url('../images/bg-box-top.png') top left no-repeat !important;
    background: url('../images/bg-box-top.gif') top left no-repeat;*/
    
    background: 16px 0px no-repeat url('../images/info_1.gif');
}

#popup_title2 {
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	line-height: 1.75em;
	color: #FFFFFF;
	padding-top: 15px;
	padding-left: 15px;
    background: url('../images/bg-box-top.png') top left no-repeat !important;
    background: url('../images/bg-box-top.gif') top left no-repeat;
}

#popup_content {
	/*background: 16px 16px no-repeat url('../images/info_1.gif');*/
	/*padding: 1em 1.75em;*/
	margin: 0em;
	padding-right:10px;
}

#popup_content.alert {
	/*background-image: url('../images/info_1.gif');*/
	background: 16px 16px no-repeat url('../images/info_1.gif');
}

#popup_content.confirm {
	background-image: url('../images/important.gif');
}

#popup_content.prompt {
	background-image: url('../images/help.gif');
}

#popup_message {
	padding-left: 55px;
	padding-right: 25px;
	margin-right: 5px;
	background: url('../images/bg-box-body.png') top left repeat-y !important;
    background: url('../images/bg-box-body.gif') top left repeat-y;
    height:auto;
    width:auto;
}

#popup_panel {
	text-align: right;
	/*margin: 1em 0em 0em 1em;*/
	padding-right:30px;
	padding-top:10px;
	padding-bottom:10px;

	background: url('../images/bg-box-body.png') top left repeat-y !important;
    background: url('../images/bg-box-body.gif') top left repeat-y;
}

#popup_prompt {
	margin: .5em 0em;
}
/* Custom dialog styles */
			#popup_container.style_1 {
				font-family: Georgia, serif;
				color: #A4C6E2;
				background: #005294;
				border-color: #113F66;
			}
			
			#popup_container.style_1 #popup_title {
				color: #FFF;
				font-weight: normal;
				text-align: left;
				background: #76A5CC;
				border: solid 1px #005294;
				padding-left: 1em;
			}
			
			#popup_container.style_1 #popup_content {
				background: none;
			}
			
			#popup_container.style_1 #popup_message {
				padding-left: 0em;
			}
			
			#popup_container.style_1 INPUT[type='button'] {
				border: outset 2px #76A5CC;
				color: #A4C6E2;
				background: #3778AE;
			}
			FIELDSET {
				border: solid 1px #CCC;
				-moz-border-radius: 16px;
				-webkit-border-radius: 16px;
				border-radius: 16px;
				padding: 1em 2em;
				margin: 1em 0em;
			}
			
			LEGEND {
				color: #666;
				font-size: 16px;
				padding: 0em .5em;
			}
			
			PRE {
				font-family: "Courier New", monospace;
				font-size: 11px;
				color: #666;
				background: #F8F8F8;
				padding: 1em;
				-moz-border-radius: 8px;
				-webkit-border-radius: 8px;
				border-radius: 8px;
			}
