div.box {
width:255px;
padding:20px;
margin:0 auto 10px 0px;
background:#efefef;
height:auto;
}
/*If you have a form wrapping a nifty corner box, ensure that you specifiy the right size of it to wrap it's external things like buttons or text. Take whatever the width of div.box and add 40; so the default for content pages are: 498px for div.box, then 538px for the actual form. You can customize the widths to suit your needs, but make sure to start with the box size then add 40 for the form wrapper if applicable.*/
.content-form {
margin:0px auto;
width:295px;
}
#reward-login-form .field-wrapper {
margin-bottom:10px;
float:left;
}
#reward-login-form .field-wrapper input.textfield {
float:left;
width:134px;
}

#reward-login-form .field-wrapper label {
width:100px;
text-align:right;
float:left;
margin-right:8px;
line-height:17px;
}
