@charset "UTF-8";
/* CSS Document */

	#dropsheet 						{ background: #666; position: fixed; _position: absolute; top: 0px;	left: 0px; width: 100%;	height: 100%; z-index: 1; }
	.popup 							{ position: fixed; _position: absolute; left: 0px; top: 0px; margin: 0px !important; z-index:3; display: none; width: 659px; }

	div.small						{ width: 500px; }
	div.large						{ width: 865px; }
	
	.popup-header					{ padding: 6px 6px 3px; background: url(../images/bg_popup_header.png) no-repeat; color: #fff; position: relative; zoom: 1; }
	div.large .popup-header			{ background: url(../images/bg_popup_header_wide.png) no-repeat; }
	.popup-header h3				{ font-size: 12px; }
	.popup-header a.close-btn		{ position: absolute; right: 5px; top: 4px; height: 18px; width: 19px; display: block; text-indent: -9999px; background: url(../images/icon_popup_close.png) no-repeat; }
	.popup-content					{ margin: 0; padding: 10px; background: #fff; border: solid 1px #463c32; }

	.popup-content h4				{ font-size: 11px; margin: 10px 0; color: #68544b;}
	.popup-content h3				{ font-size: 12px; margin: 0 15px; color: #68544b; }
	.popup-content h4.section		{ border-bottom: 1px solid #9f8878; padding: 5px 0; margin-bottom: 15px; }
	.popup-content p				{ margin: 10px 0 15px 0; }
	
	.popup-content p.prompt			{ color: #68544b; font-size: 12px; }
	
	.popup-actions					{ clear: both; padding: 10px 0 5px 0; text-align: right; border-top: 1px solid #9f8878; background: #fff; margin: 0 15px; }
	.popup-actions button			{ width: auto; padding: 2px 20px; color: #000; }
	
