@import url("normalize.css");

body {
	background-color: #f2eee5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #474747;
}

div.pnmr-wrapper {
	padding-bottom: 55px;
}

a:link,a:visited {
	text-decoration: none;
	color: #008097;
	outline: none;
}

a:hover {
	text-decoration: none;
	color: #000;
	outline: none;
}

h1,h2,h3,h4,h5,h6 {
	font-weight: normal;
	color: #474747;
}

.relative {
	position: relative;
}

.float-left {
	float: left !important;
}

.float-right {
	float: right !important;
}

.clear-both {
	clear: both;
}

.align-vertical-top {
	vertical-align: top;
}

.align-vertical-middle {
	vertical-align: middle;
}

.align-vertical-bottom {
	vertical-align: bottom;
}

.text-align-left {
	text-align: left;
}

.text-align-center {
	text-align: center;
}

.text-align-right {
	text-align: right;
}

.fluid-container {
	width: 100%;
	position: relative;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

/* paddings */
.top-padding-0 {
	padding-top: 0px !important;
}

.right-padding-0 {
	padding-right: 0px !important;
}

.bottom-padding-0 {
	padding-bottom: 0px !important;
}

.left-padding-0 {
	padding-left: 0px !important;
}

/* margins */
.top-margin-0 {
	margin-top: 0px !important;
}

.right-margin-0 {
	margin-right: 0px !important;
}

.bottom-margin-0 {
	margin-bottom: 0px !important;
}

.left-margin-0 {
	margin-left: 0px !important;
}

.top-margin-15 {
	margin-top: 15px !important;
}

header,footer,.content-wrapper {
	position: relative;
	width: 100%;
	display: block;
	clear: both;
}

input {
	padding: 0 5px;
}

textarea {
	padding: 0 5px;
}

/********** header *********/
header div.header-right span.smallFont {
	width: 215px;
}

header .logo {
	float: left;
	margin: 0.750em 0 0.4em 0.625em;
}

header div.header-right {
	float: right;
	margin: 0.150em 0.650em 0.4em 0;
}

header div span {
	float: right;
	clear: both;
}

header div span.login-container a {
	font-size: 0.6875em;
}

header div span.contact-social-lnk-container {
	padding: 0.750em 0 0 0;
}

header div span.contact-social-lnk-container a {
	background: transparent url('../images/icoContactSocial.png') 0 0 no-repeat;
	height: 24px;
	float: left;
	margin: 0 0 0 3px;
}

header div span.contact-social-lnk-container a.lnk-talk2us:link,
header div span.contact-social-lnk-container a.lnk-talk2us:visited,
header div span.contact-social-lnk-container a.lnk-talk2us:hover
	{
	width: 105px;
}

header div span.contact-social-lnk-container a.lnk-twitter:link,
header div span.contact-social-lnk-container a.lnk-twitter:visited,
header div span.contact-social-lnk-container a.lnk-twitter:hover
	{
	background-position: -108px 0;
	width: 25px;
}

header div span.contact-social-lnk-container a.lnk-facebook:link,
header div span.contact-social-lnk-container a.lnk-facebook:visited,
header div span.contact-social-lnk-container a.lnk-facebook:hover
	{
	background-position: -136px 0;
	width: 25px;
}

header div.gradient-bottom-border {
	display: block;
	height: 1px;
	clear: both;
	background: #f2eee5; /* Old browsers */
	background: -moz-linear-gradient(left, #f2eee5 0%, #ef8b18 50%, #f2eee5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2eee5), color-stop(50%, #ef8b18), color-stop(100%, #f2eee5) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f2eee5 0%, #ef8b18 50%, #f2eee5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f2eee5 0%, #ef8b18 50%, #f2eee5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f2eee5 0%, #ef8b18 50%, #f2eee5 100%); /* IE10+ */
	background: linear-gradient(to right, #f2eee5 0%, #ef8b18 50%, #f2eee5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f2eee5', endColorstr = '#f2eee5', GradientType = 1); /* IE6-9 */
	-webkit-box-shadow: 0px 2px 6px 0px #aeaeae;
	box-shadow: 0px 2px 6px 0px #aeaeae;
}

/********** footer *********/
/* Sticky Footer */
footer {
	position: fixed;
	bottom: 0;
	padding: 0;
	overflow: hidden;
	z-index: 9999;
	left: 0;
	right: 0;
}

footer span {
	background-color: #d8d2c6;
	border-top: #474747 1px dotted;
	border-bottom: #fff 1px solid;
	display: block;
	font-size: 0.750em;
	text-align: center;
	padding: 0.5625em 0;
}

footer a:link,footer a:visited {
	background-color: #ef8a16;
	border-top: #d6680d 1px solid;
	display: block;
	font-size: 0.6875em;
	font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0.5125em 0;
	clear: left;
}

footer a:hover {
	color: #000;
}

/********** content-wrapper *********/
.content-wrapper {
	background: url(../images/bg.png) no-repeat #f2eee5 0 0;
	background-size: 100% auto;
	min-height: 375px;
}

/********** account dashboard start*********/
p.zeroBalInfo {
	text-align: center;
	font-size: 0.75em;
	display: inline-block;
	width: 95%;
}

.account-dashboard {
	background: url(../images/bgCurve.png) 0 85% no-repeat;
	padding: 0 0 1%;
}

.account-dashboard ul {
	margin: 0.750em 0;
	padding: 0;
	display: block;
	overflow: hidden;
}

.account-dashboard ul li {
	display: block;
	clear: both;
	margin: 0 1.500em 0 0;
	padding: 0.2em 0 0.650em;
}

.account-dashboard ul li a:link,.account-dashboard ul li a:visited {
	color: #474747;
	font-weight: bold;
}

.account-dashboard ul li a:hover {
	color: #008097;
}

.account-dashboard ul li a span.ico {
	/* QA Fix */
	width: 54px;
	height: 55px;
	/* QA Fix */
	display: block;
	padding: 5px;
	float: left;
	margin: 0 0 0 0;
	z-index: 888;
	background: #f2efe9; /* Old browsers */
	background: -moz-linear-gradient(top, #f2efe9 50%, #e8e4d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2efe9), color-stop(100%, #e8e4d9) );/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2efe9 50%, #e8e4d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2efe9 50%, #e8e4d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2efe9 50%, #e8e4d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2efe9 50%, #e8e4d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f2efe9', endColorstr = '#e8e4d9', GradientType = 0 ); /* IE6-9 */
	border: #fff 1px solid;
	border-left: none;
	-webkit-border-radius: 40px;
	border-radius: 40px;
	-webkit-box-shadow: 1px 1px 2px #9c9c9c;
	box-shadow: 1px 1px 2px #9c9c9c;
}

.account-dashboard ul li a span.ico small {
	font-size: 0px;
	display: block;
	background-color: #008097;
	width: 43px;
	height: 43px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: inset 1px 2px 2px 0px #015361;
	box-shadow: inset 1px 2px 2px 0px #015361;
	text-indent: -9999px;
}

.account-dashboard ul li a span.lnk-text {
	display: block;
	z-index: 200;
	margin: 10px 0 0 48px;
	position: relative;
	background: #f2efe9; /* Old browsers */
	background: -moz-linear-gradient(top, #f2efe9 50%, #e8e4d9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #f2efe9), color-stop(100%, #e8e4d9));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2efe9 50%, #e8e4d9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2efe9 50%, #e8e4d9 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2efe9 50%, #e8e4d9 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2efe9 50%, #e8e4d9 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f2efe9', endColorstr = '#e8e4d9', GradientType = 0 ); /* IE6-9 */
	border: #fff 1px solid;
	border-left: none;
	-webkit-border-radius: 0px 20px 20px 0px;
	border-radius: 0px 20px 20px 0px;
	-webkit-box-shadow: 1px 1px 2px #9c9c9c;
	box-shadow: 1px 1px 2px #9c9c9c;
}

.account-dashboard ul li a span.lnk-text small {
	display: block;
	padding: 0.500em 0.500em 0.500em 1.500em;
	font-size: 100%;
	background: transparent url('../images/icoDashboardLnkArrow.png') 92% center no-repeat;
	line-height: 18px;
}

.account-dashboard ul li.pay-bill {
	margin-left: 0.750em;
}

.account-dashboard ul li.pay-bill a span.ico small {
	background: url(../images/icoDoller.png) no-repeat #008097 45% 52%;
}

.account-dashboard ul li.outage {
	margin-left: 2.625em;
}

.account-dashboard ul li.outage a span.ico small {
	background: url(../images/icoOutage.png) no-repeat #008097 46% 58%;
}

.account-dashboard ul li.my-account {
	margin-left: 3.750em;
}

.account-dashboard ul li.my-account a span.ico small {
	background: url(../images/icomyAccount.png) no-repeat #008097 49% 52%;
}

.account-dashboard ul li.go-paperless {
	margin-left: 2.625em;
}

.account-dashboard ul li.go-paperless a span.ico small {
	background: url(../images/icoGoParles.png) no-repeat #008097 50% 49%;
}

.account-dashboard ul li.contact-us {
	margin-left: 0.750em;
}

.account-dashboard ul li.contact-us a span.ico small {
	background: url(../images/icocontUs.png) no-repeat #008097 48% 49%;
}

/********** account dashboard end*********/

/********** login section start*********/
nav.pageHearder {
	height: 40px;
	background-color: #e3ddd0;
	border-bottom: 1px solid #d6d1c4;
	display: block;
	clear: both;
	color: #575554;
	font-size: 0.85em;
	font-weight: bold;
	position: relative;
}

nav.pageHearder span {
	padding: 12px 0 0 68px;
	float: left;
	font-size: 12px;
}

nav.pageHearder span.backBtn-less {
	padding: 12px 0 0 12px;
	float: left;
}

nav.breadcrumb .menuHldr {
	float: right;
}

.login-content section, .loginHolder section {
	display: block;
	width: 100%;
	border-top: 1px solid #f6f2ec;
}

.login-content section .loginContainer {
	border-bottom: 1px solid #008097;
	padding: 0 15px 20px 15px;
}

.loginHolder section .loginContainer {
	border-bottom: 1px solid #008097;
	padding: 20px 15px;
}

.login-content section .loginContainer fieldset, .loginHolder section .loginContainer fieldset {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

.loginContainer .mesgBox {
	margin: 0 0 14px;
}

.loginContainer p.infoLbl {
	width: 100%;
	color: #484747;
	font-size: 0.813em;
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}

.loginContainer fieldset .emailAddrLabel,.loginContainer fieldset .pwdLabel {
	font-size: 0.813em;
	font-weight: bold;
	margin: 14px 0 7px 0;
	width: 100%;
	float: left;
}

.loginContainer fieldset input[type="text"],
.loginContainer fieldset input[type="email"] {
	width: 72%;
	height: 25px;
	color: #000;
	font-size: 0.813em;
	/*border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;*/
	float: left;
}

.loginContainer fieldset input[type="password"] {
	width: 72%;
	height: 25px;
	color: #000;
	font-size: 0.813em;
	/*border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;*/
	float: left;
}

.loginContainer fieldset a.frgtPwdLbl {
	color: #008097;
	font-size: 0.75em;
	float: left;
	padding: 7px 0 0 0;
	clear: both;
}

.loginBtn {
	padding: 15px 15px 21px 15px;
}

.loginBtn a.secureLink {
	background: url("../images/lock_icon.png") no-repeat scroll 0 35% transparent;
	color: #484848;
	font-size: 0.75em;
	margin: 0 0 0 12px;
	padding: 3px 0 0 21px;
}

.loginBtn .buttonBox li {
	float: left;
	line-height: 32px;
	padding-right: 16px;
	font-size: 1.3em;
}

.loginBtn .buttonBox li.secureLink {
	background: url(../images/lock_icon.png) no-repeat 0 35%;
	padding-right: 0;
	padding-left: 19px;
}

.loginBtn .buttonBox li.secureLink a {
	font-size: 0.62em;
	color: #484848;
}

.clear {
	clear: both;
}

.login {
	padding: 0 25px;
}

.buttonGreen {
	background: #007f96; /* Old browsers */
	background: -moz-linear-gradient(top, #007f96 0%, #024f5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007f96), color-stop(100%, #024f5c)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007f96 0%, #024f5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007f96 0%, #024f5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #007f96 0%, #024f5c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #007f96 0%, #024f5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#007f96', endColorstr = '#024f5c',	GradientType = 0 ); /* IE6-9 */
	border: 0 none;
	border-radius: 3px;
	text-shadow: 1px 1px #024D5B;
	box-shadow: 1px 2px 3px #B3AEA4;
	-moz-box-shadow: 1px 2px 3px #B3AEA4;
	-webkit-box-shadow: 1px 2px 3px #B3AEA4;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.88em;
	height: 32px;
	outline: medium none;
	padding: 0 20px;
}

.buttonGreen:hover {
	background-color: #008097;
	background-image: none;
}

.buttonDisable {
	background-color: #cccac6;
	box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-moz-box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-webkit-box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-webkit-appearance: none;
	color: #474747;
	border: 0 none;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #474747;
	font-size: 0.88em;
	height: 32px;
	outline: medium none;
	padding: 0 20px;
}

.buttonDisable:hover {
	background-color: #cccac6;
	background-image: none;
}

a.buttonGreenLink {
	background: #007f96; /* Old browsers */
	background: -moz-linear-gradient(top, #007f96 0%, #024f5c 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007f96), color-stop(100%, #024f5c));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007f96 0%, #024f5c 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007f96 0%, #024f5c 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #007f96 0%, #024f5c 100%); /* IE10+ */
	background: linear-gradient(to bottom, #007f96 0%, #024f5c 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#007f96', endColorstr = '#024f5c', GradientType = 0); /* IE6-9 */
	border: 0 none;
	border-radius: 3px;
	text-shadow: 1px 1px #024D5B;
	box-shadow: 1px 2px 3px #B3AEA4;
	-moz-box-shadow: 1px 2px 3px #B3AEA4;
	-webkit-box-shadow: 1px 2px 3px #B3AEA4;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.88em;
	height: 32px;
	outline: medium none;
	padding: 8px 20px;
}

a.buttonGreenLink:hover {
	background-color: #008097;
	background-image: none;
}

.signUpBtnSec {
	background: #e2dccf; /* Old browsers */
	background: -moz-linear-gradient(top, #e2dccf 1%, #f5f2ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e2dccf), color-stop(100%, #f5f2ea)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2dccf 1%, #f5f2ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2dccf 1%, #f5f2ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2dccf 1%, #f5f2ea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2dccf 1%, #f5f2ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#e2dccf', endColorstr = '#f5f2ea', GradientType = 0); /* IE6-9 */
	padding: 10px 0;
	display: block;
	text-align: center;
	border-top: 1px solid #d9d4c8;
	border-bottom: 1px solid #f5f2ea;
}

.signUpBtn {
	border: 0 none;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.87em;
	height: 32px;
	outline: medium none;
	padding: 0 20px;
	background: #ee8814; /* Old browsers */
	background: -moz-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ee8814), color-stop(100%, #bc6705)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ee8814 1%, #bc6705 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ee8814', endColorstr = '#bc6705', GradientType = 0); /* IE6-9 */
	text-shadow: 1px 1px #5c4506;
	box-shadow: 1px 2px 3px #B3AEA4;
	-moz-box-shadow: 1px 2px 3px #B3AEA4;
	-webkit-box-shadow: 1px 2px 3px #B3AEA4;
}

.buttonDisable:hover {
	background-color: #cccac6;
	background-image: none;
}

.signUpBtnSec {
	background: #e2dccf; /* Old browsers */
	background: -moz-linear-gradient(top, #e2dccf 1%, #f5f2ea 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e2dccf), color-stop(100%, #f5f2ea));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e2dccf 1%, #f5f2ea 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e2dccf 1%, #f5f2ea 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e2dccf 1%, #f5f2ea 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e2dccf 1%, #f5f2ea 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr = '#e2dccf', endColorstr = '#f5f2ea', GradientType = 0 ); /* IE6-9 */
	padding: 10px 0;
	display: block;
	text-align: center;
	border-top: 1px solid #d9d4c8;
	border-bottom: 1px solid #f5f2ea;
}

.signUpBtn {
	border: 0 none;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.87em;
	height: 32px;
	outline: medium none;
	padding: 0 20px;
	background: #ee8814; /* Old browsers */
	background: -moz-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ee8814), color-stop(100%, #bc6705));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ee8814 1%, #bc6705 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr = '#ee8814', endColorstr = '#bc6705',GradientType = 0 ); /* IE6-9 */
	text-shadow: 1px 1px #5c4506;
	box-shadow: 1px 2px 3px #B3AEA4;
	-moz-box-shadow: 1px 2px 3px #B3AEA4;
	-webkit-box-shadow: 1px 2px 3px #B3AEA4;
}

.signUpBtn:hover {
	background-color: #ef8914;
	background-image: none;
}

a.signUpBtnLink {
	border: 0 none;
	border-radius: 3px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 0.87em;
	height: 32px;
	outline: medium none;
	padding: 8px 20px;
	background: #ee8814; /* Old browsers */
	background: -moz-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #ee8814), color-stop(100%, #bc6705)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ee8814 1%, #bc6705 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ee8814 1%, #bc6705 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ee8814', endColorstr = '#bc6705', GradientType = 0); /* IE6-9 */
	text-shadow: 1px 1px #5c4506;
	box-shadow: 1px 2px 3px #B3AEA4;
	-moz-box-shadow: 1px 2px 3px #B3AEA4;
	-webkit-box-shadow: 1px 2px 3px #B3AEA4;
}

a.signUpBtnLink:hover {
	background-color: #ef8914;
	background-image: none;
}

.signUpBtnSec span.benefitHelpTitle {
	padding: 6px 15px 0 0;
	margin: 0;
	font-size: 1em;
	color: #474747;
	font-weight: bold;
}

.bottomTxt {
	color: #474747;
	font-size: 0.625em;
	background: #e5e0d4; /* Old browsers */
	background: -moz-linear-gradient(top, #e5e0d4 1%, #e0dbd0 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e5e0d4), color-stop(100%, #e0dbd0) );/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e5e0d4 1%, #e0dbd0 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e5e0d4 1%, #e0dbd0 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e5e0d4 1%, #e0dbd0 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e5e0d4 1%, #e0dbd0 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#e5e0d4', endColorstr = '#e0dbd0',	GradientType = 0 ); /* IE6-9 */
	padding: 6px;
}

.bottomTxt p {
	padding: 0;
	margin: 0;
	font-size: 1.1em;
}

/********** login section end*********/

/********** My Account section start *********/
.myAccountHolder section {
	display: block;
	width: 100%;
	border-top: 1px solid #f6f2ec;
}

.btn-back {
	color: #484747 !important;
	display: inline-block;
	font-size: 0.85em;
	font-weight: normal;
	left: 0;
	line-height: 39px;
	padding: 0 8px 0 23px;
	position: absolute;
	text-decoration: none;
	top: 0;
	z-index: 1;
}

.btn-back:before {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-webkit-border-bottom-colors: none;
	-webkit-border-left-colors: none;
	-webkit-border-right-colors: none;
	-webkit-border-top-colors: none;
	background: #e6dfd1; /* Old browsers */
	background: -moz-linear-gradient(top, #e6dfd1 1%, #d4c9b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e6dfd1), color-stop(100%, #d4c9b4));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6dfd1 1%, #d4c9b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6dfd1 1%, #d4c9b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6dfd1 1%, #d4c9b4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6dfd1 1%, #d4c9b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#e6dfd1', endColorstr = '#d4c9b4',GradientType = 0 ); /* IE6-9 */
	-moz-box-shadow: 1px 1px 1px #9C9C9C;
	-webkit-box-shadow: 1px 1px 1px #9C9C9C;
	box-shadow: 1px 1px 1px #9C9C9C;
	border-color: #F3EFE7;
	border-image: none;
	border-style: solid;
	border-width: 1px 1px 1px 0;
	content: "";
	height: 27px;
	left: 20px;
	margin-top: 5px;
	position: absolute;
	right: 0;
	z-index: -1;
}

.btn-back:after {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	-webkit-border-bottom-colors: none;
	-webkit-border-left-colors: none;
	-webkit-border-right-colors: none;
	-webkit-border-top-colors: none;
	background: #e6dfd1; /* Old browsers */
	background: -moz-linear-gradient(top, #e6dfd1 1%, #d4c9b4 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e6dfd1), color-stop(100%, #d4c9b4));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e6dfd1 1%, #d4c9b4 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e6dfd1 1%, #d4c9b4 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e6dfd1 1%, #d4c9b4 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e6dfd1 1%, #d4c9b4 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#e6dfd1', endColorstr = '#d4c9b4',	GradientType = 0 ); /* IE6-9 */
	border-color: transparent transparent #F3EFE7 #F3EFE7;
	-webkit-box-shadow: 1px 0 1px #9C9C9C;
	-moz-box-shadow: 1px 0 1px #9C9C9C;
	box-shadow: 1px 0 1px #9C9C9C;
	border-image: none;
	border-radius: 3px 0 12px 3px;
	border-style: none none solid solid;
	border-width: 0 0 1px 1px;
	content: "";
	height: 22px;
	left: 9px;
	position: absolute;
	top: 10px;
	transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	width: 26px;
	z-index: -2;
}

.searchAccHldr {
	border-bottom: 1px solid #008097;
	padding: 19px 15px;
}

.searchLbl {
	background: #f5f3ee; /* Old browsers */
	background-image: url(../images/icoMagnifying.png); /* fallback */
	background-image: url(../images/icoMagnifying.png), -moz-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* FF3.6+ */
	background-image: url(../images/icoMagnifying.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f3ee), color-stop(100%, #e3ded1));/* Chrome,Safari4+ */
	background-image: url(../images/icoMagnifying.png), -webkit-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%);	/* Chrome10+,Safari5.1+ */
	background-image: url(../images/icoMagnifying.png), -o-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%);	/* Opera 11.10+ */
	background-image: url(../images/icoMagnifying.png), -ms-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* IE10+ */
	background-image: url(../images/icoMagnifying.png), linear-gradient(to bottom, #f5f3ee 0%, #e3ded1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#f5f3ee', endColorstr = '#e3ded1',GradientType = 0 ); /* IE6-9 */
	border: 1px solid #fff;
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 1px 1px #d0cdc6;
	box-shadow: 1px 1px 1px #d0cdc6;
}

.searchLbl span {
	color: #474747;
	font-size: 0.875em;
	font-weight: bold;
	padding: 5px 10px 6px 23px;
	margin: 0 14px 0 0;
	display: block;
	background: url(../images/icoColapsed.png) no-repeat right 7px;
}

.searchContnr {
	background: #f5f1e8;
	-webkit-box-shadow: 1px 1px 1px #d0cdc6;
	box-shadow: 1px 1px 1px #d0cdc6;
	font-size: 0.813em;
	margin: 1px 0 0;
	display: none;
}

.searchContnr fieldset {
	padding: 18px 5px 0 10px;
	border: none;
	margin: 0;
}

.searchContnr fieldset label {
	font-size: 1em;
	font-weight: bold;
	float: left;
	width: 30%;
}

.searchContnr fieldset input[type="text"] {
	width: 54%;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
	color: #303030;
	margin: 0 0 20px 0;
	height: 27px;
}

.searchContnr fieldset img {
	width: 23px;
	height: 23px;
	cursor: pointer;
	vertical-align: middle;
	padding: 0;
}

.dropdownOpen {
	background: url(../images/expand_arrow.png) no-repeat right 7px !important;
}

.searchContnr div.btnSec {
	padding: 15px 0 19px;
	text-align: center;
	border-top: 1px solid #008097;
}

.searchContnr div.btnSec a {
	color: #008097;
	font-size: 0.93em;
	font-weight: normal;
	margin: 0;
	padding: 6px 15px 0 0;
}

.searchContnr div.btnSec .searBtn {
	font-size: 1.08em;
}

.nameAccDrpHldr {
	border-bottom: 1px solid #d6d1c4;
	padding: 15px 12px 15px 15px;
	margin: 0 0 1px 0;
}

.nameAccDrpHldr span {
	color: #484747;
	font-size: 0.813em;
	font-weight: bold;
	padding: 0 4px 0 0;
}
/*css for custom select box starts here */
.nameAccDrpHldr select {
	width: 53%;
}

.nameAccDrpHldr span.customStyleSelectBox {
	font-size: 0.938em;
	font-weight: bold;
	background: #f2eee5; /* Old browsers */
	background: -moz-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2eee5), color-stop(96%, #e9e4d8), color-stop(100%, #e4ded1) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* IE10+ */
	background: linear-gradient(to right, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#f2eee5', endColorstr = '#e4ded1',	GradientType = 1 ); /* IE6-9 */
	-webkit-box-shadow: 1px 1px 1px #bab4ac;
	-moz-box-shadow: 1px 1px 1px #bab4ac;
	box-shadow: 1px 1px 1px #bab4ac;
	color: #404040;
	font-weight: normal;
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
}

.nameAccDrpHldr span.customStyleSelectBox.changed {
	background-color: #f0dea4;
}

.nameAccDrpHldr .customStyleSelectBoxInner {
	width: 162px !important;
	background: url(../images/myAccntDropDivider.png) no-repeat center right;
	padding: 7px 0 7px 5px;
}

.nameAccDrpHldr select option {
	background: #ffffff;
	font-size: 0.8em;
}

.listHeader {
	background: #e4dcc9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e4dcc9), color-stop(100%, #e3ddcf) );/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e4dcc9 1%, #e3ddcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#e4dcc9', endColorstr = '#e3ddcf',GradientType = 0 ); /* IE6-9 */
	border-bottom: 1px solid #d6d1c3;
	padding: 5px 15px;
	color: #484747;
	font-size: 1em;
	font-weight: bold;
}

.listHldr {
	padding: 15px;
}

.listHldr .listDiv {
	border: 1px solid #dad0bb;
	margin: 0 0 15px 0;
	position: relative;
}

.listHldr .listDiv div {
	overflow: hidden;
}

.activeBtn {
	background: url(../images/green-button.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.deactiveBtn {
	background: url(../images/gray-button.png) no-repeat 0 0;
	width: 10px;
	height: 10px;
	position: absolute;
	right: 5px;
	top: 5px;
}

.listInner {
	background-color: #dfd8c8;
	background: -moz-linear-gradient(left, #efeadf 0%, #dfd8c8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #efeadf), color-stop(100%, #dfd8c8));	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #efeadf 0%, #dfd8c8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #efeadf 0%, #dfd8c8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #efeadf 0%, #dfd8c8 100%); /* IE10+ */
	background: linear-gradient(to right, #efeadf 0%, #dfd8c8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#efeadf', endColorstr = '#dfd8c8',GradientType = 1 ); /*IE6-9 */
	margin: 0;
	display: block;
	-moz-border-radius: 0 76px 0 0;
	-webkit-border-radius: 0 76px 0 0;
	border-radius: 0 76px 0 0;
	padding: 6px 8px;
}

.listInnerMid {
	float: left;
	width: 100%;
}

.listInnerMid .listLeft {
	width: 58%;
	background: url(../images/divider.png) top right no-repeat;
	padding: 0 3% 0 0;
	float: left;
}

.listInnerMid .listLeft h3 {
	color: #008097;
	font-size: 0.813em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.listInnerMid .listLeft p {
	color: #bc6705;
	font-size: 0.688em;
	font-weight: normal;
	padding: 0;
	margin: 0;
}

.listInnerMid .listLeft p.top {
	padding: 3px 0 0 0;
	font-size: 0.75em;
}

.listInnerMid .listLeft p.bottom {
	padding: 14px 0 0 0;
	font-weight: bold;
}

.listInnerMid .listRight {
	float: right;
	width: 36%;
}

.listInnerMid .listRight p {
	padding: 0;
	margin: 0;
}

.listInnerMid .listRight p.priceDiv {
	color: #484747;
	font-size: 1.125em;
	padding: 14px 0 0 0;
	margin: 0;
	font-weight: bold;
}

.listInnerMid .listRight p.priceDetails {
	color: #484747;
	font-size: 0.688em;
	font-weight: normal;
	padding: 12px 0 0 0;
	margin: 0;
}

.listInnerMid .listRight p.priceDetails span {
	font-weight: bold;
	display: block;
	font-size: 1.092em;
}

.sbmtMtrRedBtnHldr .viewBillBtn {
	float: none;
	margin: 0 auto;
	width: auto;
	font-size: 0.88em;
	height: 32px;
	padding: 0 20px;
}

.viewBillBtn {
	width: 50%;
	border: 1px solid #dad3c3;
	background: #f4ede0; /* Old browsers */
	background: -moz-linear-gradient(top, #f4ede0 0%, #cac0ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4ede0), color-stop(100%, #cac0ac));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4ede0 0%, #cac0ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4ede0 0%, #cac0ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4ede0 0%, #cac0ac 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4ede0 0%, #cac0ac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#f4ede0', endColorstr = '#cac0ac',	GradientType = 0 ); /* IE6-9 */
	padding: 7px 0;
	color: #404040;
	font-size: 0.875em;
	text-shadow: 0 1px 0 #ece6dc;
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
	float: left;
}

.payBillBtn {
	width: 50%;
	border: 1px solid #dad3c3;
	background: #007f96; /* Old browsers */
	background: -moz-linear-gradient(top, #007f96 0%, #024e5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007f96), color-stop(100%, #024e5b));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007f96 0%, #024e5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007f96 0%, #024e5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #007f96 0%, #024e5b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #007f96 0%, #024e5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#007f96', endColorstr = '#024e5b',GradientType = 0 ); /* IE6-9 */
	padding: 7px 0;
	color: #fff;
	font-size: 0.875em;
	text-shadow: 0 1px 0 #013c48;
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
}

.boxViewPayBt {
	overflow: hidden;
}

a.viewBillBtnLink {
	width: 50%;
	border-top: 1px solid #dad3c3;
	background: #f4ede0; /* Old browsers */
	background: -moz-linear-gradient(top, #f4ede0 0%, #cac0ac 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4ede0), color-stop(100%, #cac0ac)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f4ede0 0%, #cac0ac 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f4ede0 0%, #cac0ac 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f4ede0 0%, #cac0ac 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f4ede0 0%, #cac0ac 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#f4ede0', endColorstr = '#cac0ac', GradientType = 0); /* IE6-9 */
	padding: 7px 0;
	font-size: 0.875em;
	text-shadow: 0 1px 0 #ece6dc;
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
	float: left;
	display: block;
	color: #404040;
	text-align: center;
}

a.payBillBtnLink {
	width: 50%;
	border-top: 1px solid #dad3c3;
	background: #007f96; /* Old browsers */
	background: -moz-linear-gradient(top, #007f96 0%, #024e5b 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #007f96), color-stop(100%, #024e5b)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #007f96 0%, #024e5b 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #007f96 0%, #024e5b 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #007f96 0%, #024e5b 100%); /* IE10+ */
	background: linear-gradient(to bottom, #007f96 0%, #024e5b 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#007f96', endColorstr = '#024e5b', GradientType = 0); /* IE6-9 */
	padding: 7px 0;
	font-size: 0.875em;
	text-shadow: 0 1px 0 #013c48;
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
	display: block;
	float: left;
	text-align: center;
	color: #fff;
}

a.viewPaymentLocation {
	color: #474747;
	font-size: 0.875em;
	font-weight: bold;
	padding: 5px 10px 6px 13px;
	margin: 0 14px 0 0;
	display: block;
	background: none;
	cursor: pointer;
}

/*css for custom select box ends here */

/********** My Account section end *********/

/********** Submit Meter section start *********/
.submitMeterHolder section {
	display: block;
	width: 100%;
	border-top: 1px solid #f6f2ec;
}

.submitMeterHolder .contentHldr {
	border-bottom: 1px solid #008097;
	padding: 14px;
	margin: 0;
	color: #484747;
	font-size: 0.82em;
}

.submitMeterHolder .contentHldr p {
	text-align: right;
	padding: 0;
	margin: 0 0 14px 0;
}

header div span.contact-social-lnk-container a.logout {
	background: #00b1c3; /* Old browsers */
	background: -moz-linear-gradient(top, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b1c3), color-stop(100%, #017688), color-stop(100%, #7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#00b1c3', endColorstr = '#7db9e8',	GradientType = 0 ); /* IE6-9 */
	border: 1px solid #008097;
    border-radius: 0;
    box-shadow: 1px 2px 3px #B3AEA4;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 0.785em;
    font-weight: normal;
    height: 21px;
    outline: medium none;
    padding: 2px 4px 0;
    text-shadow: 1px 1px #024D5B;
    box-shadow: 1px 2px 3px #B3AEA4;
	-moz-box-shadow: 1px 2px 3px #B3AEA4;
	-webkit-box-shadow: 1px 2px 3px #B3AEA4;
}

.buttonFaq {
	background: #00b1c3; /* Old browsers */
	background: -moz-linear-gradient(top, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #00b1c3), color-stop(100%, #017688), color-stop(100%, #7db9e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #00b1c3 1%, #017688 100%, #7db9e8 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#00b1c3', endColorstr = '#7db9e8',	GradientType = 0 ); /* IE6-9 */
	border: 1px solid #008097;
	border-radius: 0;
	text-shadow: 1px 1px #024D5B;
	box-shadow: 1px 2px 3px #B3AEA4;
	-moz-box-shadow: 1px 2px 3px #B3AEA4;
	-webkit-box-shadow: 1px 2px 3px #B3AEA4;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 1.075em;
	font-weight: bold;
	height: 26px;
	outline: medium none;
	padding: 0 12px;
}

.buttonFaq:hover {
	background-color: #008097;
	background-image: none;
}

.submitMeterHolder .nxtMrtContentHldr {
	padding: 14px;
	margin: 0;
	color: #484747;
	font-size: 0.82em;
}

.nxtMrtContentHldr h3 {
	font-size: 0.99em;
	font-weight: bold;
	color: #484747;
	margin: 0;
	padding: 0 0 15px 0;
}

.nxtMrtContentHldr span {
	text-decoration: underline;
}

.nxtMrtContentHldr p {
	padding: 17px 0;
	margin: 0;
	text-align: center;
}

.nxtMrtContentHldr .buttonGreen {
	font-size: 1.07em;
}

.accntBox {
	padding: 7px 15px;
	margin: 0;
	color: #bc6705;
	background: #f2eee5; /* Old browsers */
	background: -moz-linear-gradient(top, #f2eee5 0%, #f0e8d5 100%, #f0ddc1 100%, #f0e8d5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f2eee5), color-stop(100%, #f0e8d5), color-stop(100%, #f0ddc1), color-stop(100%, #f0e8d5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f2eee5 0%, #f0e8d5 100%, #f0ddc1 100%, #f0e8d5 100%);	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f2eee5 0%, #f0e8d5 100%, #f0ddc1 100%, #f0e8d5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f2eee5 0%, #f0e8d5 100%, #f0ddc1 100%, #f0e8d5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f2eee5 0%, #f0e8d5 100%, #f0ddc1 100%, #f0e8d5 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr = '#f2eee5', endColorstr = '#f0e8d5',GradientType = 0 ); /* IE6-9 */
	border-top: 1px solid #f9f7f2;
	border-bottom: 1px solid #f0ddc1;
}

.accntBox h3 {
	padding: 0;
	margin: 0;
	color: #474747;
	font-size: 0.813em;
	float: left;
	font-weight: bold;
}

.accntBox span {
	padding: 0;
	margin: 0;
	color: #bc6705;
	font-size: 0.813em;
	float: right;
}

.accntBox p {
	padding: 0;
	margin: 6px 0 0 0;
	font-size: 0.688em;
}

.submitMeterHolder .stepHldr {
	border-bottom: 1px solid #d6d1c4;
	padding: 14px 14px 20px;
	margin: 0 0 1px 0;
	color: #484747;
	font-size: 0.82em;
}

.stepHldr .steps {
	float: left;
	width: 80%;
	padding: 0;
	margin: 0;
	height: 65px;
}

.stepHldr p {
	float: right;
	padding: 0;
	margin: 0;
}

.steps li {
	float: left;
	width: 50px;
	position: relative
}

.steps li img {
	float: left;
	width: 42px;
	margin: 0 4px
}

.steps li.divider {
	width: 15%;
	margin: 0
}

.steps li.divider span {
	width: 100%;
	background: url(../images/step_line.png) repeat-x 0 45%;
	display: block;
	float: left;
	margin: 0 0 0 0%;
	height: 35px;
}

.steps li.active span {
	background: url(../images/step_line_act.png) repeat-x 0 45%;
}

.steps li p {
	font-size: 0.84em;
	float: none;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 42px;
	left: -43%;
	width: 92px
}

.submitMrtHeader {
	background: #e4dcc9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e4dcc9), color-stop(100%, #e3ddcf));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e4dcc9 1%, #e3ddcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#e4dcc9', endColorstr = '#e3ddcf',GradientType = 0 ); /* IE6-9 */
	border-bottom: 1px solid #d6d1c3;
	padding: 8px 15px;
	color: #484747;
	font-size: 0.88em;
	font-weight: bold;
	margin: 0;
}

.crntMtrRead {
	padding: 20px 10px 17px 15px;
	margin: 0;
	border-top: 1px solid #d6d1c4;
	border-bottom: 1px solid #008097;
}

.crntMtrRead fieldset {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

.crntMtrRead fieldset label {
	margin: 0 15px 0 0;
	color: #484747;
	font-size: 0.813em;
	font-weight: bold;
	float: left;
	width: 26%;
}

.crntMtrRead fieldset div {
	float: left;
	width: 68%;
}

.crntMtrRead fieldset div label {
	width: 30px;
	height: 30px;
	color: #303030;
	font-size: 0.813em;
	padding: 0;
	margin: 0;
	text-align: center;
}

.crntMtrRead fieldset div input[type="text"] {
	width: 23px;
	height: 23px;
	color: #303030;
	font-size: 0.813em;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
}

.crntMtrRead fieldset div p {
	padding: 0;
	margin: 0;
}

.crntMtrRead fieldset div p a {
	color: #008097;
	font-size: 0.750em;
	text-decoration: none;
	margin: 0.5% 0 0 0;
	float: left;
}

.sbmtMtrRedBtnHldr {
	display: block;
	text-align: center;
	padding: 17px 0 20px 0;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.noTopPadding {
	padding: 0 0 20px 0;
}

.sbmtMtrRedBtnHldr a {
	color: #008097;
	font-size: 0.750em;
	margin: 0 14px 0 0;
	text-decoration: none;
	cursor: pointer;
}

.sbmtMtrRedBtnHldr .viewBillBtn {
	float: none;
	width: 30%;
}

.submitMeterHolder .mesgBox {
	border: 2px solid #FFFFFF;
	font-size: 0.75em;
	margin: 8px 0 0 0;
}

.submitMeterHolder .select-paperless-bill {
	margin-bottom: 9px;
}

.submitMeterHolder .mesgBox .success {
	background: url(../images/successImg.png) no-repeat 12px 12px, url(../images/successBackgrnd.png) repeat 0 0;
	box-shadow: 0px 2px 5px #99c596 inset;
	-moz-box-shadow: 0px 2px 5px #99c596 inset;
	-webkit-box-shadow: 0px 2px 5px #99c596 inset;
	padding: 16px 12px 14px 74px;
	min-height: 40px;
}

.submitMeterHolder .mesgBox .success p,
.submitMeterHolder .mesgBox .warning p,
.submitMeterHolder .mesgBox .error p {
	font-size: 1.22em;
	float: none;
}

.submitMeterHolder .mesgBox .success p a,
.submitMeterHolder .mesgBox .warning p a,
.submitMeterHolder .mesgBox .error p a {
	color: #008097;
	text-decoration: none;
}

.submitMeterHolder .subMtrDetails {
	list-style: none;
	overflow: hidden;
	font-size: 0.75em;
	padding: 0 0 20px 0;
	margin: 0;
	border-bottom: 1px solid #008097;
}

.submitMeterHolder .subMtrDetails dt {
	font-weight: normal;
	font-size: 1.088em;
	width: 44%;
	float: left;
	text-align: right;
	margin-top: 18px;
}

.submitMeterHolder .subMtrDetails dd {
	display: inline-block;
	width: 44%;
	font-size: 1.088em;
	font-weight: bold;
	float: left;
	margin: 18px 0 0 30px;
}

.submitMeterHolder .subMtrDetails dd label {
	padding: 0 5px;
}

.submitMeterHolder .subMtrDetails dd span {
	display: block;
	color: #bc6705;
	font-size: 0.92em;
	font-weight: normal;
}

.submitMeterHolder .subMtrDetails.noBdr {
	border: none;
}

.submitMeterHolder .subMtrDetails.noBdr dt {
	font-size: 1em !important;
}

.submitMeterHolder .subMtrDetails.bottmBg {
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

/*Modal popup CSS*/
.floatCenter {
	margin: 0 auto !important;
}

.hider {
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	opacity: 0.5;
	-ms-filter: alpha(opacity = 50);
	filter: alpha(opacity = 50);
	background-color: #000;
	clear: both;
	overflow: hidden;
	height: 100%;
	display: none;
	z-index: 9999;
}

/* Fix for defect id#1265 */
.popupBox {
	position: fixed;
	display: none;
	height: auto;
	top: 10%;
	left: 15%;
	background: #f2eee5;
	-webkit-box-shadow: 3px 15px 17px rgba(50, 50, 50, 0.7);
	-moz-box-shadow: 3px 15px 17px rgba(50, 50, 50, 0.7);
	box-shadow: 3px 15px 17px rgba(50, 50, 50, 0.7);
	z-index: 99999;
}

.outageAlrtpopup {
	top: 5% !important;
}

.buttonClose {
	background: url(../images/icoClose.png) no-repeat scroll 100% 0 transparent;
	float: right;
	width: 17px;
	height: 18px;
}

.popupHeader {
	/* QA Testing */
	height: 38px;
	/* QA Testing */
	background: #e4ddd0;
	padding: 15px 20px;
}

.popupHeader h3 {
	font-size: 1.438em;
	display: inline;
	color: #474747;
	font-size: 0.875em;
	font-weight: bold;
	padding: 0;
	margin: 0;
}

.showpopup {
	cursor: pointer;
}

/* Fix for defect id#1265 */
.popupContainer {
	margin: 1% auto;
	width: 94%;
	min-height: 100px;
	max-height: 190px;
	overflow-y: scroll;
}

.outageAlrtpopup .popupContainer {
	max-height: 100px;
}

.modalTitle {
	color: #bc6705;
	font-size: 0.813em;
	font-weight: bold;
}

.popupContainer p.modalContent {
	font-size: 0.813em;
	font-weight: normal;
	color: #484747;
}
/*Modal popup CSS End*/

/*FAQ section start*/
.modalFaq {
	margin-top: 0;
	width: 100%;
	padding: 0;
	font-size: 0.75em;
	max-height: 100px;
}

.modalFaq ul {
	padding: 0;
	margin: 0;
}

.modalFaq ul>li {
	cursor: pointer;
	color: #008097;
	margin: 12px 0;
	background: url(../images/faq_arrow.png) no-repeat left 6px;
	padding-left: 6.5%; /*243900*/
}

.modalFaq ul>li>ul {
	display: none;
}

.modalFaq ul>li>ul>li {
	color: #484747;
	background: none;
	padding-left: 0%;
	margin-top: 10px
}

.modalFaq ul>li>ul>li a {
	color: #008097;
}

.modalFaq ul>li.faqOpen {
	background: url(../images/faq_down_arrow.png) no-repeat left 6px;
}
/*FAQ section end*/

.forgotPasswd .outageHolder section {
	min-height: inherit;
}

/********** Submit Meter section end *********/

/********** Outage section start *********/
.locationDropDown {
	text-align: left;
	padding: 0;
	margin: 0;
	font-size: .75em;
}

.locationDropDown li {
	padding: 1% 0;
}

.locations .outageHolder .report-outage .dropdownContnr {
	padding: 5px 15px
}

a.viewListLink,a.viewListLink:hover {
	font-size: .75em;
	padding: 9px 0 0 2px;
	display: inline-block;
	color: #008097;
}

.locations .outageAlrtpopup .popupContainer .overflowVisible {
	overflow: visible;
}

.mapContainer {
	margin-top: 30px;
	padding-right: 0;
	overflow: hidden;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.mapContainer .mapInnerContainer {
	border: 1px solid #bfbcb6;
	overflow: hidden;
	position: relative;
}

/*MAP POP UP*/
.mapPopUp {
	background: #e4ddd0 url(../images/map-popup-bg.jpg) repeat-x top left;
	min-height: 0;
	width: 325px;
	position: absolute;
	top: 33%;
	left: 46%;
	border-radius: 5%;
	-moz-border-radius: 5%;
	-webkit-border-radius: 5%;
	border: 1px solid #fff;
	border-bottom: 1px solid #d1d1d2;
}

.mapPopUpHeader .mapButtonClose {
	background: url(../images/popup-close.png) no-repeat scroll 100% 0 transparent;
	color: #008097;
	float: right;
	font-size: 0.875em;
	padding-right: 8px;
	width: 42px;
	height: 17px;
	z-index: 9999;
	display: inline-block;
}

.mapPopUpHeader {
	padding: 8px;
}

.mapPopUpHeader h4 {
	font-weight: normal;
	float: left;
	margin: 0;
}

.mapPopUpFooter {
	padding: 3% 4%;
	font-size: 0.875em;
	position: relative;
	clear: both;
}

.mapAlert .mapList {
	margin: 4% 0 0 4%;
	list-style: none;
	overflow: hidden;
	padding: 0;
	float: left;
	width: 96%;
}

.mapList li {
	float: left;
	text-align: left;
	font-size: 0.75em;
	padding: 1% 4% 2% 0;
}

.mapAlert li.mapDetails {
	text-align: left;
	width: 24%;
	font-weight: bold;
	clear: both;
}

.mapAlert li.mapSubDetails {
	text-align: left;
	width: 92% !important;
	font-weight: normal;
}

.westernUnionLocations .mapAlert li.mapSubDetails {
	width: auto;
}

.outagePoint {
	position: absolute;
	top: 36%;
	left: 51%;
	width: 54px;
	height: 53px;
	background: url(../images/legend.png) no-repeat center;
}

.mapPopUp .mapPopUpBody {
	min-height: 0;
}

.popUpPointer {
	/*background: url(../images/popup-arrow.png) no-repeat center;*/
	height: 11px;
	width: 19px;
	position: absolute;
	top: 10px;
	left: 16%;
}

.mapList h4 {
	margin: 0;
}

.mapList li p {
	margin: 5px 0;
}

/* END MAP POP UP*/
.outageHolder .stepText {
	padding-top: 3%;
}

.outageHolder .stepText p {
	font-size: 0.82em;
	padding: 0 6%;
}

.outageHolder section {
	display: block;
	width: 100%;
	min-height: 443px;
	border-top: 1px solid #f6f2ec;
}

.outageHolder .contentHldr {
	padding: 14px;
	margin: 0;
	color: #484747;
	font-size: 0.82em;
}

.outageHolder .report-outage {
	padding: 0 15px 15px 15px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.outageHolder .report-outage .outage-label {
	background: #f5f3ee; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f3ee), color-stop(100%, #e3ded1));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f3ee 0%, #e3ded1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#f5f3ee', endColorstr = '#e3ded1',GradientType = 0 ); /* IE6-9 */
	border: 1px solid #fff;
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 1px 1px #d0cdc6;
	box-shadow: 1px 1px 1px #d0cdc6;
	margin-top: 5px;
}

.outageHolder .report-outage .outage-label span {
	color: #474747;
	font-size: 0.875em;
	font-weight: bold;
	padding: 5px 10px 6px 13px;
	margin: 0 14px 0 0;
	display: block;
	background: url(../images/icoColapsed.png) no-repeat right 7px;
	cursor: pointer;
}

.outageHolder .report-outage .dropdownContnr {
	background: #f5f1e8;
	display: none;
	padding: 19px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	display: block;
	text-align: center;
}

.outageHolder .report-outage .dropdownContnr p {
	font-size: 0.8125em;
	margin: 0 0 14px 0;
	text-align: center;
}

.outageHolder .report-outage .dropdownContnr p.txtLeft {
	text-align: left;
}

.outageHolder .report-outage .payNow {
	border-radius: 3px;
	width: 96px;
}

.outageHolder .report-outage .dropdownContnr img {
	margin: 0 10% 13px;
}

.outageHolder .report-outage ul.alert-list {
	margin: 5px 0 15px;
	text-align: left;
}

.outageHolder .report-outage ul.alert-list li {
	list-style: url(../images/list-style-disc.png);
	font-size: 0.8125em;
	margin-top: 12px;
}

.outageHolder .report-outage ul.alert-list li:first-child {
	margin-top: 0;
}

.outageHolder .stepHldr {
	border-bottom: 1px solid #d6d1c4;
	padding: 14px 14px 0;
	margin: 0 0 1px 0;
	color: #484747;
	font-size: 0.82em;
}

.outageHolder .stepHldr .steps {
	float: none;
	width: 95%;
	padding: 0;
	margin: 0 0 0 12px;
	height: 65px;
	list-style: none;
}

.outageHolder .stepHldr p {
	float: none;
	padding: 0;
	margin: 0 0 8px 0;
	font-size: 1.2em;
}

.outageHolder .steps li {
	float: left;
	width: 50px;
	position: relative
}

.outageHolder .steps li img {
	float: left;
	width: 42px;
	margin: 0 4px
}

.outageHolder .steps li.divider {
	width: 15%;
	margin: 0
}

.outageHolder .steps li.divider span {
	width: 100%;
	background: url(../images/step_line.png) repeat-x 0 45%;
	display: block;
	float: left;
	margin: 0 0 0 0%;
	height: 35px;
}

.outageHolder .steps li.active span {
	background: url(../images/step_line_act.png) repeat-x 0 45%;
}

.outageHolder .steps li p {
	font-size: 0.84em;
	float: none;
	text-align: center;
	font-weight: bold;
	position: absolute;
	top: 42px;
	left: -43%;
	width: 92px
}

.outageHolder .stepHldr .stepText {
	margin: 20px 0 0 0;
}

.outageHeader {
	background: #e4dcc9; /* Old browsers */
	background: -moz-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #e4dcc9), color-stop(100%, #e3ddcf));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e4dcc9 1%, #e3ddcf 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e4dcc9 1%, #e3ddcf 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#e4dcc9', endColorstr = '#e3ddcf',GradientType = 0 ); /* IE6-9 */
	border-bottom: 1px solid #d6d1c3;
	padding: 8px 15px;
	color: #484747;
	font-size: 0.88em;
	font-weight: bold;
	margin: 0;
}

.locationHldr {
	padding: 15px;
	margin: 0;
	border-bottom: 1px solid #008097;
}

.locationHldr p {
	font-size: 0.813em;
	padding: 0;
	margin: 0;
}

.locationHldr fieldset {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}

.locationHldr fieldset label {
	margin: 16px 15px 7px 0;
	color: #484747;
	font-size: 0.813em;
	font-weight: bold;
	float: left;
	width: 100%;
}

.locationHldr fieldset input[type="text"] {
	margin: 0;
	color: #484747;
	font-size: 0.813em;
	font-weight: bold;
	width: 70%;
	height: 25px;
	color: #303030;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
}

#forgotpassword .locationHldr fieldset input[type="text"] {
	font-weight: normal;
	color: #000;
}

.locationHldr fieldset .radioHldr {
	float: left;
	font-size: 0.813em;
	margin: 0;
	width: 100%;
}

.locationHldr .selectHldr {
	margin: 3px 0 15px;
	position: relative;
}

.locationHldr select {
	width: 71%;
	left: 0;
	bottom: 0;
}

.locationHldr span.customStyleSelectBox {
	font-size: 0.938em;
	font-weight: bold;
	background: #f2eee5; /* Old browsers */
	background: -moz-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2eee5), color-stop(96%, #e9e4d8), color-stop(100%, #e4ded1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* IE10+ */
	background: linear-gradient(to right, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#f2eee5', endColorstr = '#e4ded1',GradientType = 1 ); /* IE6-9 */
	-webkit-box-shadow: 1px 1px 1px #bab4ac;
	-moz-box-shadow: 1px 1px 1px #bab4ac;
	box-shadow: 1px 1px 1px #bab4ac;
	color: #404040;
	font-weight: normal;
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
}

.locationHldr span.customStyleSelectBox.changed {
	background-color: #f0dea4;
}

.locationHldr .customStyleSelectBoxInner {
	width: 196px !important;
	background: url(../images/myAccntDropDivider.png) no-repeat center right;
	padding: 7px 0 7px 5px;
}

.locationHldr select option {
	background: #ffffff;
	font-size: 0.8em;
}

.locationHldr .phHldr div {
	float: left;
	width: 63px;
}

.locationHldr fieldset .phHldr input[type="text"] {
	margin: 0;
	color: #484747;
	font-size: 0.813em;
	font-weight: normal;
	width: 48%;
	height: 25px;
	color: #303030;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
	text-align: center;
}

.locationHldr fieldset .phHldr input[type="text"].input.width30 {
	width: 18px;
}

.locationHldr fieldset .phHldr .pnmAcInputBox input[type="text"]{
	width: 68%;
}

.locationHldr .phHldr div.small {
	float: left;
	width: 45px;
}

.locationHldr .phHldr div.small input[type="text"] {
	width: 68%;
}

.locationHldr .phHldr .ssnHldr {
	width: 38%;
	font-size: 0.813em;
}

.locationHldr .phHldr .ssnHldr input[type="text"] {
	width: 30%;
	font-size: 1em;
}

.locationHldr .phHldr .ssnHldr span {
	color: #bc6705;
	font-size: 0.853em;
	margin: 0 0 0 39%;
}

.radioHldr input[type="radio"] {
	display: none;
}

.radioHldr input[type="radio"]+label {
	color: #484747;
	font-size: 1em;
	font-weight: normal;
	padding: 1px 0 0 30px;
	width: 26% !important;
	height: 20px;
	background: url(../images/radioDefault.png) 0 0 no-repeat;
	cursor: pointer;
}

.radioHldr input[type="radio"]:checked+label {
	background: url(../images/radioSelected.png) 0 0 no-repeat;
}

.outageHolder .mesgBox {
	border: 2px solid #FFFFFF;
	margin: 8px 0 20px 0;
}

.locationAlrtHldr {
	margin: 0;
	padding: 0 0 14px;
	border-bottom: 1px solid #008097;
}

.locationAlrtHldr p {
	font-size: 0.813em;
	margin: 0;
	padding: 8px 0 0 15px;
}

.locationAlrtHldr p a {
	color: #008097;
	cursor: pointer;
}

.locationAlrtHldr fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.locationAlrtHldr fieldset .streetNamHldr {
	float: left;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #d6d1c4;
	padding: 0 0 14px 14px;
	box-sizing: border-box; 
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
}

.locationAlrtHldr fieldset .streetNamHldr label {
	margin: 16px 15px 0 0;
	color: #484747;
	font-size: 0.813em;
	font-weight: bold;
	float: left;
	width: 90%;
}

.streetNamHldr input[type="radio"] {
	display: none;
}

.streetNamHldr input[type="radio"]+label {
	color: #484747;
	font-size: 0.813em;
	font-weight: normal;
	padding: 1px 0 0 25px;
	height: 20px;
	width: 90%;
	vertical-align: middle;
	background: url(../images/radioDefault.png) 0 0 no-repeat;
	cursor: pointer;
}

.streetNamHldr input[type="radio"]:checked+label {
	background: url(../images/radioSelected.png) 0 0 no-repeat;
}

.locationAlrtHldr fieldset .previewHldr {
	float: left;
	margin: 0;
	width: 100%;
	border-bottom: 1px solid #d6d1c4;
	padding: 0 0 14px;
}

.previewHldr .boldLbl {
	margin: 16px 15px 0 15px;
	color: #484747;
	font-size: 0.813em;
	font-weight: bold;
	float: left;
	width: 90%;
}

.previewHldr .smalLbl {
	margin: 2px 15px 0 15px;
	color: #484747;
	font-size: 0.813em;
	font-weight: normal;
	float: left;
	width: 90%;
}

.outageHolder .mesgBox {
	border: 2px solid #FFFFFF;
	font-size: 0.75em;
	margin: 8px 0 15px 0;
}

.outageHolder .mesgBox .success {
	background: url(../images/successImg.png) no-repeat 12px 12px, url(../images/successBackgrnd.png) repeat 0 0;
	box-shadow: 0px 2px 5px #99c596 inset;
	-moz-box-shadow: 0px 2px 5px #99c596 inset;
	-webkit-box-shadow: 0px 2px 5px #99c596 inset;
	padding: 9px 12px 2px 63px;
	min-height: 40px;
}

.outageHolder .mesgBox .success p {
	font-size: 1.22em;
	float: none;
}

.outagePanelHldr {
	min-height: 443px;
}

.noBorder {
	border: none !important;
}

/*MESSAGE BOX*/
.mesgBox {
	border: 2px solid #FFFFFF;
	font-size: 0.75em;
	padding: 0;
	margin: 14px;
}

.mesgBox p {
	font-size: 1em;
	float: none;
	padding: 0;
	margin: 0 0 8px 0;
}

.mesgBox .info {
	background: url(../images/info_icon_m.png) no-repeat 12px 12px, url(../images/msg_bg.png) repeat;
	box-shadow: 0px 2px 5px #7dbcac inset;
	-moz-box-shadow: 0px 2px 5px #7dbcac inset;
	-webkit-box-shadow: 0px 2px 5px #7dbcac inset;
	padding: 9px 12px 2px 63px;
	min-height: 40px;
}

.mesgBox .success {
	background: url(../images/successImg.png) no-repeat 12px 8px, url(../images/successBackgrnd.png) repeat 0 0;
	box-shadow: 0px 2px 5px #99c596 inset;
	-moz-box-shadow: 0px 2px 5px #99c596 inset;
	-webkit-box-shadow: 0px 2px 5px #99c596 inset;
	padding: 9px 12px 2px 63px;
	min-height: 40px;
}

.mesgBox .warning {
	background: url(../images/icon_warning.png) no-repeat scroll 12px 8px, url(../images/warning_bg.png) repeat scroll 0 0 transparent;
	box-shadow: 0 2px 5px #C1CD76 inset;
	-moz-box-shadow: 0px 2px 5px #C1CD76 inset;
	-webkit-box-shadow: 0px 2px 5px #C1CD76 inset;
	padding: 9px 12px 2px 63px;
	min-height: 40px;
}

.mesgBox .error {
	background: url(../images/icon_error.png) no-repeat 12px 8px, url(../images/error_bg.png) repeat;
	box-shadow: 0px 2px 5px #ceb5b1 inset;
	-moz-box-shadow: 0px 2px 5px #ceb5b1 inset;
	-webkit-box-shadow: 0px 2px 5px #ceb5b1 inset;
	padding: 9px 12px 2px 63px;
	min-height: 40px;
}

.mesgBox .success .sucssList {
	list-style: disc inside none;
	padding: 2% 0 0;
}
/*END MESSAGE BOX*/

.outageHolder .find-address {
	float: left;
	padding: 20px 15px 20px 15px;
	background: #eee8dc;
	border-top: solid 1px #d6d1c4;
	border-bottom: solid 1px #d6d1c4;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.outageHolder .find-address input[type="text"] {
	width: 76%;
	height: 26px;
	color: #303030;
	font-size: 0.813em;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
	-webkit-appearance: none;
	border-radius: 0;
}

.outageHolder .find-address input[type="button"] {
	width: 48px;
	border-top: 1px solid #d6d1c4;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #f4ede0;
	background: -moz-linear-gradient(top, #ffffff 0%, #e2dcd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2dcd0) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #e2dcd0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e2dcd0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e2dcd0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e2dcd0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#ffffff', endColorstr = '#e2dcd0',GradientType = 0 );
	height: 30px;
	color: #404040;
	font-size: 0.875em;
	text-shadow: 0 1px 0 #ece6dc;
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
}

.outageHolder .map-canvas {
	width: 100%;
	position: relative;
}

.outageHolder .map-canvas img {
	width: 100%;
}

.outageHolder .map-canvas .legndHldr {
	z-index: 10;
	background: #039;
	xposition: absolute;
	top: 0px;
	left: 0;
	background: #dad5cc;
	background: -moz-linear-gradient(top, #dad5cc 0%, #cac5bd 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dad5cc), color-stop(100%, #cac5bd));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #dad5cc 0%, #cac5bd 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #dad5cc 0%, #cac5bd 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #dad5cc 0%, #cac5bd 100%); /* IE10+ */
	background: linear-gradient(to bottom, #dad5cc 0%, #cac5bd 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#dad5cc', endColorstr = '#cac5bd',GradientType = 0 ); /* IE6-8 */
	opacity: 0.9;
	padding: 12px 15px 0 15px;
	height: 40px;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.outageHolder .map-canvas .legndHldr .divLeft {
	float: left;
	font-size: 0.688em;
	color: #474747;
	opacity: 1;
	width: 68%;
}

.outageHolder .map-canvas .legndHldr .divRight {
	float: left;
	font-size: 0.688em;
	color: #474747;
	opacity: 1;
}

.outageHolder .map-canvas .legndHldr .divRight a {
	color: #1b869b;
	text-decoration: none;
	padding: 0 5px;
}

.outageHolder .mapHolder ul.alert-list {
	margin: 5px 0 10px;
	text-align: left;
	padding: 0 0 0 32px;
}

.outageHolder .mapHolder ul.alert-list li {
	list-style: url(../images/list-style-disc.png);
	font-size: 0.8125em;
	margin-top: 12px;
}

.outageHolder .mapHolder ul.alert-list li:first-child {
	margin-top: 0;
}

.outageMapBtnHldr {
	display: block;
	text-align: center;
	padding: 17px 0 20px 0;
}

/*Outage map legend start*/
.legendBox .popupContainer .legendHldr {
	overflow-y: visible;
}

.legendHldr .detailDiv {
	margin: 0 0 7px 0;
	clear: both;
	display: block;
}

.legendHldr .detailDiv p {
	width: 17%;
	float: left;
	padding: 6px 0 0;
	margin: 0;
}

.legendHldr .detailDiv p.big {
	padding: 15px 0 0;
}

.legendHldr .detailDiv span {
	font-size: 0.813em;
	color: #474747;
	width: 83%;
}

.legendHldr .left {
	width: 50%;
	float: left;
}

.legendHldr .right {
	width: 50%;
	float: left;
}

.legendHldr .left p,.legendHldr .right p {
	width: 27%;
	float: left;
	padding: 6px 0 0;
	margin: 0;
}

.legendHldr .left span,.legendHldr .right span {
	padding: 12px 0 0;
	display: block;
	width: 100%;
}
/*Outage map legend end*/

.outageAlert {
	border: 3px solid #e80000;
	margin: 15px;
	overflow: hidden;
	padding: 7px;
}

.outageAlert span {
	color: #e80000;
	font-size: 0.875em;
	font-weight: bold;
	display: block;
	padding: 0 0 0 30px;
	float: left;
	background: url(../images/icoOutageAlert.png) no-repeat 0 0;
	line-height: 34px;
}

.outageAlert p {
	color: #474747;
	font-weight: normal;
	width: 100%;
	float: left;
	font-size: 0.75em;
	padding: 0 0 15px 0;
	border-bottom: 1px solid #cfc2a8;
	margin: 0;
}

.outageAlert a {
	color: #008097;
}

.outageAlert div {
	width: 46%;
	text-align: center;
	margin: 8px 0 0 0;
	float: left;
	font-size: 0.813em !important;
	border-right: 1px solid #cfc2a8;
}

.outageAlert div.last {
	border: none;
	width: 53%;
}

/*Outage alert popup start*/
.outageAlrtpopup .popupContainer .alertHldr {
	overflow-y: scroll;
}

.outageAlrtpopup .popupHeader span {
	color: #474747;
	font-size: 0.875em;
	font-weight: bold;
	display: block;
	padding: 0 0 0 30px;
	float: left;
	background: url(../images/icoOutageAlertPop.png) no-repeat 0 0;
	line-height: 30px;
}

.outageAlrtpopup .buttonClose {
	margin: 6px 0 0 0;
}

.outageAlrtpopup .popupHeader {
	background: #d7cebb;
	padding: 3px 8px 13px 8px;
	border-bottom: 1px solid #c9bfaa;
}

.outageAlrtpopup .popupContainer fieldset {
	border: none;
	padding: 0;
	margin: 15px 0 0 0;
	width: 100%;
	border-bottom: 1px solid #cfc2a8;
}

.outageAlrtpopup .popupContainer fieldset label {
	font-weight: bold;
	padding: 0 15px 0 0;
	font-size: 0.813em;
	display: block;
	width: 30%;
	clear: both;
	float: left;
	margin: 0 0 15px 0;
}

.outageAlrtpopup .popupContainer fieldset span {
	font-weight: normal;
	font-size: 0.813em;
	width: 63%;
	margin: 0 0 15px 0;
	display: block;
	float: left;
}

.outageAlrtpopup a {
	color: #008097;
}

.outageAlrtpopup .popDiv {
	width: 46%;
	text-align: center;
	margin: 8px 0 0 0;
	float: left;
	font-size: 0.813em !important;
	border-right: 1px solid #cfc2a8;
}

.outageAlrtpopup .last {
	border: none;
	width: 53%;
	text-align: center;
	margin: 8px 0 0 0;
	float: left;
	font-size: 0.813em !important;
}
/*Outage alert popup end*/
.feedbackHldr fieldset label {
	margin: 5px 15px 10px 0;
}

.feedbackHldr fieldset .radioHldr label {
	margin: 0 0 15px 0;
}

.satisfacHldr input[type="radio"] {
	display: none;
}

.satisfacHldr input[type="radio"]+label {
	color: #484747;
	font-size: 0.813em;
	font-weight: normal;
	padding: 1px 0 0 30px;
	height: 20px;
	width: 90%;
	vertical-align: middle;
	background: url(../images/radioDefault.png) 0 0 no-repeat;
	cursor: pointer;
}

.satisfacHldr input[type="radio"]:checked+label {
	background: url(../images/radioSelected.png) 0 0 no-repeat;
}

.satisfacHldr label {
	margin: 0 15px 15px 0 !important;
}

.radioHldrBig {
	width: 100%;
}

.radioHldrBig input[type="radio"]+label {
	width: 55% !important;
}

.radioHldrBig input[type="text"] {
	width: 40% !important;
	font-weight: normal !important;
	font-size: 1em !important;
}

.feedbackHldr .captcha {
	margin: 0;
	background: #d9d6ce;
	width: 92%;
	padding: 10px;
	float: left;
}

.feedbackHldr .captcha input.captchaContent {
	border: 2px solid #d5d1c8;
	background: #f2eee5 url(../images/captchaImg.png) no-repeat 40% 5px;
	float: left;
	margin-bottom: 13px;
	margin-right: 9px;
}

.feedbackHldr .captcha input[type="text"] {
	width: 55%;
	font-weight: normal !important;
	font-size: 0.84em !important;
}

.feedbackHldr .captcha img {
	width: 55%;
}

.feedbackHldr .captcha span {
	font-size: 0.70em;
	padding: 0 6px 0 0;
}

.feedbackHldr .captcha span a {
	padding: 0 0 0 7px;
}

.feedbackHldr textarea {
	height: 70px;
	overflow-y: scroll;
	width: 95%;
	margin: 0 0 10px;
	font-weight: normal;
	font-size: 0.84em;
}

/********** Outage section end *********/

/********** paperless-billing start*******/
.content-wrapper .goPaperlessBilling {
	padding-bottom: 19px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .goPaperlessBilling .accNotice {
	border: 3px solid #e80000;
	margin: 15px;
	overflow: hidden;
	padding: 7px;
}

.content-wrapper .goPaperlessBilling .accNotice span {
	color: #e80000;
	font-size: 0.875em;
	font-weight: bold;
	display: block;
	text-align: center;
	padding-right: 4%;
	float: left;
}

.content-wrapper .goPaperlessBilling .accNotice p {
	color: #474747;
	font-weight: normal;
	width: 100%;
	float: left;
	font-size: 0.75em;
	margin: 5px 0 0 0 !important;
}

.content-wrapper .goPaperlessBilling .goPaperless {
	border: solid 1px #dad0bb;
	height: 40px;
	line-height: 40px;
	margin: 15px;
	font-size: 0.875em;
}

.content-wrapper .goPaperlessBilling  .go-paperless-mode {
	position: relative;
	height: 40px;
	line-height: 40px;
	margin: 15px;
	font-size: 0.875em;
	background-color: transparent;
	z-index: 99;
}

.content-wrapper .goPaperlessBilling  .go-paperless-mode .shadow:before,
.content-wrapper .goPaperlessBilling  .go-paperless-mode .shadow:after {
	position: absolute;
	width: 20%;
	height: 15px;
	content: '  ';
	left: 1px;
	bottom: -3px;
	-webkit-transform: skew(-4deg) rotate(-3deg);
	-moz-transform: skew(-4deg) rotate(-3deg);
	-ms-transform: skew(-4deg) rotate(-3deg);
	-o-transform: skew(-4deg) rotate(-3deg);
	transform: skew(-4deg) rotate(-3deg);
	background: #d0cbbf;
}

.content-wrapper .goPaperlessBilling .go-paperless-mode .shadow:after {
	left: auto;
	right: 1px;
	-webkit-transform: skew(4deg) rotate(3deg);
	-moz-transform: skew(4deg) rotate(3deg);
	-ms-transform: skew(4deg) rotate(3deg);
	-o-transform: skew(4deg) rotate(3deg);
	transform: skew(4deg) rotate(3deg);
}

.content-wrapper .goPaperlessBilling .go-paperless-mode .go-paperless-elements {
	position: relative;
	border: solid 1px #dad0bb;
	background: #f1eadd;
	height: 40px;
}

.content-wrapper .goPaperlessBilling .go-paperless-mode .go-paperless-elements .label {
	font-weight: bold;
	padding-left: 15px;
	font-size: 1em;
}

.content-wrapper .goPaperlessBilling .go-paperless-mode .go-paperless-elements .buttons {
	float: right;
	margin-right: 15px;
	margin-top: 6px;
}

.btnOn {
	float: left;
	padding: 0;
	background: #008097;
	background-image: -moz-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #008097), color-stop(100%, #02505d) );
	background-image: -webkit-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -o-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -ms-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: linear-gradient(to bottom, #008097 1%, #02505d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#008097', endColorstr = '#02505d',GradientType = 0 );
	color: #fff;
	border: none;
	width: 55px;
	height: 27px;
	font-size: 0.8em;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: bold;
}

.btnOff {
	float: left;
	padding: 0;
	background-color: #cccac6;
	box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-moz-box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-webkit-box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-webkit-appearance: none;
	color: #474747;
	border: none;
	width: 55px;
	height: 27px;
	font-size: 0.8em;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: bold;
}

a.btnOnLink {
	float: left;
	padding: 0;
	background: #008097;
	background-image: -moz-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #008097), color-stop(100%, #02505d)); 
	background-image: -webkit-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -o-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -ms-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: linear-gradient(to bottom, #008097 1%, #02505d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#008097', endColorstr = '#02505d', GradientType = 0);
	color: #fff;
	border: none;
	width: 55px;
	height: 27px;
	font-size: 0.8em;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
}

a.btnOffLink {
	float: left;
	padding: 0;
	background-color: #cccac6;
	box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-moz-box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-webkit-box-shadow: inset 2px 2px 1px 1px rgba(186, 186, 186, 0.44);
	-webkit-appearance: none;
	color: #474747;
	border: none;
	width: 55px;
	height: 27px;
	font-size: 0.8em;
	cursor: pointer;
	-webkit-appearance: none;
	border-radius: 0;
	font-weight: bold;
	text-align: center;
	line-height: 27px;
}

.content-wrapper .goPaperlessBilling .dashboardDetails {
	list-style: none;
	overflow: hidden;
	font-size: 0.75em;
	padding-left: 0px;
	margin: 0;
	margin-top: 5px;
}

.content-wrapper .goPaperlessBilling>.dashboardDetails {
	list-style: none;
	overflow: hidden;
	font-size: 0.75em;
	padding-left: 0px;
	margin: 0;
	margin-top: 13px;
}

.content-wrapper .goPaperlessBilling .dashboardDetails dt {
	font-weight: normal;
	font-size: 1em;
	width: 45%;
	float: left;
	text-align: right;
	margin-top: 14px;
}

.content-wrapper .goPaperlessBilling .dashboardDetails dd {
	display: inline-block;
	width: 40%;
	font-weight: bold;
	float: left;
	margin-top: 14px;
}

.content-wrapper .goPaperlessBilling .payNow {
	margin: 0 0 19px 0;
	font-size: 1.08em;
}

.content-wrapper .accBlueLine {
	font-size: 0.063em;
	border-top: 1px solid #008097;
	margin: 0;
	width: 100% !important
}

.content-wrapper  .goPaperlessBilling .accHeader-elements {
	background: #f0ebe0;
	padding-bottom: 0;
	-webkit-box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.2);
	box-shadow: 0px 1px 9px rgba(50, 50, 50, 0.2);
	border-top: solid 1px #f6f2ec;
	border-bottom: solid 1px #f6f2ec;
}

.content-wrapper  .goPaperlessBilling .accHeader-elements .accAddress {
	font-size: 0.7em;
	color: #bc6705;
	padding-top: 5px;
	padding-bottom: 18px;
	margin: 0;
}

.content-wrapper  .goPaperlessBilling .accHeader-elements .accStatus {
	font-size: 0.825em;
	float: right;
	color: #bc6705;
	margin: 0px !important;
}

.content-wrapper  .goPaperlessBilling .accHeader-elements .accDetails {
	font-size: 0.825em;
	float: left;
	font-weight: bold;
	margin: 0px !important;
}

.content-wrapper .goPaperlessBilling1 .mesgBox {
	border: 2px solid #FFFFFF;
	font-size: 0.75em;
	margin: 20px 15px 20px 15px;
}

.content-wrapper .goPaperlessBilling1 .select-paperless-bill {
	margin-bottom: 9px;
}

.content-wrapper .goPaperlessBilling1 .mesgBox .success {
	background: url(../images/successImg.png) no-repeat 4.5% 20%, url(../images/successBackgrnd.png) repeat;
	box-shadow: 0px 2px 5px #99c596 inset;
	-moz-box-shadow: 0px 2px 5px #99c596 inset;
	-webkit-box-shadow: 0px 2px 5px #99c596 inset;
	padding: 8px 12px 8px 102px;
	min-height: 40px;
}

.content-wrapper .paperless-bill-content .goPaperlessBilling1 .mesgBox .success {
	padding-left: 63px;
}

.content-wrapper .goPaperlessBilling1 .message {
	font-size: 0.8125em;
	margin: 17px;
}

.content-wrapper .goPaperlessBilling1 .buttonOnOff {
	height: 39px;
	font-size: 0.875em;
	text-align: center;
	margin-left: 33%;
}

.content-wrapper .goPaperlessBilling1 .emailContent {
	margin: 0 15px 17px 15px;
}

.content-wrapper .goPaperlessBilling1 .emailContent h3 {
	font-weight: bold;
	font-size: 0.8125em;
	margin-top: 5px;
	margin-bottom: 5px;
}

.content-wrapper .goPaperlessBilling1 .emailContent a {
	font-size: 0.8125em;
	margin-top: 8px;
	color: #474747;
}

.content-wrapper .goPaperlessBilling1 .howitWorks {
	margin: 20px 0 0 0;
	padding: 0 15px 15px 15px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .goPaperlessBilling1 .howitWorks p {
	margin: 10px 0 0 0;
	font-size: 0.8125em;
}

.content-wrapper .goPaperlessBilling1 .howitWorks h3 {
	font-weight: bold;
	margin: 0;
	font-size: 0.875em;
}

.content-wrapper .goPaperlessBilling1 .howitWorks ul {
	margin: 0 0 0 20px;
	padding: 0px;
}

.content-wrapper .goPaperlessBilling1 .howitWorks ul li {
	list-style: disc outside none;
	padding-top: 6px;
	font-size: 0.8125em;
}

.content-wrapper  .accHeader-elements {
	background: #f0ebe0;
	position: relative;
	padding: 18px 15px 7px;
}

.content-wrapper  .accHeader-elements .accAddress {
	font-size: 0.7em;
	color: #bc6705;
	padding-top: 5px;
	margin-bottom: 0;
}

.content-wrapper  .accHeader-elements .accStatus {
	font-size: 0.825em;
	float: right;
	color: #bc6705;
	margin: 0px !important;
}

.content-wrapper  .accHeader-elements .accDetails {
	font-size: 0.825em;
	float: left;
	font-weight: bold;
	margin: 0px !important;
}

.content-wrapper .goPaperlessBilling .accHeader .shadow:before,.accHeader .shadow:after {
	position: absolute;
	width: 33%;
	height: 15px;
	content: ' ';
	left: 16.8%;
	top: 88px;
	-webkit-transform: skew(5deg) rotate(5deg);
	-moz-transform: skew(5deg) rotate(5deg);
	-ms-transform: skew(5deg) rotate(5deg);
	-o-transform: skew(5deg) rotate(5deg);
	transform: skew(5deg) rotate(5deg);
}

.content-wrapper .goPaperlessBilling .accHeader .shadow:after {
	left: auto;
	right: 16.8%;
	-webkit-transform: skew(-5deg) rotate(-5deg);
	-moz-transform: skew(-5deg) rotate(-5deg);
	-ms-transform: skew(-5deg) rotate(-5deg);
	-o-transform: skew(-5deg) rotate(-5deg);
	transform: skew(-5deg) rotate(-5deg);
}

/********** paperless-billing end*******/

/********** pay bill section start *******/
.content-wrapper .pay-bill-container {
	padding: 10px 15px 15px 15px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .pay-bill-container .pay-bill-label {
	background: #f5f3ee; /* Old browsers */
	background: -moz-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f3ee), color-stop(100%, #e3ded1));/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f5f3ee 0%, #e3ded1 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f5f3ee 0%, #e3ded1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#f5f3ee', endColorstr = '#e3ded1',GradientType = 0 ); /* IE6-9 */
	border: 1px solid #fff;
	background-repeat: no-repeat;
	-webkit-box-shadow: 1px 1px 1px #d0cdc6;
	box-shadow: 1px 1px 1px #d0cdc6;
	margin-top: 5px;
}

.content-wrapper .pay-bill-label span {
	color: #474747;
	font-size: 0.875em;
	font-weight: bold;
	padding: 5px 10px 6px 13px;
	margin: 0 14px 0 0;
	display: block;
	background: url(../images/icoColapsed.png) no-repeat right 7px;
	cursor: pointer;
}

.content-wrapper .pay-bill-container .dropdownContnr {
	background: #f5f1e8;
	display: none;
	padding: 19px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	display: block;
}

.content-wrapper .pay-bill-container .dropdownContnr p {
	font-size: 0.8125em;
	margin: 0 0 14px 0;
}

.content-wrapper .pay-bill-container .payNow {
	border-radius: 3px;
	width: 96px;
	padding: 0;
	background: #008097;
	background-image: -moz-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #008097), color-stop(100%, #02505d) );
	background-image: -webkit-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -o-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: -ms-linear-gradient(top, #008097 1%, #02505d 100%);
	background-image: linear-gradient(to bottom, #008097 1%, #02505d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#008097', endColorstr = '#02505d',GradientType = 0 );
	color: #fff;
	border: none;
	height: 27px;
	font-size: 0.8em;
	cursor: pointer;
	-webkit-appearance: none;
}

.content-wrapper .pay-bill-container .dropdownContnr .display-image {
	text-align: center;
	margin-bottom: 13px;
}

.content-wrapper .pay-bill-container ul.card-list {
	margin: 5px 0 15px;
}

.content-wrapper .pay-bill-container ul.card-list li {
	list-style: url(../images/list-style-disc.png);
	font-size: 0.8125em;
	margin-top: 12px;
}

.content-wrapper .pay-bill-container ul.card-list li:first-child {
	margin-top: 0;
}

.content-wrapper .payment-location {
	padding-bottom: 17px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .payment-location .location-content-title {
	padding: 12px 0 10px 14px;
	background-color: #e3ddd0;
	border-bottom: 2px solid #d6d1c4;
	display: block;
	clear: both;
	color: #575554;
	font-size: 0.85em;
	font-weight: bold;
	margin-top: 12px;
	-webkit-border-image: url(../images/border-top.png) 60 0 stretch; /* Safari 5 */
	-o-border-image: url(../images/border-top.png) 60 0 stretch; /* Opera */
	border-image: url(../images/border-top.png) 60 0 stretch;
}

.content-wrapper .payment-location .location-content ul {
	margin: 14px 14px 0 0;
	padding: 0 0 0 31px;
}

.content-wrapper .payment-location .location-content ul li {
	list-style: url(../images/list-style-disc.png);
	font-size: 0.8125em;
	margin-bottom: 15px;
}

.content-wrapper .payment-location .location-content ul li a {
	font-size: inherit;
	margin: 0;
}

.content-wrapper .payment-location .location-content ul li p {
	margin: 12px 0 0 0;
	background: url(../images/list-style-circle.png) 0 4px no-repeat;
	padding-left: 15px;
}

.content-wrapper .payment-location .location-content a {
	margin: 2px 0 0 15px;
	font-size: 0.8125em;
}

.content-wrapper .payments {
	padding-bottom: 20px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .payments .pay-by-mail {
	background: url(../images/payment-background.png);
	background-repeat: repeat-x repeat-y;
	border: solid 3px #d6d1c4;
	margin: 20px 4.7% 0;
}

.content-wrapper .payments .pay-by-mail dl {
	overflow: hidden;
	font-size: 0.8125em;
	border-bottom: solid 1px #d6d1c4;
	margin: 0;
}

.content-wrapper .payments .pay-by-mail dt {
	float: left;
	padding: 10px 0 10px 10px;
	width: 26%;
}

.content-wrapper .payments .pay-by-mail dd {
	float: left;
	margin: 0;
	padding: 10px 0 10px 10px;
	width: 66.2%;
}

.content-wrapper .payments .pay-by-mail p {
	font-size: 0.8125em;
	padding: 10px 0 10px 10px;
	margin: 0;
}

.content-wrapper .payments .payment-options > ul {
	margin: 0;
	border-top: 1px solid #f5f3ee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: #dad3c2; /* Old browsers */
	background: #d1c8b5; /* Old browsers */
	background: -moz-linear-gradient(top, #d1c8b5 0%, #dad3c3 100%, #dad3c3 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d1c8b5), color-stop(100%, #dad3c3), color-stop(100%, #dad3c3) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d1c8b5 0%, #dad3c3 100%, #dad3c3 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d1c8b5 0%, #dad3c3 100%, #dad3c3 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d1c8b5 0%, #dad3c3 100%, #dad3c3 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d1c8b5 0%, #dad3c3 100%, #dad3c3 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#d1c8b5', endColorstr = '#dad3c3',	GradientType = 0); /* IE6-9 */
	padding: 0px;
	-webkit-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.3);
	box-shadow: 0px 3px 5px rgba(50, 50, 50, 0.3);
}

.content-wrapper .payments .payment-options>ul>li,.content-wrapper .payments .payment-options ul>li span {
	border-top: 1px solid #c0b59e;
	border-bottom: 1px solid #ded8c9;
	float: none;
	line-height: 38px;
	cursor: pointer;
	background: #d1c9b6 url(../images/menu_closed.png) no-repeat 95% 15px;
}

.content-wrapper .payments .payment-options>ul>li span {
	display: block;
	padding-left: 6.3%;
	border: none;
}

.content-wrapper .payments-content .payments .payment-options>ul>li span {
	font-size: 0.9em;
}

.content-wrapper .payments .payment-options>ul>li>a {
	padding-left: 6.3%;
	font-size: 0.85em;
	font-weight: normal;
	color: #474747;
	display: block;
}

.content-wrapper .payments .payment-options>ul>li.down span {
	background: #ccbfa3 url(../images/menu_open.png) no-repeat 95% 15px !important;
}

.content-wrapper .payments .payment-options>ul>li>a:hover {
	border-bottom: none !important; /* Old browsers */
	background: -moz-linear-gradient(top, #ccbfa3 0%, #c7beaa 100%, #dad3c3 100%) url(../images/menu_arrow.png) no-repeat 95% 15px !important; /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ccbfa3), color-stop(100%, #c7beaa), color-stop(100%, #dad3c3)) url(../images/menu_arrow.png) no-repeat 95% 15px !important; /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ccbfa3 0%, #c7beaa 100%, #dad3c3 100%) url(../images/menu_arrow.png) no-repeat 95% 15px !important; /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ccbfa3 0%, #c7beaa 100%, #dad3c3 100%) url(../images/menu_arrow.png) no-repeat 95% 15px !important; /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ccbfa3 0%, #c7beaa 100%, #dad3c3 100%) url(../images/menu_arrow.png) no-repeat 95% 15px; /* IE10+ */
	background: linear-gradient(to bottom, #ccbfa3 0%, #c7beaa 100%, #dad3c3 100%) url(../images/menu_arrow.png) no-repeat 95% 15px; /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ccbfa3', endColorstr = '#dad3c3', GradientType = 0); /* IE6-9 */
}

.content-wrapper .payments .payment-options>ul>li li {
	list-style: url(../images/list-style-disc.png);
	font-size: 0.8125em;
}

.content-wrapper .payments .payment-options .dropdownContnr {
	background: #f5f1e8;
	display: none;
	padding: 19px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.3);
	display: block;
}

.content-wrapper .payments .payment-options .dropdownContnr p {
	font-size: 0.8125em;
	margin: 0 0 14px 5%;
	line-height: 16px;
}

.content-wrapper .payments .payment-options .buttonGreen {
	padding: 5px 10px;
	color: #fff;
}

.content-wrapper .locations {
	padding-bottom: 15px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .locations .selectBox {
	background: #e3ddd0;
	padding: 7px 15px 7px 15px;
	border-top: 1px solid #f5f3ee;
}

.content-wrapper .locations .selectBox select {
	width: 95%;
}

.content-wrapper .locations .container-div {
	background: #e3ddd0;
	padding: 7px 15px 7px 15px;
	border-top: 1px solid #fcfbf9;
	border-bottom: 1px solid #d6d1c4;
	color: #575554;
	font-size: 0.85em;
	font-weight: bold;
	margin: 0 5px;
}

.content-wrapper .locations .container-div span {
	font-weight: normal;
	float: right;
}

.content-wrapper .locations span.customStyleSelectBox {
	width: 100%;
	font-size: 0.938em;
	font-weight: bold;
	background: #f2eee5; /* Old browsers */
	background: -moz-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2eee5), color-stop(96%, #e9e4d8), color-stop(100%, #e4ded1) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* IE10+ */
	background: linear-gradient(to right, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#f2eee5', endColorstr = '#e4ded1', GradientType = 1 ); /* IE6-9 */
	-webkit-box-shadow: 1px 1px 1px #bab4ac;
	-moz-box-shadow: 1px 1px 1px #bab4ac;
	box-shadow: 1px 1px 1px #bab4ac;
	color: #404040;
	font-weight: normal;
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
}

.content-wrapper .locations span.customStyleSelectBox.changed {
	background-color: #f0dea4;
}

.content-wrapper .locations .customStyleSelectBoxInner {
	width: 99% !important;
	background: url(../images/myAccntDropDivider.png) no-repeat center right;
	padding: 7px 0 7px 3px;
}

.content-wrapper .locations select option {
	background: #ffffff;
	font-size: 0.8em;
}

.content-wrapper .locations .find-address {
	float: left;
	padding: 20px 15px 20px 15px;
	background: #eee8dc;
	border-top: solid 1px #d6d1c4;
	border-bottom: solid 1px #d6d1c4;
	width: 100%;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.content-wrapper .locations .find-address input[type="text"] {
	width: 77%;
	height: 26px;
	color: #303030;
	font-size: 0.813em;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
	-webkit-appearance: none;
	border-radius: 0;
}

.content-wrapper .locations .find-address input[type="button"] {
	width: 48px;
	border-top: 1px solid #d6d1c4;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	background: #f4ede0;
	background: -moz-linear-gradient(top, #ffffff 0%, #e2dcd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #e2dcd0) );
	background: -webkit-linear-gradient(top, #ffffff 0%, #e2dcd0 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #e2dcd0 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #e2dcd0 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #e2dcd0 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#ffffff', endColorstr = '#e2dcd0', GradientType = 0 );
	height: 30px;
	color: #404040;
	font-size: 0.875em;
	text-shadow: 0 1px 0 #ece6dc;
	font-weight: normal;
	-webkit-appearance: none;
	border-radius: 0;
}

.content-wrapper .locations .map-canvas {
	width: 100%;
}

.content-wrapper .locations .map-canvas img {
	width: 100%;
}

.content-wrapper .locations >.display-result {
	margin-top: 5px !important;
}

.content-wrapper .locations .display-result {
	margin: 0 5px;
	padding: 10px 0 0 0;
	display: block;
}

.content-wrapper .locations .selected-result {
	background: #ffffe6;
	border: 1px solid #ebebd4;
	padding-bottom: 5px;
	-webkit-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
	-moz-box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
	box-shadow: 1px 1px 5px rgba(50, 50, 50, 0.2);
}

.content-wrapper .locations .display-result .location-pointer-icon {
	background: url(../images/location-pointer.png) no-repeat;
	float: left;
	height: 54px;
	width: 20px;
	margin: 4px 12px 0 14px;
	cursor: pointer;
}

.content-wrapper .locations .display-result .location-clear {
	background: url(../images/close-button.png) no-repeat;
	float: right;
	height: 17px;
	width: 17px;
	cursor: pointer;
	margin: -2px 8px 0 0px;
	border: none;
	display: none;
}

.content-wrapper .locations  .display-result .show {
	display: block;
}

.content-wrapper .locations .display-result a {
	margin: 0;
	font-size: 0.8125em;
}

.content-wrapper .locations .selected-result a {
	margin: 0;
	font-size: 0.8125em;
	font-weight: bold;
	color: #484747;
}

.content-wrapper .locations .display-result p {
	margin: 0 0 5px 46px;
	font-size: 0.8125em;
	line-height: 19px;
}

/********** pay bill section end *******/

/********** contact-us section start *********/
.content-wrapper .contact-us-faq {
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .contact-us-faq .reportOutage {
	background: #e3ddd0;
	-webkit-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
	-moz-box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
	box-shadow: 2px 2px 5px rgba(50, 50, 50, 0.3);
	margin: 0 15px 14px 15px;
	overflow: hidden;
	border: 1px solid #d6d1c4;
}

.content-wrapper .contact-us-faq .reportOutage h1 {
	border-bottom: solid 1px #000;
	font-size: 0.8125em;
	padding: 14px;
	margin: 0;
	line-height: 20px;
}

.content-wrapper .contact-us-faq .reportOutagelink {
	padding: 9px 0;
	text-align: center;
}

.content-wrapper .contact-us-faq .reportOutagelink a {
	color: #008097;
	font-size: 0.8125em;
}

.content-wrapper .contact-us-faq .reportOutagelink span {
	padding: 0 13px;
}

.content-wrapper .contact-us-faq .buttonFaq {
	margin: 15px 15px 15px 0;
	float: right;
}

.content-wrapper .container-div {
	background: #e3ddd0;
	padding: 7px 15px 7px 15px;
	border-top: 1px solid #fcfbf9;
	border-bottom: 1px solid #d6d1c4;
	color: #575554;
	font-size: 0.85em;
	font-weight: bold;
}

.content-wrapper .contact-us-faq .content {
	font-size: 0.8125em;
	padding: 15px 0 15px 15px;
	border-bottom: solid 1px #d6d1c4;
}

.content-wrapper .contact-us-faq .mail-address {
	line-height: 18px;
}

.content-wrapper .contact-us-faq .content p {
	margin: 8px 0 0 0;
	line-height: 18px;
}

.content-wrapper .contact-us-faq .content h4 {
	margin: 0;
}

.content-wrapper .contact-us-faq .email-us {
	padding: 0 15px 0 15px;
}

.content-wrapper .contact-us-faq .email-us select {
	width: 94%;
}

.content-wrapper .contact-us-faq .email-us span.customStyleSelectBox {
	width: 98.5%;
	font-size: 0.938em;
	font-weight: bold;
	background: #f2eee5; /* Old browsers */
	background: -moz-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2eee5), color-stop(96%, #e9e4d8), color-stop(100%, #e4ded1) ); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* IE10+ */
	background: linear-gradient(to right, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr = '#f2eee5', endColorstr = '#e4ded1', GradientType = 1 ); /* IE6-9 */
	-webkit-box-shadow: 1px 1px 1px #bab4ac;
	-moz-box-shadow: 1px 1px 1px #bab4ac;
	box-shadow: 1px 1px 1px #bab4ac;
	color: #404040;
	font-weight: normal;
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
}

.content-wrapper .contact-us-faq .email-us span.customStyleSelectBox.changed {
	background-color: #f0dea4;
}

.content-wrapper .contact-us-faq  .email-us .customStyleSelectBoxInner {
	width: 98% !important;
	background: url(../images/myAccntDropDivider.png) no-repeat center right;
	padding: 7px 0 7px 5px;
}

.content-wrapper .contact-us-faq .email-us select option {
	background: #ffffff;
	font-size: 0.8em;
}

.content-wrapper .contact-us-faq .email-us h4 {
	color: #484747;
	font-size: 0.813em;
	font-weight: bold;
	padding: 0 4px 0 0;
	margin: 15px 0 12px 0;
}

.content-wrapper .contact-us-faq .email-us h4 span {
	font-weight: normal;
}

.content-wrapper .contact-us-faq .email-us textarea {
	width: 98%;
	height: 100px;
	overflow-y: scroll;
}

.content-wrapper .contact-us-faq .email-us input[type="text"] {
	width: 96%;
	height: 25px;
	color: #303030;
	font-size: 0.813em;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
}

.content-wrapper .contact-us-faq .email-us input[type="text"],
.content-wrapper .contact-us-faq .email-us input[type="email"] {
	width: 96%;
	height: 25px;
	color: #303030;
	font-size: 0.813em;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
}

.content-wrapper .contact-us-faq .email-us fieldset {
	padding: 0;
	border: 0;
	margin: 0;
}

.content-wrapper .contact-us-faq .email-us fieldset.phone-number div {
	width: 96px;
	float: left;
}

.content-wrapper .contact-us-faq .email-us fieldset.phone-number div input {
	width: 65%;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
	height: 25px;
	color: #303030;
	font-size: 0.813em;
	padding: 0;
}

.content-wrapper .contact-us-faq .email-us fieldset.account-number div {
	float: left;
	width: 96px;
}

.content-wrapper .contact-us-faq .email-us fieldset.account-number div input {
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
	color: #303030;
	margin-bottom: 6px;
	width: 70px;
}

.content-wrapper .contact-us-faq .email-us fieldset.account-number div span {
	float: right;
	line-height: 29px;
	padding: 0 6px 0 0;
}

.content-wrapper .contact-us-faq .email-us fieldset.account-number div p {
	font-size: 0.75em;
	padding-left: 10px;
}

.content-wrapper .contact-us-faq .email-us .captchaDiv .captcha {
	margin-top: 12px;
	background: #d9d6ce;
	width: 90%;
	padding: 15px;
}

.content-wrapper .contact-us-faq .email-us .captchaDiv .captcha input.captchaContent {
	border: 2px solid #d5d1c8;
	background: #f2eee5 url(../images/captchaImg.png) no-repeat 40% 5px;
	float: left;
	margin-bottom: 13px;
	margin-right: 9px;
}

.content-wrapper .contact-us-faq .email-us .captchaDiv .captcha input {
	width: 48%;
}

.content-wrapper .contact-us-faq .email-us .captchaDiv .captcha span {
	font-size: 0.75em;
	padding: 0;
}

.content-wrapper .contact-us-faq .email-us .captchaDiv .captcha span a {
	padding: 0 0 0 7px;
}

.content-wrapper .contact-us-faq .email-us .send-email-buttonbox {
	display: block;
	text-align: center;
	padding: 17px 0 20px 0;
}

.content-wrapper .contact-us-faq .email-us .send-email-buttonbox a {
	color: #008097;
	font-size: 0.750em;
	margin: 0 14px 0 0;
	text-decoration: none;
	cursor: pointer;
}

.content-wrapper .contact-us-faq .email-us .send-email-buttonbox .buttonGreen {
	color: #FFFFFF;
	height: 32px;
}

.content-wrapper .buttonDiv {
	text-align: center;
}
/********** contact-us section end *********/

/********** My account profile section start *******/
.content-wrapper .my-account-profile {
	padding-bottom: 20px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .my-account-profile .update-info-table {
	padding: 14px 14px 14px 14px;
	border-bottom: 1px solid #d6d1c4;
}

.content-wrapper .my-account-profile table {
	width: 100%;
	font-size: 0.8125em;
}

.content-wrapper .my-account-profile table tr td.accProfDetailsSec {
	font-weight: bold;
	width: 65%;
}

.content-wrapper .my-account-profile  table tr td.accProfDetailsEdit {
	color: #008097;
	cursor: pointer;
}

.content-wrapper .my-account-profile  table tr td.primaryEmail span {
	color: #bc6705;
	font-style: italic;
	margin-left: 5px;
}

.content-wrapper .my-account-profile  table tr td.primaryPhone span {
	color: #bc6705;
	font-style: italic;
	margin-left: 5px;
}

.content-wrapper .my-account-profile  table tr td.alertsNotifications {
	padding-top: 7px;
	font-size: 0.8125em;
}

.content-wrapper .my-account-profile .update {
	font-size: 0.8125em;
	padding: 9px;
	background: url(../images/payment-background.png);
	background-repeat: repeat-x repeat-y;
	border: solid 3px #d6d1c4;
	margin: 14px 15px 0;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec {
	background: #ffffe6;
	margin: 0 -7px;
	-moz-box-shadow: 3px 2px 3px #cecbc3;
	-webkit-box-shadow: 3px 2px 3px #cecbc3;
	box-shadow: 3px 2px 3px #cecbc3;
	padding: 0;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec .closeBtn {
	float: right;
	background: url(../images/close-button.png) no-repeat;
	height: 17px;
	width: 17px;
	margin: 9px 9px 0 0;
	cursor: pointer;
}

.content-wrapper .my-account-profile .update-info-table fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  .buttonSection {
	text-align: center;
	padding: 14px 0 19px 0;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  .buttonSection a {
	font-size: 0.8125em;
	cursor: pointer;
	color: #008097;
	margin-right: 10px;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  .formHolder {
	padding: 4px 0 19px 10px;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  .accBlueLine {
	width: 100% !important;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  .textClass {
	font-size: 0.813em;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  label {
	display: block;
	font-size: 0.813em;
	margin: 15px 0 9px 0;
	font-weight: bold;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  label a {
	font-weight: normal;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  .email-address {
	color: #bc6705;
	font-weight: bold;
	display: inline-block;
	width: 84%;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec  input[type="text"],
.content-wrapper .my-account-profile .update-info-table .accProfEditSec  input[type="email"] {
	font-size: 0.813em;
	width: 74%;
	height: 25px;
	color: #303030;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.phone-number {
	margin-left: -5px;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.phone-number div {
	float: left;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.phone-number div input {
	text-align: center;
	width: 35px;
	border-top: 1px solid #b6b7b7;
	border-right: 0 none;
	border-bottom: 0 none;
	border-left: 1px solid #b6b7b7;
	height: 25px;
	color: #303030;
	font-size: 0.813em;
	padding: 0;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.phone-number p {
	margin: 0;
	float: left;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.phone-number .input-elements {
	width: 84%;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.phone-number p label {
	margin: 0;
	display: inline-block;
	width: 96px !important;
	line-height: 20px;
	font-style: italic;
	color: #bc6705;
	font-weight: normal;
	vertical-align: middle;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.phone-number p label span {
	margin: 0 5px 0 5px;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.phone-number a {
	font-size: 0.813em;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.other-phone-number a {
	font-size: 0.813em;
	float: left;
	padding-bottom: 14px;
}

.content-wrapper .my-account-profile .update-info-table .accProfEditSec div.other-phone-number p {
	font-size: 0.825em;
	width: 84%;
	margin: 0;
	float: left;
	padding-bottom: 14px;
}

.content-wrapper .my-account-profile .message-display,.content-wrapper .manage-alerts .message-display {
	font-size: 0.813em;
}

.content-wrapper .my-account-profile .message-display .success,.content-wrapper .manage-alerts .message-display .success
	{
	margin: 19px 14px 0 14px;
	background: url(../images/successImg.png) no-repeat 12px 12px, url(../images/successBackgrnd.png) repeat;
	box-shadow: 0px 2px 5px #99c596 inset;
	-moz-box-shadow: 0px 2px 5px #99c596 inset;
	-webkit-box-shadow: 0px 2px 5px #99c596 inset;
	padding: 16px 12px 14px 58px;
	min-height: 40px;
	border: solid 3px #ffffff;
}

.content-wrapper .my-account-profile .message-display .success p {
	margin: 0 0 14px 0;
}

.content-wrapper .my-account-profile .message-display .success ul {
	margin: 2px 0;
}

.content-wrapper .my-account-profile .message-display .success ul li {
	list-style: disc;
}

.content-wrapper .my-account-profile .message-display .info {
	border: solid 3px #ffffff;
	background: url(../images/info_icon_m.png) no-repeat 12px 12px, url(../images/msg_bg.png) repeat;
	box-shadow: 0px 2px 5px #7dbcac inset;
	-moz-box-shadow: 0px 2px 5px #7dbcac inset;
	-webkit-box-shadow: 0px 2px 5px #7dbcac inset;
	padding: 16px 12px 14px 74px;
	min-height: 40px;
	margin-bottom: 19px;
}

.content-wrapper .my-account-profile .message-display .info p {
	margin: 5px 0;
}

.content-wrapper .my-account-profile .message-display .info p span {
	background: url(../images/list-style-disc.png) no-repeat;
	height: 7px;
	width: 8px;
	display: inline-block;
}

/********** My account profile section end *******/
/********** Manage alerts section start *******/
.content-wrapper .manage-alerts .message-display .success p {
	margin: 0;
}

.content-wrapper .manage-alerts .text-message {
	font-size: 0.813em;
	padding: 19px 10px 17px 14px;
	margin: 0;
}

.content-wrapper .manage-alerts .account-info {
	font-size: 0.813em;
}

.content-wrapper .manage-alerts .account-info p {
	background: #e6ddc8;
	margin: 0;
	padding: 8px 14px;
	border-bottom: 1px solid #fdfcfa;
}

.content-wrapper .manage-alerts .account-info dt {
	margin: 0;
	float: left;
	width: 24%;
	font-weight: bold;
}

.content-wrapper .manage-alerts .account-info dl {
	margin: 18px 14px;
}

.content-wrapper .manage-alerts .account-info table {
	width: 100%;
	background: #f5f1e8;
	display: block;
	padding-top: 13px;
}

.content-wrapper .manage-alerts .account-info table tbody {;
	display: block;
}

.content-wrapper .manage-alerts .account-info table tr {
	padding: 0 14px 11px 14px;
	display: block;
}

.content-wrapper .manage-alerts .account-info table tr td {
	width: 48%;
	word-break: break-all;
	padding: 0 1%;
}

.content-wrapper .manage-alerts .tell-me-when {
	margin: 0 14px 19px 14px;
	-moz-box-shadow: 3px 2px 3px #cecbc3;
	-webkit-box-shadow: 3px 2px 3px #cecbc3;
	box-shadow: 3px 2px 3px #cecbc3;
}

.content-wrapper .manage-alerts .alerts-notifications {
	padding: 14px 14px 4px 14px;
	border-bottom: 1px solid #d6d1c4;
}

.content-wrapper .manage-alerts .alerts-notifications dl {
	font-size: 0.813em;
	margin: 0;
}

.content-wrapper .manage-alerts .alerts-notifications dl dt {
	float: left;
	width: 45%;
	margin-bottom: 8px;
}

.content-wrapper .manage-alerts .alerts-notifications dl dd {
	margin-bottom: 8px;
	word-break: break-all;
}

.content-wrapper .manage-alerts .change-email-message {
	padding: 12px;
	margin: 0;
	font-size: 0.813em;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .closeBtn {
	float: right;
	background: url(../images/close-button.png) no-repeat;
	height: 17px;
	width: 17px;
	margin: 7px 9px 0 0;
	cursor: pointer;
}

.content-wrapper .manage-alerts .tell-me-when fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec {
	background: #ffffe6;
	-moz-box-shadow: 3px 2px 3px #cecbc3;
	-webkit-box-shadow: 3px 2px 3px #cecbc3;
	box-shadow: 3px 2px 3px #cecbc3;
	padding: 0;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec  .buttonSection {
	text-align: center;
	padding: 14px 0 19px 0;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec  .buttonSection input {
	font-size: 1em;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec  .buttonSection a {
	cursor: pointer;
	color: #008097;
	margin-right: 10px;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .edit-details {
	padding: 14px;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec  .formHolder {
	padding: 4px 0 19px 10px;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec  .accBlueLine {
	width: 100% !important;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .selectHldr span.customStyleSelectBox {
	font-size: 0.938em;
	font-weight: bold;
	background: #f2eee5;
	background: -moz-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f2eee5), color-stop(96%, #e9e4d8), color-stop(100%, #e4ded1) );
	background: -webkit-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%);
	background: -o-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%);
	background: -ms-linear-gradient(left, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%);
	background: linear-gradient(to right, #f2eee5 0%, #e9e4d8 96%, #e4ded1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(    startColorstr = '#f2eee5', endColorstr = '#e4ded1', GradientType = 1 );
	-webkit-box-shadow: 1px 1px 1px #bab4ac;
	-moz-box-shadow: 1px 1px 1px #bab4ac;
	box-shadow: 1px 1px 1px #bab4ac;
	color: #404040;
	font-weight: normal;
	padding: 0;
	border: 1px solid #fff;
	margin: 0;
}

.content-wrapper .manage-alerts .tell-me-when h3 {
	font-weight: bold;
	font-size: 1em;
	margin: 0;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .selectHldr .customStyleSelectBoxInner {
	width: 208px !important;
	background: url(../images/myAccntDropDivider.png) no-repeat center right;
	padding: 7px 0 7px 5px;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .time-select .customStyleSelectBoxInner {
	width: 56px !important;
	float: right !important;
	text-align: left;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .time-select label {
	line-height: 34px;
	vertical-align: top;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .selectHldr {
	margin: 14px 0;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .selectHldr select {
	width: 221px;
	height: 32px !important;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .selectHldr select.until,
.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .selectHldr select.from,
.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .selectHldr select.pm,
.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .selectHldr select.am
	{
	width: 63px;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .preferred-time {
	display: block;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .left-section {
	width: 36%;
	padding: 46px 0;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .left-section span {
	color: #bc6705;
	font-weight: bold;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .right-section {
	width: 64%;
	text-align: right;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .radioHldr input[type="checkbox"] {
	display: none;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .radioHldr input[type="checkbox"]+label {
	color: #484747;
	padding: 0 5px 0 25px;
	width: 35% !important;
	height: 20px;
	display: inline-block;
	vertical-align: middle;
	background: url(../images/checkbox_default.png) 0 0 no-repeat;
	cursor: pointer;
}

.content-wrapper .manage-alerts .tell-me-when .accProfEditSec .radioHldr input[type="checkbox"]:checked+label {
	background: url(../images/checkbox_tick.png) 0 0 no-repeat;
}

.content-wrapper .manage-alerts .payment-alerts {
	background: url(../images/payment-background.png);
	background-repeat: repeat-x repeat-y;
	border: solid 3px #d6d1c4;
	font-size: 0.813em;
	margin: 14px 14px 0 14px;
	padding: 9px;
}

.content-wrapper .manage-alerts {
	padding-bottom: 19px;
	background: url(../images/bottomBg.png) repeat-x left bottom;
}

.content-wrapper .manage-alerts .account-info table tr td.signup {
	width: 71%;
}

.content-wrapper .manage-alerts .account-info table tr td.chngLink {
	width: 60px;
}

/********** Manage alerts section end *******/

/********** Menu section start *******/
a.menu {
	background: url(../images/icoMenuDot.png) no-repeat scroll 0 0 transparent;
	display: inline-block;
	float: right;
	height: 40px;
	margin-left: 10px;
	width: 40px;
}

a.menu:hover {
	background: url(../images/icoMenuDot-Hover.png) no-repeat scroll 0 0 transparent;
}

.menuActive {
	background: url(../images/icoMenuDot-Hover.png) no-repeat scroll 0 0 transparent;
	display: block;
	float: right;
	height: 40px;
	margin-left: 10px;
	text-indent: -9999px;
	width: 40px;
}

.menuSection {
	background: none repeat scroll 0 0 #D4CCBA;
	display: none;
	position: absolute;
	right: 10px;
	top: 42px;
	width: 260px;
	z-index: 9999;
	-moz-box-shadow: -1px 2px 3px #9e9e9e;
	-webkit-box-shadow: -1px 2px 3px #9e9e9e;
	box-shadow: -1px 2px 3px #9e9e9e;
}

ul.top-menu {
	float: none;
	margin: 0;
	padding: 0;
}

.top-menu li {
	border-top: 1px solid #c0b59e;
	border-bottom: 1px solid #ded8c9;
	float: none;
	line-height: 38px;
	cursor: pointer;
}

.top-menu>li {
	background: #d1c9b6 url(../images/menu_closed.png) no-repeat 95% 15px;
}

.top-menu li a {
	padding-left: 6.3%;
	font-size: 0.85em;
	font-weight: normal;
	color: #474747;
}

.subMenu {
	display: none;
	padding: 0;
	margin: 0;
}

.menuOpen ul.subMenu li {
	border-top: 1px solid #C0B59E;
	border-bottom: none;
}

.menuOpen {
	background: #d1c9b6 url(../images/menu_open.png) no-repeat 95% 15px !important;
	border-bottom: none !important;
	z-index: 999;
}

.menuOpen ul {
	padding: 0;
	margin: 0;
	background: #fff;
}

.account-summary-content .goPaperlessBilling2 {
    background: none repeat scroll 0 0 transparent;
    padding-bottom: 0;
}

/********** Menu section end *******/

/* Defect Fix for ID:1011 */
.my-pnm-account-content .searchAccountPopup,.searchAccountPopup {
	height: auto !important;
	top: 10%;
}

.my-pnm-account-content .searchAccountPopup img,.searchAccountPopup img {
	height: auto;
	max-width: 100%;
	vertical-align: middle;
	border: 0;
}

/* Defect Fix for ID:745 */
.my-pnm-account-content .nameAccDrpHldr form {
	display: inline;
}

.my-pnm-account-content .listInnerMid .listLeft .inactiveDetails {
	color: #A19F9B;
}

/* Defect Fix for ID:1144 */
.report-an-outage-content .reportButtonHolder {
	padding: 2% 0;
	text-align: center;
}

.report-an-outage-content .reportButtonHolder input {
	float: none;
}

/* Defect Fix for ID:1135 */
.report-an-outage-content .outageHolder .stepHldr {
	border-bottom: none !important;
}

/* Defect Fix for ID:1143 */
.feedback-survey-content .feedbackHldr .captcha img.captchaURL {
	width: 60%;
	float: left;
	margin-right: 9px;
	margin-bottom: 13px;
}

/* Defect Fix for ID:886 */
.online-account-profile-content .my-account-profile .update-info-table .accProfEditSec .radioHldr label {
	margin: 3px 0 0 10px;
}

.online-account-profile-content .my-account-profile .update-info-table .accProfEditSec .accBlueLine {
	margin-top: 14px;
}

#resBusAccNo .pnmAcInputBox {
	width: 288px;
	font-size: 0.9em;
}

#resBusAccNo .pnmAcInputBox .acDivBox {
	float: left;
	width: 33%;
}

#resBusAccNo .pnmAcInputBox .acDivBox p {
	padding-top: 4px;
}

#map-canvas {
	width: 100% !important;
}

.fboxContainer {
	width: 100% !important;
	padding: 7px 15px 7px 15px;
	box-sizing: border-box;
}

.fboxContainer .zipFindBox form .input {
	width: 82.95% !important;
	height: 26px !important;
}

.fboxContainer .buttonGreen.login {
	float: right;
}

/* Border Bottom fix for Samsung S3 */
.forgotPasswd.outageHolder .stepHldr {
	border: none !important;
}

.forgotPasswd .locationHldr {
	border-bottom: none !important;
}
/* Border Bottom fix for Samsung S3 */

/*For Defect 1145*/
.report-an-outage-inner-content .outageHolder section {
	min-height: 360px;
}

/*For Defect 1145*/
.search-an-outage-content .mapPopUp {
	top: 8px;
	left: 0;
	width: 100%;
}

.search-an-outage-content .mapPopUp .mapPopUpHeader .mapButtonClose {
	background-size: auto 80% !important;
}

.search-an-outage-content .infoBox>div {
	border: none !important;
	background: none !important;
}

.mapInnerContainer #map_canvas {
	width: 90% !important;
	margin: 0 auto;
}

@media ( min-width : 320px) and (orientation : portrait) {
	.popupContainer {
		max-height: 300px !important;
		height: 72%;
	}
	.modalFaq {
		max-height: 250px;
	}
}

@media ( min-width : 1024px) and (orientation:landscape) {
	.fboxContainer .zipFindBox form .input {
		width: 90% !important;
		height: 26px !important;
	}
	.outageAlrtpopup .popupContainer {
		max-height: 320px;
	}
}

@media ( min-width : 1280px) and (orientation:landscape) {
	.fboxContainer .zipFindBox form .input {
		width: 92% !important;
		height: 26px !important;
	}
	.msgBox .success {
		background-position: 4.5% 45% !important;
		padding-left: 102px !important;
	}
	.popupBox {
		width: 70%;
	}
}

.report-an-outage-content .outageHolder .stepHldr .stepText {
	margin: 0 !important;
}

.report-an-outage-content .locationAlrtHldr fieldset .previewHldr {
	width: 90% !important;
	margin: 10px 5% !important;
	border: 1px solid #d6d1c4 !important;
}

.report-an-outage-inner-content .locationAlrtHldr fieldset .previewHldr {
	width: 90% !important;
	margin: 10px 5% !important;
	border: 1px solid #d6d1c4 !important;
}

.report-an-outage-inner-content .outageHolder .stepHldr {
	border-bottom: none
}

.outageHolder .map-canvas .mapPopUp .mapList img {
	width: 25px;
	vertical-align: middle;
}

.report-an-outage-content .outageHolder .stepText {
	padding-top: 0% !important;
}

.mobile-texting .text-message {
    padding: 14px;
    margin: 0;
    color: #484747;
    font-size: 0.82em;
}