/* login box */
#loginOuterDiv { display:block; width:337px; border:1px solid #c2c2c2; background-color:#edf3d8; padding:15px 19px; margin:0 auto; }

#loginInfoOuterDiv { display:block; width:337px; border:1px solid #c2c2c2; background-color:#eef3dc; padding:15px 19px; margin:10px auto; }

#loginInputs { margin:12px 0 0 0; }

#userNameTitle { width:86px; float:left; line-height:22px;  margin-right: 20px;}
#passwordTitle { width:86px; float:left; line-height:22px;  margin-right: 20px;}

.UserNameTextbox { width:215px; border:1px solid #666666; height:20px; line-height:20px; margin:0 0 9px 0; }
.PasswordTextbox { width:215px; border:1px solid #666666;  height:20px; line-height:20px; margin:0 0 9px 0; }

.LoginButton { margin-top:20px; margin-right:	13px  }

/* links */
#linksDiv { margin:64px 0 0 0; }
a { color:#333; text-decoration:underline; }
a:hover { text-decoration:none; }

.RegistrationHyperLink { font-weight: bold; }