﻿/**********************************

Name: cmxform Styles
Author: Nick Rigby 

***********************************/

form
{
    /*width: 400px;*/
    
    color: #333;
}

form legend
{
    padding-left: 0;
}

form legend, form label
{
    color: #333;
}

form fieldset
{
    font: normal 95% "Lucida Grande" , Helvetica, Verdana, Arial;
padding-left:10px;
    border: 1px solid #70169c;
    background: #dbdbf0;}

form fieldset fieldset
{
    background: none;
}

form fieldset li
{
    padding: 5px 10px 7px;
    /*background: url(/media/subscriptions/images/cmxform-divider.gif) left bottom repeat-x;*/
}

#ErrorContent
{
    /*width:400px;*/
}

div.row
{
    clear: both;
    padding-top: 2px;
}

div.row span.label
{
    float: left;
    width: 130px;
    text-align: right;
font-weight:bold;
}

div.row span.formw
{
    float: left;
    margin-left: 10px;
    width: 0 auto;
    text-align: left;
}
div.row span.formw input
{
    margin-right: 5px;
}
.note dt
{
    background: url(/media/subscriptions/images/icons/info.gif) no-repeat;
    padding-left: 25px;
    line-height: 1.9em;
    font-size: 100%; /*font-weight: bold;*/
    float:left;

}

.note
{
    border-style: solid;
    border-width: 2px;
    margin: 1em 0;
    padding: 0.5em;
    font-size: 90%;
    background-color: #FF8080;
    border-color: #ff0000;
    color: #000000;
}
.note p
{
    padding: 0;
}
img
{
    border: 0;
}

legend{
font-size: 13px;
}

.inputWrapper label{
float: left;
width: 180px;
}

.inputWrapper{
margin: 4px 0;
clear: both;
}

.inputWrapper span{
float: left;
width: 180px;
}

.insetTable{
width: 400px;
background-color: #FFFFEA;
}

.compulsory{
background-image: url(/media/global/images/compulsory.gif);
background-repeat: no-repeat;
background-position: top left;
padding-left:10px;
}

.nonCompulsory{
padding-left:10px;
}

.supplementalInfo
{
    text-align: right;
    padding-right: 5px;
}
