/* ---------------------------------------------------
   Welcome Box (WelcomeBox.ascx)  
*/

.WelcomeBoxBody
{
	padding-right: 10px;
	padding-top: 0px;
}

.WelcomeMessage
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	color: #2c2c2c;
}

.WelcomeBoxDivider
{
	height: 5px;
	background-color: #cccccc;
	visibility: hidden;
}

.SignInOutButton
{
	font-family: Verdana;
	font-size: 8pt;
}

.CreateAccountButton
{
	font-family: Verdana;
	font-size: 7pt;
}

.SignInButtonBody
{
	padding-right: 10;
	padding-top: 0;
}


/* ---------------------------------------------------
   SignIn Form 
*/


.SignInFormTitle
{
	font-family: Verdana;
	font-size: 16pt;
	font-weight: normal;
    white-space: nowrap;
    color: #333333;
}

.SignInFormBody
{
	padding: 5px 5px 5px 5px;
	background-color: #fff;
    width: 100%;
}

.SignInFormLabel
{
	font-family: Verdana;
	font-size: 9pt;
}

.SignInCheckBox
{
	font-family: Verdana;
	font-size: 9pt;
}

/* Distinguished from standalone signin button above */
.SignInFormButton
{
	font-family: Verdana;
	font-size: 9pt;
}

.SignInErrorMessage
{
	font-family: Verdana;
	font-size: 9pt;
	color: #c93200;
}

.ChangeUserNameAndPasswordBody
{
	font-family: Verdana;
	font-size: 8pt;
}

.ForgotPasswordBody
{
	font-family: Verdana;
	font-size: 8pt;
}

.InstructionText
{
    font-family: Verdana;
    font-size: 8pt;
    text-align: left;
    padding: 5px;
    border: solid 1px #2c2c2c;
    background-color: #eeeeee;
}

.FailureText
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
}

.InvalidPasswordText
{
    font-family: Verdana;
    font-size: 8pt;
    font-weight: bold;
    color: Red;
    text-align: left;
    padding: 10px 0px;
}
.CreatePassword_Container
{
    width: 860px;
}
.CreatePassword_NewRow
{
    clear:both;
}
.CreatePassword_Left
{
    float:left;
    width: 140px;
    margin-top: 6px;
}
.CreatePassword_Right
{
    float:left;
    width: 360px;
    margin-top: 6px;
}
.CreatePassword_RightError
{
    float:left;
    width: 180px;
    margin-top: 6px;
}
.SignInForm_CaptchaTextboxStyle
{
    margin-top: 23px;
    width: 200px;
    font-family: Verdana;
    font-size: 8pt;
}
.SignInForm_CaptchaLabelStyle
{
    margin-left: -205px;
    font-family: Verdana;
    font-size: 8pt;
    position: fixed;
}
.EBIZ_AccountRegister_CaptchaTextboxStyle
{
    margin-top: 25px;
    width: 250px;
    font-family: Verdana;
    font-size: 8pt;
}
.EBIZ_AccountRegister_CaptchaLabelStyle
{
    margin-left: -256px;
    font-family: Verdana;
    font-size: 8pt;
    position: absolute;
}
.EBIZ_AccountSignIn_CaptchaTextboxStyle
{
    margin-top: 23px;
    width: 150px;
    font-family: Verdana;
    font-size: 8pt;
}
.EBIZ_AccountSignIn_CaptchaLabelStyle
{
    margin-left: -156px;
    font-family: Verdana;
    font-size: 8pt;
    position: absolute;
}
.MobileSignIn_CaptchaTextboxStyle
{
    width: 100%;
}
.MobileSignIn_CaptchaLabelStyle
{
    margin-left: -205px;
    position: fixed;
}
.RetrievePassword_CaptchaTextboxStyle
{
    margin-top: 23px;
    width: 200px;
    font-family: Verdana;
    font-size: 8pt;
}
.RetrievePassword_CaptchaLabelStyle
{
    margin-left: -205px;
    position: fixed;
}