
.frm .frmLabel{
  text-align: right;
  color: #500;
  
}

.frm fieldset{
  border-bottom: none;
  border-top: 1px solid #ccc;
  border-left: none;
  border-right: none;
  width: 100%;
}

.frm legend{
    font-size: 13px;
    margin-left: 30px;
    text-indent: 0px;
    color: #09F;
    font-weight: bold;
}

.frm .successMsg{
    background: #8dbdd8;
}
/* jquery validation needed*/
.frm label.error { display: none; }	


.frm .search{
     padding: 5px 0 0 10px; 
     text-align: left;
}

.frm .menu_title{
    text-transform: capitalize;
}