﻿/*//+=================================================================+
//|  File. . . . : plForm.css           
//|                                   
//|  Description :  plForm.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%;
}


.formLabelCell, .formTwoCells {
    padding: 0px 5px 0px 2px;
}


#login .formLabelCell 
{
    width:50%
}

#changePassword .formLabelCell 
{
    width:50%
}

#forgottenPassword .formControlCell {
    float:right;
}

#login .formControlCell {
    width:30%;    
    padding: 0px 0px 0px 15px;
}

#login .formRightPaddingCell 
{
    width:20%;    
}

#forgottenPassword .formLabelCell, #changePassword .formLabelCell, .formLabelCell {
   width:50%;
   padding-left:10px;
   vertical-align:top;
   padding-top:12px;
}

#forgottenPassword .formControl, #changePassword .formControl  {
    margin:10px 50px 0px 0;
}
#forgottenPassword .formControlButton, #changePassword .formControlButton {
    margin:10px 50px 5px 0;
}

#forgottenPassword .formControl, #changePassword .formControl {
    width:170px;
}

#forgottenPassword .formControlButton, #changePassword .formControlButton {
    margin-right: 100px;
    width:auto;
}

#login .formControl {
    width:170px;
    margin:5px 0 5px 0;
}

.formControlButton {
    width:auto;
    margin:5px 0 5px 0;
    float:right;
    
}
.formCheckBox {
    width:100%;
}

.formErrorMessage {
    color: Red;
    font-size: x-small;
    font-weight: bold;
    clear:both;
}

.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;
}

P 
{
	font-size:90%; /*PL small; */
}

#register .formArea td
{
    border-bottom-width: 0px;
}

#register .formLabelCell, #register  .formTwoCells {
    padding: 10px 5px 10px 10px;
}

#register .formLabelCell {
    width:40%;
    vertical-align:top;
}

#register .formControlCell {
    width:60%;    
    padding: 0px 5px 0px 15px;
}

#register .formControl {
    width:250px;
    margin:0px 0 0px 0;
}
#register .formControlTextArea {
    width:450px;
    height:150px;
    margin:0px 0 0px 0;
}

#register .formControlButton{
    width:auto;
    margin:5px 30px 5px 0;
    float:none;
}
#register .formCheckBox {
    width:100%;
}

#register .formErrorMessage {
    color: Red;
    font-size: x-small;
    font-weight: bold;
}

#register .formCheckBox P
{
    float:left;
    width:80%;
    margin: 0 15px 0 0;
    padding:0;
}
#register .formCheckBox DIV
{
    float:right;
    margin: 0 15px 0 0;
}

#register .formArea .spacer 
{
    height: 6px;
    background: white url(/images/spacers/line_dotted_5x2.gif) center left repeat-x ;
}

#register P.result
{
    font-size:large;
    padding-left: 0px;
}

#register .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;
}


