﻿fieldset
{
    border: none;
    margin: 0px;    
}

fieldset p
{
    margin: 4px 0px;
}

fieldset p label
{
    width: 150px;
    float: left;
    display: block;
    padding-top: 2px;
    font-weight: bold;
}

fieldset h2
{
    font-size: 10pt;
}

.FormError
{
    background: #fff url(/images/sitewide/formerror.png) no-repeat left center;
    padding-left: 16px;
    color: White !important;
    cursor: help;
}

.FormButton
{
    background-image: url(/images/sitewide/buttons/formButton.gif);
    background-repeat: repeat-x;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 4px;
    padding-bottom: 4px;
    color: White;
    font-weight: bold;
    border: solid 1px #666;
}

.FormLabel
{
    margin-left: 60px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;        
}

.FormControl
{
    margin-left: 210px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline-block;
}

.FormButton:hover
{
    background-image: url(/images/sitewide/buttons/formButtonOver.gif);
}

.divider
{
    background: #fff url(/images/sitewide/divider.jpg) no-repeat center center;
    height: 1px;
    margin-bottom: 5px;
    margin-top: 5px;
}

.FilledStar
{
    background: url(/images/sitewide/forms/filledstar.gif) no-repeat;
    width: 14px;
}

.EmptyStar
{
    background: url(/images/sitewide/forms/emptystar.gif) no-repeat;
    width: 14px;
    padding-top: 4px;
}

.RatingGreen {display:block; float:right; clear:both; width:250px;min-width:250px; margin-top: 5px;}
.RatingGreen .ImageContainer {float:left; background-image:url(/images/static/rating-green.png); background-repeat:no-repeat; width:130px; height:20px; line-height:20px; position:relative }
.RatingGreen .TextContainer {}
.RatingGreen .ImageContainer .item {height:20px;width:22px;float:left; cursor:pointer; cursor:hand}

.CheckboxTable
{
    margin-left: 55px;
}

.CheckboxTable td
{
    width: 185px;
}
