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

#TB_window #TB_closeAjaxWindow {
margin-right: 35px;
overflow: hidden;
}

#TB_window #TB_closeWindow a,
#TB_window #TB_closeAjaxWindow a {
position: absolute;
top: -10px;
right: -10px;
width: 32px;
height:32px;
padding:0;
background:url(close.png) no-repeat;
_background:url(close.gif) no-repeat;
/*
line-height: 1.1;
font-size: 32px;
font-weight: bold;
font-family: Tahoma, "Century Gothic", Verdana, sans-serif;
text-align: center;
-webkit-border-top-left-radius: 22px;
-webkit-border-top-right-radius: 22px;
-webkit-border-bottom-left-radius: 22px;
-webkit-border-bottom-right-radius: 22px;
-moz-border-radius: 22px;
*/
}

#TB_window #TB_closeWindow a:link,
#TB_window #TB_closeWindow a:visited,
#TB_window #TB_closeAjaxWindow a:link,
#TB_window #TB_closeAjaxWindow a:visited {
color: #EEE;
text-decoration: none;
}

#TB_window #TB_closeWindow a:hover,
#TB_window #TB_closeWindow a:focus,
#TB_window #TB_closeWindow a:active,
#TB_window #TB_closeAjaxWindow a:hover,
#TB_window #TB_closeAjaxWindow a:focus,
#TB_window #TB_closeAjaxWindow a:active {
color: #EEE;
}