@charset "UTF-8";
/* CSS Document */

/*LOGIN*/

/* Overlay */
#login-overlay {
	background-color:#000;
	cursor:wait;
}
/* Container */
#login-container {
	width:250px;
	text-align:left;
}
#login-container .contact-content {
	background-color:#202020;
	color:#ddd;
	padding:25px;
}

#login-container .contact-loading {
	position:absolute;
	background:url(../images/contact/loading.gif) no-repeat;
	z-index:8000;
	height:55px;
	width:54px;
	margin:-14px 0 0 170px;
	padding:0;
}
#login-container .contact-message {
	text-align:left;
}
#login-container .contact-error {
	width:92%;
	font-size:.8em;
	background:#000;
	border:2px solid #ccc;
	font-size:0.8em;
	font-weight:bold;
	margin:0 auto;
	padding:2px;
}
#login-container br {
	clear:both;
}
#login-container form {
	padding:0;
	margin:0;
		text-align:left;
}
#login-container form p {
	color:#d76300;
	font-size:.9em
}
#login-container label {
	
	font-size: 0.7em;
	color: #FFF;
	padding:5px 0px;
	margin:0px 10px 0px 0;
	font-weight: bold;
	text-align: right;
	text-transform: uppercase;
	line-height: 100%;
}
#login-container .contact-input {
	float:left;
	width:120px;
	margin:8px 5px 16px 0;
	padding: 4px;
	height: 17px;
	border: 1px solid #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
}

#login-container .contact-top {
	height:13px;
	background:url(../images/contact/form_top.gif) no-repeat;
	padding:0;
	margin:0;
}
#login-container .contact-bottom {
	height:13px;
	background:url(../images/contact/form_bottom.gif) no-repeat;
	font-size:.7em;
	text-align:center;
}

#login-container .contact-send {
	float:left;
	width:50px;
	background:url(../images/contact/send.png) no-repeat;
	border:none!important;
}

#login-container a.modalCloseX, #login-container a.modalCloseX:link, #login-container a.modalCloseX:active, #login-container a.modalCloseX:visited {
	text-decoration:none;
	font-weight:bold;
	font-size:1.2em;
	position:absolute;
	top:-4px;
	right:6px;
	color:#999;
}
#login-container a.modalCloseX:hover {
	color: #e3600d;
}




#login-container .codeSend{
	border:none;
	margin-top:8px;
	background:url('../images/assets/btn_sendSmall.gif') no-repeat top;
	height:27px;
	width:60px;
	cursor:pointer;
}

#login-container .codeSend_over {
	border:none;
	margin-top:8px;
	background:url('../images/assets/btn_sendSmall.gif') no-repeat bottom;
	height:27px;
	width:60px;
	cursor:pointer;
}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	padding: 0; margin: 0; 
width:400px!important;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(../images/macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* 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;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
padding:0; margin:0;
	border: 1px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* 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;
	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:7px 7px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}





#TB_ajaxContent.TB_modal{
	padding:0px;
}

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

* 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: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%;
}

* 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;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}

.formWrap {
	width:360px;
	line-height:120%;
	padding:20px;
	
}
.formWrap h3 {
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -.02em;
	text-transform: uppercase;
	margin:0; padding:0 0 5px 0;
	border-bottom:5px solid #999;
	}
	
.formWrap p {
	font-size: .9em; padding:15px 0 10px 0!important;

}
.formWrap form, .formWrap fieldset {
	border:none;
	padding:0;
	margin:0;
	font-size: .9em
}

.formWrap .amount {
	padding:0 10px 0 0 ;
	font-weight:bold;
	font-size:1.1em
}
.formWrap .otherField {
	
	margin:10px 5px 5px 0px;
	
}
.formWrap .textField {
	border:1px solid #CCC;
	margin:0 5px 10px 5px;
padding:5px 2px 0 2px;
	width:200px; height:16px;

}
.formWrap .textArea {
	border:1px solid #CCC;
	margin:0 5px 10px 5px;
	width:330px; height:100px;
	padding:5px 2px 0 2px;
	font-size:1em
}
.formWrap label {
	padding:0 0 0 5px
}
.formWrap .submit {
	font-family:Helvetica, Arial, Verdana;
	border:none;
	background-color:#000;
	margin:15px 5px 20px 5px;
	padding:8px 8px 5px 8px;
	font-weight:bold;
	font-size:1.1em;
	color:#FFf;
	cursor:pointer
}
.formWrap .error-message{
		font-weight:bold; 
		font-size:.8em; 
		line-height:120%;
		color:#990000
		}
		
.formWrap .error{
		border:1px solid #990000!important;
		}
		
	.formWrap label.error{
		border:none!important
		}

	.formWrap div small{
		font-size:.75em;
		color:#990000;
		margin:0; padding:0;
		}

.formWrap div a{color:#666; font-size:.8em
}