﻿body{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
.small{
    font-size: 11px;
}
.error{
    color: red;	
}
.headerwhite{
    color: #FFFFFF;
    font-weight: bold;
    font-size: 14px;
}
.label{
    font-size: 12px;
}
.center
{
	text-align:center;
}
a.back{
    color: white;
    font-size: 9px;
    font-weight: bold;
    
}
a.back:hover{
    color: #DDDDDD;
}
.submit{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #8B8B8D;
    border: none
    border-style: none;
    font-family: lucida,arial,sans-serif;
    color: #FFF;
    height: 1.4em;
    font-weight: bold;
    padding-bottom: 16px;
    margin: 0px;
    border: 0px none #000
}
.register{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    background-color: #7697BA;
    border: none;
    border-style: none;
    font-family: lucida,arial,sans-serif;
    color: #FFF;
    height: 1.4em;
    font-weight: bold;
    padding-bottom: 16px;
    margin: 0px;
    border: 0px none #000
}

.textBox
{
	font-family: Verdana,Arial;
	font-size: 11px;
	color: #333333;
	border: 1px solid #333333;
	padding: 2px 0 0 2px;
	width: 220px;
}
