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