﻿/*
 * $Rev: * $
 * Created: fengling
 * Modified: $Author: fengling $ $LastChangedDate: 2010-03-010 14:15:00 +0800 (星期五, 4 三月 2010) $
 */

/* 弹出层模型
-------------------------------------------------------------- */

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	z-index:10001;
}

.TB_overlayBG {
	background-color:#000000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
}

* 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;
	z-index: 102;
	display:none;
	top:50%;
	left:50%;
	overflow:hidden;
	z-index:10002;
	
}

* 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_ajaxContent
{
	border:none;
	clear:both;
}

#TB_ajaxContent.TB_modal{
	
}

#TB_iframeContent{
	border:none;
	clear:both;
	width:488px!important;
	height:248px!important;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
	display:none;
}

/* 图片
-------------------------------------------------------------- */
#TB_Image 
{
	border:2px solid #CCCCCC;
	}

/* 登录
-------------------------------------------------------------- */
.loginPopup 
{
	border:1px solid #C09605;
	width:486px
	}
.loginPopup .inArea 
{
	height:244px;
	border:1px solid #FFFFFF;
	background:url(../images/popup/popupBg.jpg) repeat-x scroll 0 0;
	}
 	.loginPopup .title 
	{
		height:73px;
		background:url(../images/popup/popupTitleBg.gif) no-repeat scroll 25px 49px;
		margin:0 16px;
		text-align:center;
		}
		.loginPopup .title .close 
		{
			width:16px;
			height:16px;
			display:block;
			float:right;
			margin-top:16px;
			cursor:pointer;
			}
		.loginPopup .title h3 
		{
			width:100%;
			float:left;
			margin-top:4px;
			text-align:center;
			padding-top:5px;
			}
	.loginPopup .area 
	{
		padding-top:10px;
		}
		.loginPopup .area table 
		{
			}
			.loginPopup .area table td
			{
				line-height:43px;
				}
			.loginPopup .area table .L
			{
				width:109px;
				padding-right:5px;
				text-align:right;
				font-size:14px;
				}
			.loginPopup .area table .textBox 
			{
				width:245px;
				padding:4px;
				font-size:14px;
				border:1px solid #C4A880;
				background:#FFFFFF url(../images/popup/textBoxBg.jpg) repeat-x scroll 0 1px;
				}
			.loginPopup .area a.link
			{
				color:#643C00;
				}
			.loginPopup .area table label 
			{
				font-weight:400;
				margin:0 8px 0 4px;
				}
			.loginPopup .area table .btn 
			{
				padding-left:50px;
				padding-top:8px;
				}
				.loginPopup .area table .btn input 
				{
					position:relative;
					top:8px;
					margin:-8px 10px 0;
					cursor:pointer;
					width:70px;
					height:26px;
					border:0 none;
					background:url(../images/popup/popBtnBg.jpg) no-repeat scroll 0 0;
					}
					
/* 登录出错
-------------------------------------------------------------- */
.loginErrorPopup 
{

	}
	.loginErrorPopup .title 
	{
		height:68px;
		background:url(../images/popup/popupTitleBg.gif) no-repeat scroll 25px 44px;
		margin:0 16px;
		text-align:center;
		}
		.loginErrorPopup .title .close 
		{
			width:16px;
			height:16px;
			display:block;
			float:right;
			margin-top:16px;
			cursor:pointer;
			}
		.loginErrorPopup .title h3 
		{
			width:100%;
			float:left;
			margin-top:4px;
			text-align:center;
			}
	.loginErrorPopup .area 
	{
		background:url(../images/popup/tipsIco.gif) no-repeat scroll 35px 18px;
		padding-left:129px;
		}
		.loginErrorPopup .area .text 
		{
			height:135px;
			font-size:14px;
			line-height:180%;
			}
			.loginErrorPopup .area .text .forget 
			{
				color:#23688D;
				}
		.loginErrorPopup .area .btn 
			{
				padding-left:83px;
				}
