a, a:link, a:visited {
    color: #26508C;
}

body {
    /* background: #F2F2F2; */
	background-color:#FFF !important;
	/* background-image:url('../images/bg-light-noise.png'); */
    color:#444;
    font-family:helvetica,arial,sans-serif;
    font-size:12px;
    line-height:16px;
    text-align:left;
    padding:0;
    margin:0px;
    margin-top: 30px;
}

ul {
line-height:1.8;
padding-top:10px;
padding-left:15px;
padding-bottom:28px;
text-align:left;
margin:0px;
}

.footer {
font-size: 11px;
text-align:left;
color:#444444;
line-height:15px; 
letter-spacing: 0.2px;
}

.headline {
font-size:13px;
font-weight:bold;
color:#333333;
text-align:left;
line-height:20px;
}

.smaller {
padding-top:4px;
font-size: 12px;
}

.checkbox_label {
    display:block;
    padding-left: 15px;
    text-indent: -15px;
}

input {
background-color: #f1f1f1;
border:1px solid #f1f1f1;
width:192px;
height:22px;
padding:4px;
font-size:14px;
color:#444444;
text-align:left;
line-height:20px;
}

input.checkbox_box {
    width: 13px;
    height: 13px;
    padding: 0;
    margin:0;
    vertical-align: bottom;
    position: relative;
    top: -1px;
    *overflow: hidden;
}


input.inline {
padding:0 !important;
width:auto !important;
}

.inline {
display:inline;
width:auto;
}

.login_flash_error {
color:#8A1B1C;
font-weight:bold;
text-align:left;
}

.button, .button:link, .button:visited {
background: url(../images/login/login_new.gif) no-repeat;
width:80px;
height:24px;
border:0px;
color: transparent;
}

.button:hover {
background: url(../images/login/login_new.gif) no-repeat;
}

.pwbutton, .pwbutton:link, .pwbutton:visited {
background: url(../images/login/pw_submit.gif) no-repeat;
width:80px;
height:24px;
border:0px;
color: transparent;
}

.pwbutton:hover {
background: url(../images/login/pw_submit_over.gif) no-repeat;
}

/* img#bg {
position:fixed;
top:0;
left:0;
width:100%;
height:100%;
}
*/
	
#content {
position:relative;
z-index:1;
}