/* CSS Document */

* {
	margin:0; padding:0;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

.caps { text-transform: capitalize; }

Body{	
	background-color:#F9f9f9;
	background-image:url(../images/bgBody2.png);
	background-repeat:repeat-x;
	}

#container
{
    position:absolute;
    top: 50%;
    left: 50%;
    width: 260px;
    height: 170px;
    margin-top: -9.1em;
    margin-left: -9.1em;

    }

#arealogin
{
    position:relative;
    float:left;
    width:260px;
    height:170px;
    text-align:left;    
}

#login
{
    position:relative;
    float:left;
    width:150px;
    left:90px;
    top: 80px;
}

#password
{
    position:relative;
    float:left;
    width:150px;
    left:90px;
    top: 80px;
    padding-top:2px;
}

.bgLogin
{
    background-image:url(../images/bglogin.gif);
    width:600px;
}

.password
{
    border:1px solid #A1A1A1;
    height:20px;
	width:87px;
}

.login
{
    border:1px solid #A1A1A1;
    height:20px;
	width:160px;
}