#main_form_container {
  background:  no-repeat top left;
  width: 525px;
  height: 250px;
  marin 0px auto;
}

#main_form {
 border: 1px solid black;
 border-top: 0px;
 margin-left: 3px;
 background-color: #ececec;
 width: 510px;
 padding: 5px;
 font-size: 9pt;
 border-bottom-right-radius: 10px;
 border-bottom-left-radius: 10px;
 height: 225px;
}

#main_form form {
 width: 200px; float: left;}
#logins_title {
 background: url(https://www.buildyourfirm.com/images/login_header_bg_grey.png) repeat-x top left;
 width: 100%;
 height: 34px;
 color: #fff;
 font-size: 14pt;
 padding: 5px 0px 0px 5px;
}

#logins_title li {
 list-style: none;
  background: url(https://www.buildyourfirm.com/images/gears_bg.png) no-repeat left center ;
  padding-left: 55px;
}

#login_form {
 width: 275px; 
 float: left;

}

#main_form p {padding: 2px; padding-bottom: 5px; }

 .label {padding-right: 15px; letter-spacing: 1; display: block; width: 150px; text-align: left;}

#login_form input {
    background: none repeat scroll 0 0 #F8F8F8;
    border: 1px solid #A6A6A6;
    border-radius: 3px 3px 3px 3px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1) inset;
    margin-bottom: 4px;
    padding: 1px 3px;
}
 .text_field {
    width: 125px;
 }

 input, select {
  vertical-align: middle;
 }

 .forgot_pass {font-size: 9px; color: blue;}

 #secure {margin: 0px auto; width: 150px; font-size: 10px; color: red;}
 #secure img {margin-left: 5px; float: right;}

 .submit {margin:  3px; text-align: right;}
