/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> 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: #4A2E55;}
#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:5000;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
	background: #000000;
	filter:alpha(opacity=80);
	-moz-opacity: 80;
	opacity: 0.8;
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 6500;
	color:#000000;
	display:none;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	text-align:left;
	top:45%;
	left:50%;
}

	#TB_window label {
		font-weight: bold;
		color: #4A2E55;
		font-size: 1.05em;
	}
	
	#TB_window label.cb {
		font-weight: normal;
		color: #000;
		font-size: 1em;
	}
	
	#TB_window input {
		width: 90%;
		padding: 2px;
		border: 1px solid #a699ae;
		margin: 0 10px 0 0;
	}
	
	#TB_window p.age,
	#TB_window p.gender {
		width: 43%;
		float: left;
		margin-right: 5%;
	}
	
	#TB_window hr {
		margin: 5px 0;
		border: none;
		border-top: 1px dotted;
	}
	
	#TB_window div.interests p {
		padding: 1px 0
	}
	
	#TB_window div.interests input {
		width: auto;
	}
	
	#TB_window label.cb input {
		width: 20px;
		float: left;
		clear: left;		
	}	

	#TB_window p span {
		display: block;
		margin-left: 30px;
	}
	
	#TB_window div.buttons input {
		width: 91px;
		height: 35px;
		margin: 0 0 10px 25px;
		background: url('../images/newsletter-submit.gif') no-repeat;
		color: #4A2E55;
		font-weight: bold;
		text-indent: -1000em;
		border: none;
		cursor: pointer
	}	

	#TB_window select {
		width: 100%;
		padding: 2px 1px;
	}

#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_closeAjaxWindow{
	padding: 15px 10px 0 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 15px;
	margin-bottom:1px;
	color: #ffdb5d;
	font-size: 1.5em;
	font-weight: bold;
}

#TB_title{
	background:#a699ae;
	height:37px;
	-moz-border-radius: 10px 10px 0 0;
}

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

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:2px 0;
}

#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 */
}

#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%;
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

/* ie6 hacks */

* html #TB_overlay,
* html #TB_window,
* html #TB_load,
* html #TB_HideSelect {
     position: absolute;
     z-index: 1000
}

* html #TB_window {
	top: 2%;
}