.m_request_form{
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size:16px;
}

legend.request-border {
    width:inherit; /* Or auto */
    padding:0 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;
}

fieldset{
	margin-bottom: 30px;
}

legend{
  font-size: 20px;
	font-weight: 600;
}
.m_request_Category{
margin-bottom: 10px;
}

#m_request_detail{
margin: 20px 0px;
}

.form-submit {
    background: #00b7ce;
    border: none;
    padding: 8px 20px;
    color: white !important;
    font-size: 24px;
    font-family: 'CgBernhardtLt';
    margin-top: 20px;
}

.form-submit:hover {
    background: #302f36;
}

.m_attachment, .m_details{
  font-weight: 600;
}
