/* Global */

h1{
font-size:20px;
color:#2b7c99;
margin:0 0 2px;
}

h2{
font-size:13px;
font-weight:normal;
color:#3a3a3a;
margin:0 0 15px;
}

.formbox label{
font-size:12px;
color:#2b7c99;
width:155px;
height:44px;
display:block;
text-align:right;
float:left;
margin-right:20px;
}

.formbox input{
width:230px;
height:23px;
border:1px solid #d0d0d0;
padding:3px 5px 2px 5px;
}

.formbox small{
float:left;
color:#656565;
font-size:10px;
margin:3px 0 3px 0;
}

.dottedborder{
background:url(images/dotted-border-horiz.gif) repeat-x center;
margin:0 10px 0 10px;
height:30px;
clear:both;
}

/* New member */

#newmembertitle{
background:url(images/register-login-box/new-member-icon.png) no-repeat left 9px;
padding-left:40px;
margin-left:10px;
}

.formbox{
padding:10px;
float:left;
width:445px;
margin-bottom:20px;
background:url(images/register/form-gradient.png) top no-repeat;
}

.formbox #createaccountbutton{
border:0px;
width:98px;
height:25px;
float:right;
padding:0;
margin-right:9px;
}

.formbox #createaccountbutton{
border:0px;
width:98px;
height:25px;
float:right;
padding:0;
margin-right:9px;
}

#benefitboxes{
width:410px;
float:left;
}

#benefitboxes li{
background:url(images/register/benefitbox.png) no-repeat;
height:86px;
padding:10px;
margin-bottom:10px;
}

#benefitboxes li img{
float:left;
margin-right:5px;
}

#benefitboxes li #middleimg{
float:right;
margin:0 0 0 5px;
}

#benefitboxes li h2{
color:#026584;
font-weight:bold;
margin:4px 0 5px 0;
}

#benefitboxes li p{
margin:0;
line-height:18px;
}

.formbox #passwordhack{height:85px;}

/* Existing members */

#existingmembertitle{
background:url(images/register-login-box/already-member-icon.png) no-repeat left 9px;
padding-left:40px;
margin-left:10px;
}

.formbox #loginbutton{
border:0px;
width:55px;
height:25px;
float:right;
padding:0;
}

.formbox .existinghack{height:20px;}

#existingcontainer{
float:left;
}

/* Reset password */

#resetpassword{
padding:10px;
float:left;
width:391px;
margin-bottom:20px;
background:url(images/register/lostpassword.png) top no-repeat;
}

#resetpasswordtextbox{
width:230px;
height:23px;
border:1px solid #d0d0d0;
padding:3px 5px 2px 5px;
}

#resetpassword select{
border:1px solid #d0d0d0;
padding:3px 5px 2px 5px;
width:130px;
height:28px;
position:relative; /* Yes i know but i'm a perfectionist and this 1 pixel wouldn't move */
top:1px;
}

#passwordmembertitle{
background:url(images/register/forgotpassword.png) no-repeat left 9px;
padding-left:40px;
margin-left:10px;
}

#resetpasswordcontainer{
width:411px;
float:left;
}

#passwordbutton{
float:right;
margin-right:7px;
}

/* Errors */

.errorbox{
font-size:12px;
border:1px solid #f1b4b4;
background:#ffeaea;
width:395px;float:left;
padding:3px;
margin:5px 0 0 27px;
}
