/*
 * Smoothbox v20070814 by Boris Popoff (http://gueschla.com)
 *
 * Based on Cody Lindley's Thickbox, MIT License
 *
 * Licensed under the MIT License:
 *   http://www.opensource.org/licenses/mit-license.php
 */


html, body {
min-height: 100%;
height: auto !important;
height: 100%

}


#TB_secondLine {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#807b7b;
	padding-top:8px;
}

#TB_window a:link {color: #058aba;}
#TB_window a:visited {color: #058aba;}
#TB_window a:hover {color: #058aba;}
#TB_window a:active {color: #058aba;}
#TB_window a:focus{color: #058aba;}

#TB_closeWindowButton{
    margin:8px 8px;
    display:block;  text-indent:-9999px; overflow:hidden; position:relative;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#000000;
}

#TB_window {
	position: absolute;
	
	z-index: 102;
	color:#000000;
	text-align:left;    
	/*
	background: #ffffff;
    background: url(../images/bg-contact-form-l.gif) repeat-y center bottom;	
    */
}

#TB_window img {
	display:block;
    border:none;
}

#TB_caption{
	font-size:13px;
	width:80%;
	/*padding:23px 0px 10px 0px;*/
	float:left;
	line-height:normal;
}

#TB_closeWindow{
	height:25px;
	padding:11px 0 10px 0;
	float:right;
}

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

#TB_closeAjaxWindow a{
    text-indent:-9999px; 
    overflow:hidden;
    z-index:99;
}

#TB_ajaxWindowTitle{
	float:left;	
	margin-top:15px;
	margin-left:15px;
	color:#6b6b6b;
	font-size:17px;
	font-weight:bold;
}

#TB_title{
    /*background: url(../images/bg-contact-form-h.gif) no-repeat;	
	width: 488px;
	height: 58px;
	margin-top:-5px;
	*/
	
}
#TB_bottom{
    /*background: url(../images/bg-contact-form-b.gif) no-repeat;
    width: 488px;
    height: 17px;
    margin-bottom:-5px;
*/
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

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

#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:none;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin:0px 0px 0px 0px;


}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}