﻿body
{
    padding: 0;
    margin: 0;
}

.login
{
    width: 500px;
    color: #000000;
    font-family: Arial, Verdana, Sans-serif;
    font-size: 12px;
	margin:30px auto 2px auto;
}

.login .Label
{
	font-weight:bold;
}

#ActionButtons
{
	margin-right:120px;
	margin-top:30px;
}
.EntryList .Label
{
	text-align:right;
}

.RequiredDot
{
	display:none;
}


.loginButton
{  	                       
    background: transparent url(../images/button_bg.gif) repeat-x left center;
    cursor: pointer;                
    text-align: center;
    line-height: 17px;
    border: solid 2px #000000;
    color: #ffffff;
    font-family: Arial;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    padding: 2px 8px;
}

.loginButton:hover
{
    color: #ffff00;
}

.welcomeText
{
    font-family: Arial, Verdana, Sans-serif;
    font-weight: normal;
    font-size: 14px;
}



#AccessTroubles
{
	    margin-left:130px;
}

.EntryList
{
	margin-top:30px;
    border-collapse: separate;
    border-spacing: 5px;
    margin-left:50px;
}

#table_loginInputs
{
    border-collapse: separate;
    border-spacing: 5px;
}

.ErrorMsg
{
    font-family: Arial, Verdana, Sans-serif;
    font-weight: bold;
    font-size: 14px;
    text-align: center;             
}


#myBrowserInfo
{
	margin-left:250px;
	margin-top:60px;
}

.bTestFail
{
	color:Red;
	font-weight:bold;
}

.bTestPass
{
	color:Green;
	font-weight:bold;
}

.bTestText
{
	font-weight:bold;
}

.bTestValue
{
	font-style:italic;
}

.ErrorMsg
{
	color:Red;
	font-size:15px;
	font-weight:bold;
}

.incompatible
{
	text-decoration:underline;
	color:Blue;
}

#Register
{
	font : small arial,helvetica,clean,sans-serif	
}