﻿#tooltip{
	position:absolute;
	border:1px solid #333;
	padding:2px 5px;
	color:#333;
	display:none;
	background-color: #fcee21;
	background-image: url(../images/TemplateImages/NavigationBarGradient.png);
	background-repeat: repeat-x;
	background-position: bottom left;
	text-align: left;
}

#contentMainArea .formError 
{
    color: Red;
    font-weight: bold;
    margin: 5px 0 5px 0;
    font-size: 1.1em;
    line-height: 1.3;
}

#contentMainArea fieldset
{
    margin: 10px 20px 10px 20px;
    padding: 10px;
    clear: both;
}

fieldset legend 
{
   font-size: 1.1em;
   color: #e0171f;
}

#contentMainArea fieldset p 
{
    font-weight: bold;
    margin: 0 0 10px 0;
    line-height: 1.4;
}

fieldset .ieKeepTogether 
{
    margin: 5px 0 5px 0;
    overflow: auto;
    vertical-align: middle;
}

fieldset label 
{
    font-size: 1.1em;
    width: 150px;
    text-align: right;
    float: left;
    margin: 0 3px 0 0;
    padding: 3px 0 5px 0;
    color: #333;
}

fieldset .selectBoxLabel 
{
    padding: 5px 0 0 0;
}

fieldset .checkboxLabel 
{
    width: 250px;
}

fieldset input, fieldset select
{
    margin: 0 0 0 0;
    font-size: 1.1em;
    padding: 3px;
}

fieldset input[Type="checkbox"] 
{
    margin: 4px 0 0 0;
}

.requiredMarker 
{
    color: Red;
    font-weight: bold;
    font-size: 0.9em;
    vertical-align: super;
}

.helpQuestionLink 
{
    border: none;
    margin: 0 0 0 2px;
}

fieldset .fieldError 
{
    margin: 1px 0 1px 155px;
    color: Red;
    font-size: 1.1em;
    font-weight: normal;
    display: block;
}

fieldset .buttonArea 
{
    text-align: left;
    margin: 10px 0 0 152px;
}

input[Type="button"], input[Type="submit"]
{
    font-size: 1.2em;
    padding: 2px;
}

.formNotes 
{
    margin: 10px 40px 10px 40px;
    text-align: center;
    font-weight: normal;
    border: solid 1px #e0171f;
    padding: 10px;
    line-height: 1.5;
    font-size: 1.1em;
}

.buttonArea 
{
    text-align: center;
    margin: 0 0 10px 0;
}



