/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background:#efefef;
	z-index: 102;
	color:#000000;
	border:1px #969696 solid;
	text-align:left;
	top:50%;
	left:50%;
	width:410px;
	padding:10px;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}


#TB_title {
	float:left;
	width:100%;
	margin-bottom:-19px;
	position:relative;
	height:18px;
}
#TB_closeAjaxWindow {
	float:right;
	margin-top:-10px;
	margin-right:-9px;
	position:relative;
	height:18px;
}
#TB_closeAjaxWindow a#TB_closeWindowButton {
	float:right;
	width:28px;
	height:29px;
	text-indent:-9999px;
	background:url(../images/system/Tb_close.jpg) no-repeat;
	margin-top:1px;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}
#TB_ajaxContent{
	width:390px;
	padding:10px;
	background:#fff;
	float:left;
}
#TB_iframeContent {
	width:390px;
	padding:10px;
	background:#fff;
	float:left;
}
#TB_ajaxContent.TB_modal{
	padding:15px;
}
#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
.TB_box {
	width:390px;
}
form.TB_box p.tit {
	float:left;
	width:100%;
	line-height:42px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
form.TB_box p.titbig {
	float:left;
	width:100%;
	line-height:42px;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	margin-bottom:10px;
}
form.TB_box p.titnew {
	float:left;
	width:100%;
	line-height:42px;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	margin-bottom:10px;
}
form.TB_box div {
	float:left;
	width:100%;
	height:42px;
}
form.TB_box div label {
	float:left;
	width:100px;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	height:26px;
	line-height:26px;
}
form.TB_box div input.t_input {
	float:left;
	width:192px;
	height:14px;
	padding:6px 5px;
	background:url(../images/system/mima.gif) no-repeat;
	border:0;
}
form.TB_box  div.sub_p {
	float:left;
	width:100%;
	text-align:center;
}
form.TB_box div.sub_p input.submit {
	width:74px;
	height:33px;
	line-height:33px;
	text-align:center;
	background:url(../images/system/btn02.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	border:0;
	margin-right:10px;
	cursor:pointer;
}
form.TB_box div.errormessage {
	color:red;
	text-indent:42px;
}
form.TB_box div.pay {
	width:320px;
	padding:20px 30px;
	margin-top:20px;
	float:left;
	height:auto;
	margin-bottom:20px;
}
form.TB_box div.pay_r {
	margin:0;
	padding-top:0;
}
form.TB_box div.pay span {
	float:left;
	width:100%;
	font-weight:bold;
	margin-bottom:10px;
}
form.TB_box div.pay span input {
	vertical-align:middle;
}
form.TB_box div.pay p {
	float:left;
	width:100%;
	line-height:24px;
}
form.TB_box div.pay_r p {
	background:#fff4d3 url(../images/system/tishi3.gif) 2px 9px no-repeat;
	border:1px #d6c286 solid;
	padding:5px 0;
	text-indent:20px;
}
form.TB_box div.pay_r p a {
	color:#6f432f;
	text-decoration:underline;
}
form.TB_box div.pay_r p a:hover {
	text-decoration:none;
}
div.TB_box p.tit {
	float:left;
	width:100%;
	line-height:24px;
	font-size:14px;
	font-weight:bold;
	margin:20px 0;
}
div.TB_box  div.sub_p {
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:20px;
}
div.TB_box div.sub_p input.submit {
	width:74px;
	height:33px;
	line-height:33px;
	text-align:center;
	background:url(../images/system/btn02.gif) no-repeat;
	color:#fff;
	font-weight:bold;
	border:0;
	margin-right:10px;
	cursor:pointer;
}
div.TB_box div.sub_p input.sub2 {
	width:127px;
	background:url(../images/system/btn06.gif) no-repeat;
}


