/* ---------------------------------------------------
   Welcome Box (WelcomeBox.ascx)  
*/

.WelcomeBoxBody
{
	padding-right: 10;
	padding-top: 0;
}

.WelcomeMessage
{
	font-size: 10pt;
	font-family: Verdana;
	font-weight: bold;
	font-style: italic;
	color: #444444;
}

.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 
*/

.SignInFormBody
{
	padding: 5;
}

.SignInFormLabel
{
	font-family: Verdana;
	font-size: 8pt;
}

.SignInCheckBox
{
	font-family: Verdana;
	font-size: 8pt;
}

/* Distinguished from standalone signin button above */
.SignInFormButton
{
	font-family: Verdana;
	font-size: 8pt;
}

.SignInErrorMessage
{
	font-family: Verdana;
	font-size: 8pt;
	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 #444444;
    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;
}
