.wrapper
{
  clear:both;
  float:left;
  width:100%;
}

.label
{
  float:left;
  width:150px;
}

.semicolon
{
  width:25px;
  float:left;
}

.inputboxdiv
{
  width:150px;
  float:left;
}

.loginform
{
  -moz-border-radius:1em;
  margin:0 auto;
  background-color:#cdffce;
  width:50%;
}

.form_footer
{
  width:100%;
  height:40px;
  line-height:40px;
  text-align:center;
}

.form_header
{
border-radius: 25px 25px;
  -moz-border-radius: 2em;
  width:100%;
  height:20px;
  border:1px solid #176a1a;
  color: #176a1a;
  line-height:20px;
  text-align:center;
}