﻿body {
	background:#fff;
	font-family: Arial,Helvetica,sans-serif;
    font-size: 13px;
    color: #555;
	margin:0;
	padding:0;
}

#container   
{    
}

select, input, textarea, button {
	font-family:"Lucida Grande",Verdana,Lucida,Arial,Helvetica,sans-serif;
}

a, a:visited { 
    color:#3975AB;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}

.required 
{
    color: Red;
    font-size: 10px; 
}

.tdFields 
{
    text-transform: uppercase;
}

.tdPrefHeader 
{
    color: #d94040;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 15px;    
}

.subCat 
{
    font-weight: bold;
    padding-top: 15px;
}

.text 
{
    width: 235px;
}

.t2 
{
    width: 95px;
}

.inline-error {
	background:#f6f6f6 url('/images/exclamation.png') 3px center no-repeat;
	border:1px solid #ddd;	
	color:#C22;
	font-size:10px;
	line-height:18px;
	margin:4px 8px 0 8px;
	padding:3px 8px 4px 24px;
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}

.inline-error {
	margin-left:8px;
}

div.InlineErrorMessage {
	background:#900;
	color:#fff;
	font-weight:bold;
	position:absolute;
	top:-100px;
	left:-100px;
	width:120px;
}

input[type="text"]
{
    width:291px;
    height:35px;
    padding-left:5px;
    border: 1px solid #d1d1d1;
}

.submitButton
{
    width:380px;
    font-size:28px;
    height:56px;
    padding:5px;
    background-color:#3975AB;
    color:#fff;
    border-radius:10px;
    display:block;
    border:none;
    cursor:pointer;
    text-align:center;
}

#optionsTable tr
{
    padding: 10px 0px;
    display:block;
}

#optionsTable td
{
    padding-right: 10px;
}

label
{
    font-size:14px;
    font-style:italic;
    font-weight:bold;
}

.blue
{
    color:#3975AB;
}

.red
{
    color:#D3292A;
}

#footerbuttons
{
    margin-top:80px;
}

#footerbuttons a
{
    float:left;
    margin-right:30px;
    display:block;
    width:150px;
    font-size:20px;
    padding:5px;
    background-color:#fff;
    color: #3975AB;
    border: 1px solid #3975AB;
    border-radius: 5px;
    text-align:center;
}

    #footerbuttons a:hover
    {
        text-decoration:none;
    }