/*sign in styles*/

body, td, div      
{ 
    color: #666666;
    font-family:Arial, Helvetica, sans-serif;
    font-size: 10px;					
}

.SigninBodyStyle
{
	background:#833b92 url(../Images/bg.jpg) repeat-y bottom right; margin:0px; padding:0px;

}

.BackgroundDesign
{ 
	background:#833b92 url(../Images/bg-poll.jpg) no-repeat bottom right;
}

#SignInBox 
{
	width:380px;
	height:380px;
	margin:-10px auto 0px auto;
	background:url(../Images/signin_box.gif) no-repeat top;
}

#SignInLogo 
{
	width:380px; text-align:right; margin:0px auto 0px auto;
}

a.signin:link, a.signin:active, a.signin:visited { color:#6495EB; font-family:Arial, Helvetica, sans-serif; font-size:10px; text-decoration:none; }
a.signin:hover { text-decoration: underline;}

.footertext
{ 
    color: #ffffff;
    font-family: arial;
    font-size: 9px;
    padding: 20px 10px 10px 10px;
}

.ValidationErrorStyle
{
    color: #f4ad36;
    font-family: Verdana, Arial;
    font-size: 12px;
    line-height: 110%;
    margin-top: 10; 
    margin-bottom: 0;
}
.RequiredValAsteriskStyle
{
    color: #f4ad36;
    font-family: Verdana, Arial;
    font-size: 10px;
    margin-left: 5;
}
.Required
{
    color: #f4ad36;
    font-family: Verdana, Arial;
    font-size: 10px;
}
