﻿html, body
{
   font-family: Verdana, Geneva, sans-serif;
   font-size: 15px;
   margin: 0px;
   padding: 0px;
   width: 100%;
   height: 100%;
}

form
{
   height: 100%;
}

#page_content
{
   position: relative;
   margin-left: auto;
   margin-right: auto;
   width: 1000px;
   height: 100%;
   min-height: 760px;
}

#page_header
{
   padding-bottom: 4px;
   border-bottom: 1px solid #000000;
}

#page_header .message-text
{
   font-size: 2em;
   font-style: italic;
}

#page_body
{
   position: relative;
   padding-top: 5px;
   width: 100%;
   padding-bottom: 40px;
   min-height: 640px;
}

#page_footer
{
   position: relative;
   bottom: 0px;
   width: 100%;
   text-align: center;
   height: 40px;
   border-top: 1px solid #000000;
   font-size: .8em;
}

.control-button
{
   padding-left: 1.8em;
   padding-right: 1.8em;
   height: 2.8em;
   letter-spacing: .05em;
   min-width: 120px;
}

.control-link
{
   font-size: .8em;
}

.login-error
{
   color: #8B0000;
}

.error-text
{
   color: #8B0000;
}
