﻿

/* Authentication Form
---------------------------------
*/


.loginForm {
	height: 110px;
	text-align: right;
	width: 230px;
	margin: 5px 0 20px;
   font-size: 10pt;
}

#index .loginForm, #home .loginForm {    
	margin: 5px 0 10px 0px;
	
}

#home .loginControl {
   margin-top: 15px;
   margin-left: 100px;
}

.loginForm .errorText 
{
   text-align: center;
	height: 10pt;
	padding-bottom:6px;
	margin: 0;
	font-size:10pt;
	line-height: 10pt;
	font-family: Arial;
	font-weight: 300;
}

.loginForm .formLabel {
    width: 80px;
	margin-top: 3px;
	margin-left: 7px;
	margin-right: 7px;
	float: left;
	display: inline;
	text-align: right;
}

.loginForm .formObject {
	margin-top: 3px;
	text-align: left;
}

.loginForm .spacer {
    clear:left;
    margin-right: 7px;
	height:9px;
}


.loginForm .textBox {
   border: none;
   outline: none;
   background: url("../../graphics/site/signin/si_textbox.png") no-repeat;
   height: 13px;
   width: 75px;
   margin-bottom: 5px;
   padding: 3px 6px;
   font-size: 8pt;
   color: #333;
}

.loginForm .textBox:focus, .loginForm .textBox:active {
   background: url("../../graphics/site/signin/si_textbox_active.png") no-repeat;
}

/* LoginControl2 for google optimization A/B test */
.loginForm .textBox2 {
   border: none;
   outline: none;
   background: url("../../graphics/site/signin/si_textbox2.png") no-repeat;
   height: 13px;
   width: 75px;
   margin-bottom: 5px;
   padding: 3px 6px;
   font-size: 8pt;
   color: #333;
}

.loginForm .textBox2:focus, .loginForm .textBox2:active {
   background: url("../../graphics/site/signin/si_textbox_active2.png") no-repeat;
}
/* -------------- */


.loginForm .button {
   margin-top: 1px;
   margin-left: 40px;
   padding-bottom: 4px;
   border: none;
   background: url("../../graphics/site/signin/si_button.png") no-repeat;
   width: 68px;
   height: 32px;
   color: #555;
   font-weight: 700;
   font-size: 9pt;
   line-height: 30px;
   vertical-align: middle;
   font-family: Arial;
}

.loginForm .button:hover {
   background: url("../../graphics/site/signin/si_button_over.png") no-repeat;
}

.loginForm .button:active {
   background: url("../../graphics/site/signin/si_button_down.png") no-repeat;
}

.loginForm .forgotPasswordLink {
    clear: left;
    text-align: right;
    margin-top: 7px;
    padding-left: 10px;
   font-weight: 600;
}

#loginOverlay #ibox_wrapper {
   background: none;
   border: none;
}

#loginOverlay #ibox_content {
   background:none;
}

#loginOverlay #ibox_close {
   display: none;
}

.authentication {
   width: 801px;
   height: 400px;
   background: url("../../graphics/site/signin/bg.png") no-repeat;
   overflow: visible;
}

.authentication .headingText {
   padding: 10px 30px 0;
   height: 90px;
}

.authentication h1 {
   font-family: Arial, Sans-Serif;
   background: none;
   font-size: 18pt;
   height: 18pt;
   padding: 27px 0;
}

.authentication h2 {
   float: none;
   height: 14pt;
   font-family: Arial, Sans-Serif;
   background: none;
   font-size: 14pt;
   padding: 10px 15px 0;
   margin-bottom: -5px;
}

.authentication h2 big {
   font-size: 21pt;
   color: #069;
}

.authentication h3 {
   font-family: Arial, Sans-Serif;
   background: none;
   font-size: 13.5pt;
}

.authentication .signInBlock {
   float: left;
   display: inline;
   width: 250px;
   margin: 18px 0 10px 51px;
}

.authentication .signInBlock .forgotPasswordLink {
   margin: 8px 15px 0 0;
   text-align: center;
}
   
.authentication .orBlock {
   float: left;
   display: inline;
   width: 19px;
   margin: 90px 0;
   font-weight: 700;
   font-size: 14pt;
}

.authentication .createAccountBlock {
   float: left;
   width: 375px;
   padding: 10px;
   margin: 8px 10px 10px 70px;
}

.authentication .createAccountBlock p {
   margin-left: 20px;
}

.authentication .createAccountBlock ul {
   margin-left: 12px;
   padding-right: 0px;
   padding-bottom: 3px;
   font-size: 10pt;
   list-style-image: url("../../graphics/site/dot.png");
}

.authentication .createAcctButton {
   margin: 15px 35px 10px;
   padding: 8px 0;
   text-align: center;
   background: url("../../graphics/site/signin/ca_button.png") no-repeat;
   width: 269px;
   height: 29px;
}

.authentication .createAcctButton:hover {
   background: url("../../graphics/site/signin/ca_button_over.png") no-repeat;
}


.authentication .createAcctButton:active {
   background: url("../../graphics/site/signin/ca_button_down.png") no-repeat;
}


.authentication .createAcctButton a {
   text-decoration: none;
   color: #555;
   font-weight: 700;
   font-size:12pt;
   line-height: 16pt;
   cursor: default;
}

.authentication .closeImg {
   position: absolute;
   display: inline-block;
   top: 19px;
   right: 0px;
}