﻿/* Form stuff */

input.register{
    margin:0 0 20px 250px;
}

/* Form stuff */

fieldset{border:none; width:357px; }
legend{font-size:14px; font-weight:bold; display:none; }

.field{float:left; margin:10px 0 2px; width:372px; color: #999999; clear:both; }
.field .note {display:none;}

.fieldRequired{color:#CD0000;}

label{display:block; float:left; padding:3px 0 0; text-align:right; width:140px; }
.textBox{float:left; padding:2px; width:250px;  }

.textBox.phone{width:130px; padding:2px; float:left; margin:0 0 0 0px; }

p.unsubscribe{clear:both;padding-top:20px}

select{float:left; margin:0 0 0px 15px; width:150px; }
select.phone{width:50px; }

select.ddlDate{width:45px; }
select.ddlMonth{margin:0 0 0 3px; width:73px; }
select.ddlYear{margin:0 0 0 13px; width:53px; }

.field.check input{float:left; margin-top: 4px; }
.field.check label{float:left; margin:0 0 0 10px; text-align:left; width:320px; }

.radioList{width:200px; }
.radioList label{width:40px; float:left; text-align: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:15px; }
.button.register{margin-right:600px;}

.postcodeFinder{clear:right; float:right; }

fieldset.login{margin-top:30px; width:500px; }
.loginUtils{float:left; list-style:none; margin:10px 0; width:100%; }
.loginUtils li{color:#B4985A; float:left; width:150px;  }

.error{width:100%; float:right; margin:5px 0; text-align:right; color:#CD0000 !important; font-size:12px;}
.notice{width:100%; float:right; margin:5px 0; text-align:right; color:orange !important; font-size:12px;}
.message{clear:both; }
.success{float:right; }

.splashEnter{width:390px; margin:0 auto; }
.splashEnter .field label{width:250px; }
.splashEnter .field .textBox{float:left; margin:0 0 10px 10px; width:90px; }

.profileAccordion{width:410px; }

.profileAccordion h4{background-color:#CE121D; 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;}

.popout.error{background:#fff; border:2px solid #8EBDD7; padding:15px; width:250px; float:right; }
.popout.error h3, .popout.error p{float:none; text-align:left; }
#spanEmailImage{display:none; }

