#header {
 width: 100%;
 background: #FFFFFF url(/images/bg_nav_grey.gif) 0 75px repeat-x;
}

#header h1 {
 margin-top: 25px;
}
#header h3 {
 font-size: 13px;
 font-weight: normal;
 margin-top: 50px;
}

.nav_text a {
 display: block;
 color: #FFF;
 height: 40px;
 font-weight: bold;
 font-size: 15px;
 line-height: 38px;
 text-align:center;
 text-decoration:none;
}
 
.nav_text a:hover {
 background: #FFFFFF url(/images/bg_nav_glass.gif) 0 0 repeat-x;
/* background: #666666;
 border: 1px solid #333333;
 height: 38px; */
}


label.error {
 color: #FF0000;
}
input.error, select.error, textarea.error {
 border-bottom-color: #FF0000;
 border-right-color: #FF0000;
}
input[type=text], input[type=password], textarea {
 width: 95%;
 font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
 font-size: 12px;
}
input[type=button], button {
 font-family: Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
 font-size: 12px;
}

#footer {
 width: 100%;
 border-top: 1px dotted #8D8D8D;
 font-size: 10px;
 line-height: 30px;
 color: #8D8D8D;
}

p { font-size: 16px; }

textarea { 
 height: 200px;
}




