﻿    body  
    {  
        font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
        font-size:11px;
        margin:0px;  
    }
a
{
	font-family:Tahoma;
	font-size:11px;
	color:#3b5998;
	text-decoration:none;
}
a:hover
{
	font-family:Tahoma;
	font-size:11px;
	color:#3b5998;
	text-decoration:underline;
}
.aBold{font-family:Tahoma;
	font-size:11px;
	color:#3b5998;
	font-weight:bold;
	text-decoration:none;} 
fieldset
{
    border:1px solid #e0e0e0;
    -moz-border-radius-bottomleft: 7px;
   -moz-border-radius-bottomright: 7px;
   -moz-border-radius-topleft: 5px;
   -moz-border-radius-topright: 7px;
   -webkit-border-radius: 7px;
   background-color:white;
   filter: alpha(Opacity=90);
   -moz-opacity:90;
   opacity: .9;
   border-radius: 8px;
   margin:0px 2px 2px 2px;

}
input[type=submit]{
       -webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
	background-color: #5B74A8;
	border: 1px solid #29447E;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	height: 28px;
	color: #fff;
	border-radius: 0px;
    text-align: left;
}
input[type=submit]:disabled{
       -webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
	background-color: #999;
	border: 1px solid #666;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	height: 28px;
	color: #fff;
	border-radius: 0px;
    text-align: left;
}
.InputFile{
       -webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
	background-color: #5B74A8;
	border: 1px solid #29447E;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	height: 28px;
	color: #fff;
	border-radius: 0px;
}
input[type=submit]:hover{
       -webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
	background-color: #67a54b;
	border: 1px solid #29447E;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	height: 28px;
	color: #fff;
	border-radius: 0px;
	text-align: left;
}
input[type=submit]:disabled,hover{
       -webkit-box-shadow: rgba(0, 0, 0, 0.0.97) 0px 1px 0px 0px;
	background-color: #999;
	border: 1px solid #666;
	font-family: 'Lucida Grande', Tahoma, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 2px 6px;
	height: 28px;
	color: #fff;
	border-radius: 0px;
	text-align: left;
}

.topInfo
{
    height:20px;float:left;margin:15px 5px 5px 5px;color:White;
    font-weight:bold;
}
.Menu
{
    width:150px;height:500px;vertical-align:top;
    border-right:1px solid #e0e0e0; 
}
.AMenu{margin-right:7px;margin-top:10px;}
.MenuHeader{color:Silver;font-weight:bold;}

.Step{width:99.3%; margin:5px; border:1px solid #d6d003; background-color:#fefdba;}
.StepLeft{padding:5px; padding-left:10px; padding-top:5px; float:left;}
.StepRight{padding:5px; padding-right:30px; padding-top:5px; float:right;}
.StepNumber{ font-size:20px; font-weight:bold;}
