/*
	==================================================================
		A plugin that pops a window up in the admin area.
		
	==================================================================  */
						.gs_pop_window_bg {
							position:				fixed;
							left:					0;
							top:					0;
							width:					100%;
							height:					100%;
							margin:					0;
							padding:				0;
							background:				url(../images/bg_000000_20.png) 0 0 repeat;
							z-index:				10001;
						}
						
						.gs_pop_main_table {
							margin:					100px auto 0 auto;
							width:					400px;
							border:					0;
							border-collapse:		collapse;
						}
						
						.gs_pop_main_table td.top_left,
						.gs_pop_main_table td.top_right,
						.gs_pop_main_table td.bot_left,
						.gs_pop_main_table td.bot_right {
							width:					12px;
							height:					12px;
						}
						
						.gs_pop_main_table td.top_left	{	background:				url(../images/round_corners.png) top left no-repeat;}
						
						.gs_pop_main_table td.top_right	{	background:				url(../images/round_corners.png) top right no-repeat;}
						
						.gs_pop_main_table td.bot_left 	{	background:				url(../images/round_corners.png) bottom left no-repeat;}
						
						.gs_pop_main_table td.bot_right {	background:				url(../images/round_corners.png) bottom right no-repeat;}
						
						.gs_pop_main_table td.pop_title h3 {
							text-align:				center;
							color:					#333;
							padding:				3px;
							margin:					0;
						}
						
						.gs_pop_main_table .pop_window_color {
							background-color:		#F9F9F9;
						}
						
						.gs_pop_main_table .gs_pop_close_icon {
							float:					right;
							width:					20px;
							height:					20px;
							background:				url(../images/action_icon_set.png) -112px 0 repeat;
							cursor:					pointer;
						}