
/*  for user mod */

hr.blue {
    height: 6px;
    background-color: #0081C5;
    border: none;
    margin: 0;
}

hr.grey {
    height: 1px;
    background-color: #E3E3E3;
    border: none;
}

.commonH2 {
    font-size: 1.0em;
    font-weight: 900;
    color: white;
    width: 200px;
    height: 23px;
    background-color: #0081C5;
    margin: 0 0 0 20px;
    padding: 7px 0 0 12px;
    vertical-align: middle;
}

fieldset.forgotPwdFieldset {
	margin: 0 !important;
	padding: 0 !important;
}