﻿   #divWizard    
    {               
        padding:10px 0 0 20px;
    }
    label
    {
    float: left;
    font-size: 12px;
    font-weight: bold;
    line-height: 16px;
    margin: 4px 3px 8px 0px;
    text-align: right;
    width: 130px;
    clear:both;
    }
    
    #divFieldSet input, #divFieldSet textarea, #divFieldSet select
    {
        width: 245px;
        font-family: "Trebuchet MS" ,Arial,Helvetica,sans-serif;
    }
    
    
    #divSubmitButton
    {                
        margin:10px 0 0 190px;
    }
    #divSubmitButton input
    {
	background-color: Red;
	color: White;
	font-weight: bold;
	padding: 3px 2px 3px 2px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #808080;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #999999;
}
#divSubmitButton input:hover
{
	color: #FFCC99;
}

#divImgPlate
{
	top: 220px;
	margin-left:-20px;
	position: absolute;
	z-index: -1;
}

#layoutTable
{
	width:770px;
	padding:0;
}

.divErrorMessages
{	
	vertical-align:top;
	width:300px;
}

#divSuccessMessage
{
	font-size: 18px !important;
	color: Green !important;
}
input:hover, textarea:hover, select:hover
{
	background-color: #E4E4E4;
}

