body {
  margin: 0;
  padding: 0;
  font: normal 14px/1.4em "Helvetica Neue", Arial, sans-serif;
  color: #555;
  background: url(http://images.proexams.com/sitefiles/311/templates/87/bg_body.gif) #FFF no-repeat right 0;
}

h1,h2,h3 { color: #000; }

a {
  color: #000000;
}

a:hover {
  color: #16B0D3;
}

.container {
  width: 960px;
  margin: 0 auto;
  position:relative;
}

#header {
  padding-top: 80px;
  margin-bottom: 20px;
}

#header h1 {
  width: 800px;
  font-size: 32px;
  line-height: 1;
  margin: 0;
  padding: 0 0 10px 0;
  color: #000;
  letter-spacing: -1px;
  font-weight: normal;
  border-bottom: 1px solid #000;
}

#nav,
#nav li {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#nav li {
  float: left;
  list-style-type: none;
}

#nav li a {
  font-weight: bold;
  border-top: 2px solid #000;
  color: #000;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  padding: 5px 40px 5px 5px;
  display: block;
  float: left;
  text-transform: lowercase;
}

#nav li a:hover {
  color: #16b0d3;
}

#nav li a strong {
  text-transform: none;
}

#content .container {
  background: url(http://images.proexams.com/sitefiles/311/templates/87/bg_content.gif) no-repeat center 20px;
  padding-top: 40px;
  min-height: 621px;
  position:relative;
}



#login_form {
  width: 332px;
  padding: 10px 45px 20px 45px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #bbb;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
}

#login_form label {
  display: block;
  color: #3c3c3c;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  font-weight: bold;
  margin: 15px 0 3px 0;
  padding-left: 5px;
}

#login_form .text {
  padding: 6px;
  border: 1px solid #bbb;
  font: normal 18px/1 "Helvetica Neue", Arial, sans-serif;
  color: #999;
  width: 306px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
}

#login_form .text:focus {
  outline: none;
  border-color: #555;
  color: #000;
}

#formWrap {
  margin: 100px auto 0 auto;
  width: 424px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #eee;
}

.inputWrap {
  background: #f4f4f4;
  padding: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
}

#login_form .remember_me {
  overflow: hidden;
  margin: 10px 0 20px 0;
  padding-left: 5px;
}

#login_form .remember_me label,
#login_form .remember_me .checkbox {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

#login_form .remember_me label {
  font-weight: normal;
  margin-left: 5px;
  color: #777;
}


#login_form .field,
#login_form .submit_row {
  clear: both;
  width: 330px;
}

#login_form .submit_row {
  margin: 0px;
  overflow: hidden;
}

#login_form .submit_row a {
  float: right;
  line-height: 34px;
}

#login_form .login_button {
  width: 91px;
  height: 34px;
  border: none;
  margin: 0;
  float: left;
  cursor: pointer;
  background: url(http://images.proexams.com/sitefiles/311/templates/87/login_button.gif) no-repeat center 0;
}

#login_form .login_button:hover {
  background-position: center -34px;
}

#signup {
  text-align: center;
  margin: 5px 0;
} 