/* Custom dialog styles */
			#popup_container.light_message {
				font-family: tahoma, arial, verdana, arial, sans-serif;
				color: #000;
				background: #fff;
				border-color: #113F66;
			}
			
			#popup_container.light_message #popup_title {
				color: #FFF;
				font-weight: normal;
				text-align: left;
				font-size:20px;
				background: #76A5CC;
				border: solid 1px #005294;
				padding-left: 1em;
				min-width:300px;
			}
			
			#popup_container.light_message #popup_content {
				background: none;
				text-align:left;
				font-size:12px;
				padding: 5px;
			}
			
			#popup_container.light_message #popup_message {
				padding: 7px;
			}
			
			#popup_container.light_message INPUT[type='button'] {
				width:70px;
				border: outset 2px #FF9E49;
				color: #fff;
				font-weight:bold;
				background: #FF9E49;
				text-align:center;
			}
			
			#popup_panel { 
				text-align:center;
			}
