﻿/* Form stuff */

input.register{
    margin:0 0 20px 250px;
}

/* Form stuff */

fieldset{border:none; width:410px; }
legend{font-size:14px; font-weight:bold; display:none; }

.field{float:left; margin:10px 0 2px; width:361px; color: #999999; }
.field .note {display:none;}

.fieldRequired{color:#CD0000;}

label{display:block; float:left; padding:3px 0 0; text-align:right; width:130px; }
.textBox{float:right; margin-left:25px !important; padding:2px; width:200px;  }

.textBox.phone{width:140px; padding:2px; float:left; margin:0 0 0 10px !important; }
.textBoxDate
{
    width:50px;
    margin-left:7px;
    margin-right:7px;
    text-align:center;
}
select{float:left; margin:0 0 0px 25px; width:178px; }
select.phone{width:50px; float:left; margin:1px 0 0 25px; }

select.ddlDate{width:45px; margin:0 0 0 25px }
select.ddlMonth{margin:0 0 0 3px; width:73px; }
select.ddlYear{margin:0 0 0 3px; width:53px; }

.field.check{margin:10px 0 0 30px; width:500px; }
.field.check input{float:left; margin-top: 4px; }
.field.check label{float:left; margin:0 0 0 10px; text-align:left; width:380px; }

.radioList{width:200px; }
.radioList label{width:40px; float:left; }
.radioList input{width:20px; float:left; margin-left:20px; }

.button.register, .button.login, .button.submit{float:right; margin:0 0 0 0; }
.button.submit{margin-top:20px; }
.button.register{margin-right:600px;}

.postcodeFinder{clear:right; float:right; }

fieldset.login{margin-top:30px; }
.loginUtils{float:left; list-style:none; margin:10px 0; width:100%; }
.loginUtils li{color:#B4985A; float:left; width:150px;  }

.error{width:400px; float:right; margin:5px 0; text-align:right; font-size:12px;}
.notice{width:400px; float:right; margin:5px 0; text-align:right; color:orange !important; font-size:12px;}

.splashEnter{width:390px; margin:0 auto; }
.splashEnter .field label{width:250px; }
.splashEnter .field .textBox{float:left; margin:0 0 10px 10px; width:90px; }

.profileAccordion{margin:0 20px 20px; }
.profileAccordion h4{background-color:#D77017; color:#fff; font-size:14px; padding:3px 3px 3px 10px; text-transform:uppercase; cursor:pointer; }
.profileAccordion .accordionHeader h4{background-image:url(/App_Themes/Default/Images/Profile/arrow-up.png) no-repeat 5px 10px;}
.profileAccordion .accordionHeaderSelected h4{background-image:url(/App_Themes/Default/Images/Profile/arrow-down.png) no-repeat 5px 10px; }

.profileAccordion h3{clear:both; float:left; font-size:16px; margin-top:10px;}

