﻿.body 
{
	width: 1080px;
	border: solid 1px silver;
	margin: 0 auto;
	/*background-color: #434343;*/
    background-color:white;
}

.main
{
	width: 100%;
	text-align: center;
	background-color: white;
}

.menu
{
	width: 100%;
	
	border-bottom: solid 1px silver;
}

.content
{
	width: 100%;
	text-align: center;
	font-family: Verdana;
	font-size:smaller;
}

/*index.aspx*/

.loginTableRow
{
	text-align:center;
	font-family:verdana;
	font-size:"2";
	margin: 10px;
}

.loginTableCell
{
	width: 50%;
}

/*Enquiry.aspx*/

.tablecell
{
	font-family:Verdana;
	font-size:small;
}

/*Password*/

#passwordStrength
{
        height:10px;
        display:block;
        float:left;
}



.strength0
{
        width:200px;
        background:#cccccc;
}



.strength1
{
        width:40px;
        background:#ff0000;
}



.strength2
{
        width:80px;    
        background:#ff5f5f;
}



.strength3
{
        width:120px;
        background:#56e500;
}



.strength4
{
        background:#4dcd00;
        width:160px;
}



.strength5
{
        background:#399800;
        width:200px;
}

.loginbutton {
    border: 1px solid #FF9900;
    padding-left: 10px;
    padding-top: 1px;
    padding-bottom: 1px;
    text-align :right ;
}
	 
            