/* POPBox Style */

#popBox {position: absolute; width: 420px; z-index:100; text-align: left; background: #fbfeff ; border: 1px solid #85a3ba}
	.pop_round {position: relative}
		.pop_tl, .pop_tr, .pop_fl, .pop_fr {position: absolute; width: 5px; height: 5px; overflow: hidden; background-image: url(../../Images/PopBox.gif); background-repeat: no-repeat}
		.pop_tl {top: -1px; left: -1px; background-position: 0 0}
		.pop_tr {top: -1px; right: -1px; background-position: -5px 0}
		.pop_fl {bottom: -1px !important; bottom /**/: -2px; left: -1px; background-position: 0 -5px}
		.pop_fr {bottom: -1px !important; bottom /**/: -2px; right: -1px; background-position: -5px -5px}
		
	#popBox a {text-decoration: underline}
	#pop_top {height: 25px; padding-right: 10px; background: url(../../Images/PopBox.gif) left -40px repeat-x}
		#pop_title {color: #2c71af; height: 14px !important; height /**/: 15px; padding: 1px 0 0 25px; background: url(../../Images/PopBox.gif) 5px -25px no-repeat; overflow: hidden}
		#pop_close {float: right; height: 10px; margin-top: 3px}
			#pop_close a img {width: 10px; height: 10px; border: none; background: url(../../Images/PopBox.gif) 0 -15px no-repeat}
			#pop_close a:hover img {background: url(../../Images/PopBox.gif) -10px -15px no-repeat}
	#pop_main {border: solid 1px #d7e0e7; border-top: solid 1px #e7eff8}
		#pop_icon {width: 90px; height: 80px}
		#pop_icon img {margin: 0 0 0 35px; width: 36px; height: 36px}
		#pop_cont {line-height: 20px; font-size: 14px; color: #06559b}
	
	#pop_foot {height: 40px; text-align: right; padding: 0 15px 0 0; background: #eef2f6; border-top: solid 1px #ffffff; border-bottom: solid 1px #ffffff}
		#pop_foot input.button {width: 65px; height: 20px; color: #333333; border: solid 1px #86a2c0; margin-left: 1em; background: url(../../Images/PopBox.gif) 0 -70px repeat-x;}
	#pop_mask{position: absolute; left: 0; top: 0; background: #000000; filter: alpha(opacity=0); -moz-opacity: 0; opacity: 0; z-index: 99; visibility: hidden}
	
	.alert #pop_icon img {background: url(../../Images/PopBox.gif) 0 -90px no-repeat}
	.alert #pop_cont {padding: 1em 1em 1em 0}
	.confirm #pop_icon img {background: url(../../Images/PopBox.gif) 0 -130px no-repeat}
	.confirm #pop_cont {padding: 1em 1em 1em 0}
	.window #pop_icon {display: none}
	.window #pop_cont {padding: 1em}
