﻿/* Form stuff */
fieldset{border:none; width:410px; margin:0 auto; }
legend{font-size:14px; font-weight:bold; display:none; }

.field{float:left; margin:0 0 2px; width:100%; }
label{display:block; float:left; padding:3px 0 0; text-align:right; width:130px; }
.textBox{float:right; padding:2px; width:250px;  }

.textBox.phone{width:200px; padding:0; }

select{float:left; margin:0 0 0px 22px; width:178px; }
select.phone{width:50px; }

select.ddlDate{width:45px; }
select.ddlMonth{margin:0 0 0 3px; width:73px; }
select.ddlYear{margin:0 0 0 3px; width:53px; }

.field.check input{float:left; margin-top: 4px; }
.field.check label{float:left; margin:0 0 0 10px; text-align:left; width:380px; }

.button{float:right; margin:20px 280px 0 0; }
.button.submit{margin-top:20px; }

fieldset.login{margin-top:30px; }
.loginUtils{float:left; list-style:none; margin:10px 0; width:100%; }
.loginUtils li{color:#B4985A; float:left; width:140px;  }

.LoginLogout{margin:10px 10px 0 0; text-transform:uppercase; float:right; clear:left;  }
.RegisterProfile{margin:10px 10px 0 0; text-transform:uppercase; float:right; clear:left; }

.error{width:400px; float:right; margin:5px 0; text-align:right; }

.splashForm{width:390px; margin:0 auto; }
.splashForm label{width:250px; }
.splashForm select{margin:0px 5px 10px 0; width:auto; }


.profileAccordion{width:410px; margin:0 auto; }

.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; }


.fieldRequired{color:#CD0000;}

.field .note {display:none;}
