﻿body 
{
    font-size: 14px;
    font-family: Trebuchet MS, Verdana;
    font-weight: normal;
    background-color:#fff;
    text-align: center;
}


#layout 
{
    margin: 10px auto 30px auto;
    width: 800px;
    height: 750px;
    border: 0px;
}

#header 
{
    width: 800px;
    height: 85px;
    background-color: #fff;
}

#menu 
{
    width: 800px;
    height: 25px;
    background-color: #fff;  
    margin-top: -10px;
}

#header_text 
{
    font-size: 24px;
    font-weight: bold;
    color: #000;
    letter-spacing: 5px;
    text-align: center;
    margin-top: 10px;
}

#content 
{
    width: 800px;
    height: 700px;
    background-color: #fff; 
}

.caution 
{
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 347px;
    padding: 30px;
    text-align: justify;
    font-size: 8pt;
}
#login_div 
{
    background: url('../images/background-login.jpg') bottom;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 427px;
    height: 529px;
    padding: 0px;
}

#login_header 
{
    margin-bottom: 60px;
    margin-top: 40px;
    text-align: center;
}

#login_content 
{
    
    padding: 15px;
    text-align: center;
}
#userLogin 
{
    text-align: center;
    margin: 0 auto;
    width: 265px;
    margin-bottom:35px;
}

#map_frame 
{
    width: 800px;
    height: 400px;
    border: solid 1px #e1e1e1;   
}

.form-label 
{
    font-size: 1.2em;
    color: #fff;
    font-weight:bold;
}

.form-input-text 
{
    width: 300px;
    border: solid 1px #DDD;
    margin-top:8px;
	margin-bottom: 8px;
	_margin-bottom: -6.5px;
}
.reflection
{
    width:427px;
    height:175px;
    background-image:url('../images/reflection.jpg');
    margin-left: auto;
    margin-right: auto;
}

.test-button {
	background-color: red;
}

.form-input-button  
{
    padding:2px 8px 2px 8px;
    height:33px;
    width:125px;
    font-size: 1em;
    background: url('../images/loginbuttonbackground.jpg');
    position:relative;
    /*left:-60px;
    top:35px;*/
    border:none;
    color:#fff;
}

.float-left
{float:left;}
.float-right
{float:right;}
#login_div a
{
    color: #FFFFFF;
    font-size: 13px;
}

.Space label {
    margin-left: 5px;
}

.DataImport {
    padding: 5px;
    text-align: left;
    background-color: #edf0f2;
}

.RadioButtonWidth label {
    text-indent: 5px;
}

.labelRequired  {
    font-size: 20px;
    color:red;
}

