table#signupformtable td {
  vertical-align: top;
  padding: 5px;
}

td.fieldinstruction {
font-size: 11px;
}

input#loginusername {
  width: 125px;
  height: 17px;
  padding:4px;
  border: 1px solid #c8c8c8;
  margin-bottom:5px;
}
input#loginpassword {
  width: 125px;
  height: 17px;
  padding:4px;
  border: 1px solid #c8c8c8;
  margin-bottom:5px;
}

input#username {
  width: 200px;
}

input#email {
  width: 200px;
}

input#password {
  width: 200px;
}
div#signUpBoxInner {
float:right;
width:340px;
color: #828282;
margin-top: 20px;
}

div#signUpBoxTitle {
  font-weight: bold;
  font: Arial;
  color: #828282;
  font-size: 12px;
  padding-bottom: 10px;
  border-bottom: 1px solid #c8c8c8;
  margin-top:0px;
  margin-bottom: 10px;
  float:right;
  width: 340px;
}

img.profilepicture{
float: left;
width: 240px;
height: 200px;
padding: 4px;
background-color: #ffffff;
border: 1px solid #c8c8c8;
}


div#signUpBoxInner form {
  font-size: 14px;
  color: #828282;
  line-height: 26px;
}

div#signUpBoxInner input , div#signUpBoxInner select {
  font-size: 14px;
  font-weight: bold;
  color: #828282;
  font-family: Arial, Helvetica, sans-serif;
  height: 20px;
}

input#btn_signup {
  float: left;
  height: 40px !important;
  width: 115px;
}
div#agreementtxt {
  margin-left: 20px;
  width: 300px;
  float: left;
  padding: 5px;
  font-size: 12px;
  font-weight: normal;
  color: #828282;
  line-height: normal;
}

div#loginbtncontainer {
  float: left;
  height: 40px;
  margin-top: -11px;
  margin-bottom: 10px;
  margin-right:-1px;
  width:162px;
  background-color: #ebebeb;
  border: 1px solid #c8c8c8;
}
