﻿#mainContent .form a:hover
{
    color: #80bfff;
}

h3 
{
	color: #007BCE;
	clear: both;
	text-transform: uppercase;
	margin: 10px 0;
	background-color: transparent;
}

fieldset
{
    border: none;
}

fieldset label 
{
	float: left;
	width: 125px;
	clear: left;
	line-height: 24px;
	text-align: right;
	padding: 0 5px;
}

fieldset em 
{
	color: Red;
	float: left;
}

fieldset input, fieldset select , fieldset textarea
{
	float:left;
	margin-top: 4px;
	background-color: #F4F4F4;
	border: solid 1px #999;
	padding: 2px;
	color: #666;
}

fieldset input, fieldset textarea
{
    width: 200px;
}

fieldset textarea 
{
	float: left;
	margin-top: 4px;
	background-color: #F4F4F4;
	height: 85px;
}

.checkbox input
{
width: 20px;
border: none;
}

.additionalInfo
{
width: 350px;
font-weight: normal;
float: left;
padding-left: 5px;
line-height: 24px;
}

fieldset br 
{
    clear: right;
}

.PostingDisclaimers p
{
float: left;
width: 350px;
color: Red;
line-height: 24px;
}
	
.formButton
{
    margin-top: 20px;
    margin-right: 10px;
    height: 22px;
    width: 125px;
    font-size: 1.2em;
    float: left;
}

#mainContent .red
{
    color: Red;
    font-weight: bold;
}

.btnDisclaimer
{
margin: 10px 0;
width: 200px;
float: left;
}

.creditcards
{
margin: 15px;
}

.btnBrowse
{
padding: 3px;
}

#EmployerLogo
{
margin-bottom: 20px;
}

/*---------------Account Table---------------------*/

.account
{
    float: right;
    margin-bottom: 20px;
    width: 180px;
    text-align: center;
    font-size: 1.1em;
}

.account td
{
    line-height: 1.8em;
}

.account .altRow
{
    background-color: #edf5fc;
    font-weight: bold;
}

/*--------------Folder---------------------------------------*/

.folder
{
    margin-bottom: 20px;
    }

.folder h4
{
    background-color: #007BCE;
    text-transform: none;
    color: #fff;
    margin-bottom: 0;
    margin-top: 30px;
    padding: 5px 10px;
    width: 120px;
}

.folder p
{
    border: dashed 1px #007BCE;
    padding: 10px;
    width: 203px;
}

.text
{
    background-color: Lime;
}


