
html, body {
/*	min-height: 100%;
	height: auto !important;
	height: 100%;
	overflow-x: hidden;
*/
}

#TB_window {
	font: 12px Arial, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, sans-serif;
	color:#666666;
}


#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

#TB_overlay {
	position: absolute;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#E78AA3;
}

#TB_overlay.white_popup {
	background-color:#FFFFFF;
}

#TB_overlay.transparent_popup {
	background-color: transparent !important;
	_background: none;
}

#TB_overlay.base_popup {
	background-color: transparent !important;
	_background: none;
	border: none;
}

/* select just IE6 and select just IE6 again.. */
* .transparent_popup {
	_background: none !important;
}

/* select just IE6 and select just IE6 again.. */
* .base_popup {
	_background: none !important;
}

#TB_window {
	position: absolute;
	background: #F4F4F4;
	z-index: 102;
	color:#000000;
	border: 1px solid #FFFFFF;
	text-align:left;
}

#TB_window img {
	display:block;
	margin: 0px;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:5px 10px 7px 0;
	margin-bottom:1px;
	text-align:right;
	float: left;
}


#TB_closeAjaxWindow a {
	
	background: transparent url(../../../images/login/x.jpg) scroll left bottom no-repeat;

	display:block;
	
	height: 21px;
	width: 21px;
	
	overflow-x:auto;
	overflow-y:auto;
	position:absolute;
	
	top: 0;
	right: 0;
	
}

#TB_closeAjaxWindow a:hover {
	background: transparent url(../../../images/login/x_hover.jpg) scroll left bottom no-repeat;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#F4F4F4;
	height: 0px;
}

#TB_ajaxContent{
	clear:both;
	overflow: visible;
	text-align:left;
	line-height:1.4em;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 15px;
}

#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-bottom:-1px;
	margin-top:1px;
}

/* IE6 */
* html #TB_iframeContent{
	margin-bottom:1px;
}



/* to show transparent overlays - just flash contents */


#TB_window.transparent_popup {
	background: transparent;	
	border: none;
}

#TB_window.transparent_popup #TB_ajaxContent {
	margin: 0px !important;
	padding: 0px !important;
}

#TB_window.base_popup {
	background: none;	
	border: none;
}

#TB_window.base_popup #TB_title{
	display: none;
}

#TB_window.transparent_popup #TB_title{
	display: none;
}

#TB_window.white_popup {
	background: none;	
	border: none;
}

#TB_window.white_popup #TB_title{
	display: none;
}

 




/* start - overlay - global login  
#TB_window {
	background: transparent url('/images/login/bg.png') no-repeat top center;
	border: none;
} 
#TB_window.normal_popup {
	background: none repeat scroll 0 0 #F4F4F4;
	border: 1px solid #FFFFFF;
} 
#TB_ajaxContent {
	margin-left: 20px;	
}
#TB_closeAjaxWindow a {
	height: 30px;
	width: 32px;
} 
#TB_window.normal_popup #TB_closeAjaxWindow a {
	height: 25px;
	width: 26px;
}
*/


/* modifications for the curved borders for the transparent overlay */
#login_wrapper {
	float: right;
	cursor: default;
	color: #666666;
	text-decoration: none;
	position: relative;
	display: inline;
	
	min-height: 15px;
	height: 15px;
	max-height: 15px;
	width: 750px;
	text-align: right;
}

#login_wrapper span {
	padding: 0px 10px;
	font-size: 11px;
}

#login_wrapper a {
	font-family: Arial, sans-serif;
	font-size: 10px;
	font-style:normal;
	font-weight: normal;
	line-height: 1em;
	color: #999999;
}


#login_wrapper span a {
	font-weight: bold;
	border-bottom: 1px dotted #FFFFFF;
}

#login_wrapper span a:hover {
	color: #F692B4;
	text-decoration: none;
	border-bottom: 1px dotted #CCCCCC;
}

#login_link {
	zoom: 1;
}

#login_link:hover {
	text-decoration: none;
}

#overlay_wrapper {
	width: 200px;
	background: #F4F4F4;
	min-height: 400px;
	height: auto !important;
	height: 400px;
	position: absolute;
	text-align: left;
	margin-top: -20px;
	z-index: 100;
	left: 120px;
}

#fancybox-content , #login_box_wrapper {
	background: transparent url('../../../images/login/bg.png') no-repeat top center;

		 width: 680px;
		height: 244px;
	
	padding: 12px 0px;
}

/* different GUL background for IE6 */
#login_box_wrapper {
	_background : transparent url('../../../images/login/bg_ie6.png') no-repeat top center;
}

#login_box , #smooth_box_login {
	background: #F4F4F4;
	overflow: hidden;
	margin: 4px 35px 10px 30px;
}

#login_box .errors , #smooth_box_login .errors {
	color: #A63232;
	font-weight: bold;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	margin-left: 10px;
}

#login_box .spacer ,  #smooth_box_login .spacer {
	background: transparent url('../../../images/login/pink_line.jpg') no-repeat center center;
	height: 43px;
	width: 196px;
	float: left;	
}

#login_box .pink_nation , #smooth_box_login .pink_nation {
	min-height: 45px;
	height: 45px;
	padding-top: 5px;
	overflow: hidden;
	padding-bottom:15px;
	margin-bottom:-15px;
}

#login_box .logo , #smooth_box_login .logo {
	float: left;	
}

#overlay {
	padding: 15px;
}

#overlay .section {
	padding-bottom: 10px;
	border-bottom: 1px solid #E9E9E9;	
}

#login_box .section , #smooth_box_login .section {
	margin: 0 10px;
	border-right: 1px solid #E9E9E9;
	float: left;
	width: 190px;
	min-height: 136px;
	height: auto !important;
	height: 136px;
	max-height: 136px;
	display: inline;
}

#login_box #login , #login_box #login_fb , #smooth_box_login #login , #smooth_box_login #login_fb {
	margin-right: 10px;
}

#login_box #login_fb p , #smooth_box_login #login_fb p {
	margin: 0.9em 0;
	color: #333333;
	font-family: Arial, sans-serif;
	font-size: 11px;
	text-align:left;
	line-height:1.4em;
}

#login_box #login_fb a span , #smooth_box_login #login_fb a span {
	font-size: 11px !important;	
}

#login_box h3 , #overlay h3 , #smooth_box_login h3 {
	color: #666666;
	font-size: 14px;
	font-family: Times,"Times New Roman",serif;
	font-style: italic;
	font-weight: bold;
	text-transform:uppercase;
	margin-top:15px;
	margin:0;
	padding:0;
	line-height: 15px;
}

#login_box fieldset , #overlay fieldset , #smooth_box_login fieldset {
	border:0 none;
	position:relative;
	margin: 0px;
	padding: 0px;
}

#login_box #login h3 { 
	background: url('../../../images/common/sign_in.jpg') no-repeat left top;
	height: 15px;
	width:  56px;
	text-indent: -9000em;
}

#login_box #login_fb h3 { 
	background: url('../../../images/common/txt_join-or-signin.jpg') no-repeat left top;
	height: 32px;
	width: 117px;
	text-indent: -9000em;
}


#overlay .clear {
	margin: 15px;
}

#login_box .clear , #smooth_box_login .clear {
	margin-top: 5px;
}

#login_box #login label , #overlay #login label , #smooth_box_login #login label {
	display:block; 
	margin:0.5em 0 0.25em; 
	font-family: Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:1.4em;
}

#login_box #login input.text , #overlay #login input.text , #smooth_box_login #login input.text { 
	width:11em; 
	margin:.25em 0 .5em;
	
	border-color: #B2B2B2 #D0D0D0 #F7F7F7 #DDDDDD;
	border-style: solid;
	border-width: 1px;
	display: block;
	padding: 0.25em 0.5em;
	width: 155px;
	font-family: Arial, sans-serif;
	font-size:11px;
	font-style:normal;
	font-weight:normal;
	line-height:1.4em;
}

#login_box #login button , #overlay #login button , #smooth_box_login #login button { 
	display:block; 
	background:transparent url(../../../images/login/go.jpg) no-repeat left top; 
	border:none; 
	height:16px; 
	width:29px;
	cursor:pointer; 
	margin:1em 0; 
	font-size: 0px; 
	float: right; 
}

#login_box #login button.loading , #overlay #login button.loading , #smooth_box_login #login button.loading {
	background:transparent url(../../../images/login/pink_loader.gif) no-repeat left 0px;
	height: 26px;
	margin-top: 0px;
	margin-right: 10px;
}

#login_box #login button.complete , #overlay #login button.complete , #smooth_box_login #login button.complete {
	background: none;
} 

#login_box #login #email_address_label , #smooth_box_login #login #email_address_label {
	background: transparent url(../../../images/login/lock.jpg) no-repeat scroll right bottom;
	margin-right: 1.5em;
	margin-left: 0;
}

#login_box a#forgot_password , #smooth_box_login #login a#forgot_password {
	font-style: italic;
	margin-top: 13px;
	display: block;
}

#login_box a#forgot_password {
	*margin-top: 7px;
}

#login_box #login a#forgot_password:hover , #smooth_box_login #login a#forgot_password:hover {
	color: #333333;
}


#login_box #login button , #smooth_box_login #login button {
	margin-right: 15px;	
	margin-top: 6px;
	padding-top: 0px;
}

#login_box #login a , #overlay #login a , #smooth_box_login #login a { 
	color: #1E4164; 
	font-size: 10px; 
	text-decoration: none; 
	font-family: Arial, sans-serif;
}


#login_box #login #login_fb p , #overlay #login_fb p , #smooth_box_login #login #login_fb p { 
	margin: 0.5em 1.5em 0.75em 0;
	color: #333333; 
}

#overlay .join {
	padding-top: 10px;
}

#login_box .join , #smooth_box_login .join {
	margin: 0px 0 0 0px;
	float: left;
	display: inline;
}

#login_box .join #logo , #smooth_box_login .join #logo {
	margin-bottom: 15px;
}

#login_box .join #join , #smooth_box_login .join #join {
	margin-left: 0px;
}

#login_box .join a , #overlay .join a , #smooth_box_login .join a {
	padding-right: 0px;
}

fb:login-button {
	margin-top: 200px;
}

/* stop - overlay - global login */

.fbconnect_login_button {
	background: url('../../../images/login/fb_login.png') no-repeat left top !important;
	height: 22px;
	width: 154px;
	display: block;
}


#login_box #login button {
	*margin-right: 4px; 
}
