#main.c #center-column,
#main.cr #center-column {
  width:400px;
  background:url(../../images/professionals.jpg) top left no-repeat;
  padding-left:220px;
}
#user-message {
  font-weight:bold;
  padding-top:10px;
}
#user-error{
  color:red;
  margin:20px 0px;
}
table {
width:100%;
}
table td {
  width:50%;
}
table td.label {
  font-weight:bold;
  text-transform:capitalize;
}
table .req-ast {
  color:red;
}
table .input input {
  width:250px;
  border:1px solid #d6d6d6;
  height:15px;
  font-size:16px;
}
.mail_bg {
  background:url(img/message.png) left top no-repeat;
  padding:0px 0px 0px 148px;
  margin-top:40px;
  font-weight:bold
}
.mail_bg .header2 {
  font-weight:normal;
}
#request_reset_password_resent {
  line-height:50px;
  white-space:nowrap;
}

.user-activate {
	margin:10px;
}