﻿html { 
  background: url(/images/ftgate_1920bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

body {
    color:black;
    font-weight:bold;
    font-family:Tahoma;
    font-size:10pt;
	width:100%;
	height:100%;
	overflow:hidden;
}

#welcomePane
{
	background-color:Transparent;
	width:480px;
	height:350px;
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	padding-left:220px;
	border: solid 1px black;
    -moz-box-shadow: 8px 8px 5px black;
    -webkit-box-shadow: 8px 8px 5px black;
    box-shadow: 8px 8px 5px black;
}
div.toolbar
{
	background-color:Transparent;
	background-image:none;
}
#textBlock
{
    position:relative;
    top:10px;
    left:205px;
    width:375px;
}

#mailbox,#password
{
    width:200px;
}

#theTable
{
    padding:20px;
    width:480px;
    height:350px;
    background-color:White;
}

#dologin,#dologin:hover
{
    width:200px;
    height:50px;
    background-color:#448ccb;
    border-radius:5px;
    color:White;
    font-family: Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 1.6em;
    font-weight: bold;       
}

#dologin:hover
{
    -moz-box-shadow: 3px 3px 3px black;
    -webkit-box-shadow: 3px 3px 3px black;
    box-shadow: 3px 3px 3px black;
   
}