	#TB_secondLine {
		color: #666;
		font-size: 1em;
	}
	#TB_overlay {
		background-color: #000;
		left: 0;
		position: absolute;
		top: 0;
		z-index: 100;
		filter: alpha(opacity=60);
		-moz-opacity: 0.6;
		opacity: 0.6;
	}
	#TB_window {
		color: #333;
		background: #FFF;
		border: 4px solid #008F00;
		color: #000;
		display: none;
		position: absolute;
		text-align: left;
		z-index: 102;
	}
		#TB_window a {
			color: #954141;
			font-size: 1.2em;
			font-weight: 700;
		}
		#TB_window img {
			border: 3px solid #CCC;
			border-top-color: #666;
			border-left-color: #666;
			display: block;
			margin: 15px auto 5px;
		}
		#TB_caption {
			padding: 5px 20px;
			text-align: center;
		}
			#TB_caption strong {
				color: #954141;
				display: block;
			}
	#TB_closeWindow{
		height:25px;
		padding:11px 25px 10px 0;
		float:right;
	}
		#TB_title{
			background-color: #66AF3A;
			border-bottom: 1px solid #000;
			min-height: 30px;
			overflow: hidden;
			width: 100%;
		}
			#TB_ajaxWindowTitle {
				font-size: 1.1em;
				font-weight: 700;
				float: left;
				padding: 6px 0 0 10px;
			}
			#TB_closeAjaxWindow{
				float: right;
				text-align: right;
				padding: 6px 10px 0 0;
			}
	#TB_ajaxContent{
		clear: both;
		padding: 2px 15px 15px;
		overflow: auto;
		text-align: left;
		line-height: 1.4em;
	}
		#TB_ajaxContent p { padding: 5px 0; }
	#TB_load {
		position: absolute;
		display: none;
		height: 100px;
		width: 100px;
		z-index: 101;
	}
	#TB_HideSelect{
		z-index: 99;
		position: absolute;
		top: 0;
		left: 0;
		background-color: #FFF;
		border: 0;
		filter: alpha(opacity=0);
		-moz-opacity: 0;
		opacity: 0;
	}
	#TB_iframeContent{
		clear: both;
		border: none;
		margin-bottom: -1px;
		margin-top: 1px;
		_margin-bottom: 1px;
	}