@charset "utf-8";
/* CSS Document */

* {
padding: 0px;
margin: 0px;}

body {
width: 100%;
height: 100%;
font-family: "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
color: #8e8e8e;
font-size: 12px;
text-align: center;
margin-left: auto;
margin-right: auto;
}

p {
width: 430px;
margin-left: 18px;}

a {color: #4c9ac7;
font-weight: bold;
margin-left: 4px;}

a:visited {color: #4c9ac7;}

h1 {
font-size: 14px;
font-weight: bold;}

.headerlg {
width: 100%;
height: 300px;
margin-left: auto;
margin-right: auto;}

.headerlg_sub {
width: 930px;
margin-left: auto;
margin-right: auto;
text-align: center;
height: 54px;
}

.flash {
width: 100%;
height: 235px;}

.container {
width: 960px;
height: auto;
margin-left: auto;
margin-right: auto;
text-align: left;
margin-top: 25px;
}

.left {
float: left;}

.clearer {
clear: both;}

.separator {
height: 10px;
border-bottom: #c7c7c7 solid 1px;
width: 90%;
margin-left: 18px;
margin-bottom: 10px;}

.loginbox {
width: 323px;
height: 127px;
background-color: #e2e2e1;
border: 1px solid #c7c7c7;
margin: 18px;}

