﻿body, div {
    font-family: 'Century Gothic', Verdana, sans-serif;
    font-size: 9pt;
}
html, body, div, iframe {
    margin: 0;
    padding: 0;
    height: 100%;            
}
iframe {
    display: block;
    position: absolute;
    width: 100%;                      
    border: none;            
}
#container1 {
    margin: auto;
    width: 950px;
}
#container2 {
    margin: auto;
    width: 450px;
}
#boxleft {
    background-color: navy;
    height: 450px;    
    padding: 10px;
    width: 450px;
    margin-top: 20px;
    float: left;
    color: white;
    background-image: url(Images/step1.png);
    background-repeat: no-repeat;
}
#boxright {
    background-color: #CCCCCC;
    height: 450px;
    margin-top: 20px;
    padding: 10px;
    width: 450px;
    float: right;
    background-image: url(Images/step2.png);
    background-repeat: no-repeat;        
}
#boxcenter {
    background-color: #CCCCCC;
    height: 225px;
    margin-top: 20px;
    padding: 10px;
    width: 450px;    
}
fieldset {
    border: 1px solid;
}
#boxleft legend {
    color: white;
}
#calfrom {
    float: left;
}
#caluntil {
    margin-left: 185px;
}
.calfrom, .caluntil {
    width: 170px;
    font-size: 11px;
}
input[type=text], input[type=password] {
    width:330px;
    border: 3px solid white;    
    float: right;
    margin-top: -3px;
}
.calfrom a, .caluntil a {
    color: white !important;
}
#copyright {
    float: right;
    font-size: 10px;
}
#copyright a,
#copyright a:active, 
#copyright a:link {
    text-decoration: none;
    color: black;
}
#copyright a:hover {
    text-decoration: underline;
    color: black;
}
