﻿/*//+=================================================================+
//|  File. . . . : form.css           
//|                                   
//|  Description :  form.css                                      
//|                                                                 
//|  Copyright 2006  Experian Limited, Talbot House, Talbot Street, 
//|                  Nottingham, NG1 5HF, ENGLAND                   
//|      telephone   int + 44 (0)115 9410 888                       
//|                                                                 
//|  The copyright to the computer program(s) herein is the         
//|  property of Experian Limited, ENGLAND.                         
//|  The program(s) may be used and/or copied only with the written 
//|  permission of Experian Limited or in accordance with the terms 
//|  and conditions stipulated in the agreement/contract under      
//|  which the programs have been supplied.                         
//+=================================================================+*/


.formArea table
{
    width:100%;
}

.formArea td
{
    border-bottom: solid 3px white;
}

#register .formArea td
{
    border-bottom-width: 0px;
    border-bottom-color:Green;
}

.formLabelCell, .formTwoCells {
    padding: 10px 5px 10px 15px;
}

.formLabelCell {
    width:40%;
}

.formControlCell {
    width:60%;    
    padding: 2px 5px 2px 15px;
}

.formControl {
    width:250px;
    margin:5px 0 5px 0;
}

.formControlButton{
    width:auto;
    margin:5px 0 5px 0;
}
.formCheckBox {
    width:100%;
}

.formErrorMessage {
    color: Red;
    font-size: x-small;
    font-weight: bold;
}

.formCheckBox P
{
    float:left;
    width:80%;
    margin: 0 15px 0 0;
    padding:0;
}
.formCheckBox DIV
{
    float:right;
    margin: 0 15px 0 0;
}

.formArea .spacer 
{
    height: 6px;
    background: white url(/images/spacers/line_dotted_5x2.gif) center left repeat-x ;

}

P.result
{
    font-size:large;
    padding-left: 0px;
}

.formArea INPUT.textbox /*IE does not recognise specific input types so forced to add class to all text inputs */
{
   color: #263884;
   border: solid 1px #193461;
}

.disabled
{
    color: #505050;
    background-color: #dddddd;
}