﻿body {
		display: block;
		font-family: Arial, Helvetica, sans-serif;

}
input[type = submit] {
	width:149px;
	border: none;
	font-size:0px;
	font-weight:100;
	color:transparent;
	cursor:pointer;
}
input#Gas {
	background: url(../images/gas.jpg) no-repeat;
}
input#Elec {
	background: url(../images/electric.jpg) no-repeat;
}
input#Both {
	background: url(../images/both.jpg) no-repeat;
	
}
input#cancel {
	background:url(../images/Cancel.jpg) no-repeat;
}

input#Submit {
	background: url(../../images/submit.jpg) no-repeat;
 }   
input#Yes {
	background: url(../../images/YesPlease.jpg) no-repeat;
}
input#No {
	background: url(../../images/NoThanks.jpg) no-repeat;
}

input#amend {
	background: url(../../images/amend.jpg) no-repeat;
}
input#confirm {
	background:url(../../images/confirm.jpg) no-repeat;
}

input#login {
	background:url(../../images/login.jpg) no-repeat;
	
}
.GentleWarning
{
	padding: 6px !important;
	/*font-size: larger;*/
	font-weight: bold;
	background-color: #FFFF99;
	border: 1px solid #808080;
}

#count {
	display:inline;
}

img {
	border:none;
}


.ReadingsRefBox
{
	display:inline-block;
	padding: 5px;
	border: 1px solid #000000;
	font-size: 20px;
	font-weight: bold;
	background-color: #C0C0C0;
	width:50%;

}

/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
	color: #f00;
	display:inline;
}

.field-validation-valid {
	display: none;
}

.input-validation-error {
	border: 1px solid #f00;
	background-color: #fee;
}

.validation-summary-errors {
	font-weight: bold;
	color: #f00;
}

.validation-summary-valid {
	display: none;
}