﻿#marker_window_general {
  width: 452px;
}

/* top left */
#marker_window_general_tl 
{
	width:4px;
	height:4px;
	background: url('/resources/images/marker_window/general/tl.png') top left no-repeat transparent;
}

/* top */
#marker_window_general_t 
{
	height:4px;
	background: url('/resources/images/marker_window/general/t.png') top left repeat-x transparent;
}

/* top right */
#marker_window_general_tr 
{
	width:4px;
	height:4px;
	background: url('/resources/images/marker_window/general/tr.png') top left no-repeat transparent;
}
	
/* left */	
#marker_window_general_l 
{
	width:4px;
	background: url('/resources/images/marker_window/general/l.png') top left repeat-y transparent;
}

/* center contents area */
#marker_window_general_contents 
{

	background: url('/resources/images/marker_window/general/content.png') top left repeat-x transparent;
}

/* right */
#marker_window_general_r 
{
	width:4px;
	background: url('/resources/images/marker_window/general/r.png') top left repeat-y transparent;
}

/* bottom left */
#marker_window_general_bl 
{
	width:4px;
	height:4px;
	background: url('/resources/images/marker_window/general/bl.png') top left no-repeat transparent;
}

/* bottom */
#marker_window_general_b 
{
	height:4px;
	background: url('/resources/images/marker_window/general/b.png') top left repeat-x transparent;
}

/* bottom right */
#marker_window_general_br 
{
	width:4px;
	height:4px;
	background: url('/resources/images/marker_window/general/br.png') top left no-repeat transparent;
}

/* bottom beak/pointer area */
#marker_window_general_beak
{
	width:40px;
	height:22px;
	background: url('/resources/images/marker_window/general/beak.png') top left no-repeat transparent;
}

/* close box section */
#marker_window_general_close 
{
	width:1px;
	height:1px;
	background-color:transparent;
}
