*{padding: 0; margin: 0;}


#TB_window {
	font-size: 1em;
}

#TB_secondLine {
	font-size: 10px;
	float:right;
	padding: 30px 15px 10px 10px;	
	color: #3e3e3e;
	text-align:center;
}

#TB_secondLine a {
	outline:none;
}

a.thickbox {
	title:none;
}




#TB_overlay {
	position: fixed;
	z-index:2001;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background-image: url(../images/transBlack.png);
}



* 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: 5002;
	display:none;
	text-align:left;
	top:48.01%;
	left:50.01%;
}

* 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;
	background: #555;
}

#TB_caption, #TB_title{
	padding:10px 10px 10px 20px;
	background-color: #1A1A1A;
	color: #7f7f7f;
	float:left;
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 12px;
}

#TB_title {
	width:450px;
}

#TB_caption strong {
	font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #e9e9e9;
	font-size: 16px;
	font-weight:normal;
}


#TB_closeWindow{
/*	padding:7px 7px 8px 4px;
	background-color: #1A1A1A;*/
	text-align:right;
	/*height:15px;
	margin: 0;
	width: auto !important;
	position: relative;*/
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	margin-bottom:1px;
}


#TB_ajaxContent{
	clear:both;
	overflow:hidden;
	text-align:left;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:2002;
	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:2002;
	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;

}





#TB_closeWindowButton {
	position: absolute;
	bottom: -12px;
	right: -12px;
	z-index: 2003;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#TB_closeWindowButton a 

{
	outline: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#TB_closeWindowButton img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}


.faqbox {
	color: #FFFFFF;
	background-color: #666666;
	height: 370px;
	width: 370px;
	padding: 20px;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

.faqbox2 {
	padding: 20px;	
}

