select {
  color: #000 !important;
}


.hr {  
            height: 2px;  
            background-color: #8b2a4f;  
            border: none;  
        } 

.ltbluehead {
width: 100%;
	background-color: #8b2a4f;
	color: white;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
font-family: Arial, san-serif;
	font-weight: bold;
font-size: 18;
	line-height: 2;
	margin: 10px 0px 10px 0px;
}

.bluehead {
width: 100%;
	background-color: #8b2a4f;
	color: white;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
font-family: Arial, san-serif;
	font-weight: bold;
font-size: 16;

	line-height: 2;
	margin: 10px 0px 10px 0px;
}

.redhead {
width: 100%;
	background-color: #8b2a4f;
	color: white;
	padding: 5px;
	margin: 10px 0px 10px 0px;
	box-sizing: border-box;
font-family: Arial, san-serif;
	font-weight: bold;
font-size: 18;

	line-height: 2;
	margin: 10px 0px 10px 0px;
}


h3, h4 {
	font-family: Arial, san-serif;
	font-weight: bold;
	color: black;
	line-height: 1;
	margin: 10px 0px 10px 0px;
}

#MeterEnewSubmit input{
  background-color: #1c4974;
  border: none;
  color: white;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
}


.content3 {
	width: 20%;
	box-sizing: border-box;
	margin: 0px;
	background-color: #8b2a4f;
	padding: 20px;
	position: relative;
	top: 170px;
