*
{
    margin: 0;
    padding: 0;
}

div.window_overlay
{
    position:                fixed;
    top:                      0;
    left:                      0;
    width:                   100%;
    height:                  100%;
    background-color:      #000000;
} 
 
div.moo_window
{
    border:             1px solid #4c4c4c;
    background:         #575f5c;
	text-align:center;
}

div.window_titlebar
{
    height:                     15px;
	background:         		#575f5c;
    overflow:                  hidden;
	
}

div.window_titlebar  h3
{
    float:                        left;
    padding:                    0px 0px 0px 0px;
    font-size:                  15px;
    font-weight:               bold;
    color:                       #006699;
}

button.window_close_icon
{
    float:                      left;
    height:                    16px;
    width:                     17px;
    margin:                    0px 0px 0 0px;
    display:                   block;
    background:             transparent url(../../images/products/surfacetags/window/images/colorthemes/default/buttons/small_arrow_left.gif) no-repeat top left;
    border:                    0;
}

div.window_global_close_box
{
    float:                    right;
    padding-right:             0px;
    overflow:                hidden;
}

div.window_global_close_box button
{
    float:                     right;
    width:                    18px;
    height:                   16px;
    margin-left:             0px;
    background:            transparent url(../../images/products/surfacetags/window/images/close_button.jpg) no-repeat;
	background-position:right;
    border:                   0;
    position: relative;
    top: 0px;
    right: 0px;
}

div.window_global_close_box span
{
    float:                     left;
    color:                     #006699;
    font-size:                 9pt;
}