* {
    margin: 0;
    padding: 0;
}

#wrapper{
padding:7% 0 0 0;
}
body {
    font-family:Verdana, Arial, Helvetica, sans-serif;
    font-size:12px;
    color:#000;
    background:#FFF;
    margin:0;
    line-height:15px;
}

a {
    color:#FFF;
    font-size:.9em;
    text-decoration: none;
    border-bottom: 2px solid #0E489A;
    font-weight: bold;
}
a:link, a:visited {
    color:#000;
}

a:hover { 
    border-bottom: 2px solid #fff;
}

h1 {
    font-size:18px;
    color:#1B4DA2;
}

h2 {
    font-size: 1.6em;
    font-family: Arial, Helvetica, sans-serif;
    color:#666;
}label {
    color:#535353;
	font-weight: bold;
    font-size: 12px;
}

legend {
    font-size: 1.6em;
    padding-bottom: .5em;
}
#header { 
    background:transparent url(../images/1.jpg) 0 0 no-repeat;
    width:775px;
    height:133px;
    margin:auto;
}
#background { 
    background:transparent url(../images/4.jpg) 0 0 repeat-x;
    height:400px;
    margin:auto;
}

#content {
    background: transparent url(../images/2.jpg) 0 0 no-repeat;
    width:775px;
    height:134px;
    margin:auto;
}

#footer {
    background: transparent url(../images/3.jpg) 0 0 no-repeat;
    width:775px;
    height:133px;
    margin:auto;
}
#loginForm {
    padding-top:10px;
    text-align: right;
    margin-right:70px;
	color:#000;
	float:right;
}
.box{
border:#589A98 solid 1px;
}


