body {
	width: 728px;
	height: 170px;
	margin: 0px;
	font-family: Helvetica;
}	
#container {
	width: 100%;
	height: 100%;	
	/*background-color: green;*/
}
#topdiv {
	width: 100%;
	height: 80px;
	background: url("menu_icons/header_background.svg") no-repeat scroll 0 0 transparent;
}
#topdiv h2{
	color: #343434;
	font-size: 18px;
	text-align: right;
	font-family: Helvetica;
	font-weight: bold;
	padding-top: 15px;
	margin-right: 10px;
}
#topdiv p{
	color: #343434;
	font-size: 22px;
	text-align: right;
	font-family: Helvetica;
	font-weight: lighter;
	margin-right: 10px;
	margin-top: -15px;
}
table tr td {
	font-size: 10px;
}
#countNumber {
	float: right;
	margin-right: 10px;
	margin-top: -20px;
}
#asq {
	float: left;
	width: 98px;
	margin-top: 0px;
}
.menu_icons {
	text-decoration: none;
	color: #343434;
}
.menu_icons:hover {
	text-decoration: underline;
}
.num1{
	background-image: url("menu_icons/1.svg");
	background-repeat: no-repeat;
	background-size: 85px 85px;
	width: 85px;
	height: 85px;
}
.num1:hover{
	background-image: url("menu_icons/1_1.svg");
	background-repeat: no-repeat;
	background-size: 85px 84px;
	width: 85px;
	height: 85px;
}
.num2{
	background-image: url("menu_icons/2.svg");
	background-repeat: no-repeat;
	background-size: 85px 85px;
	width: 85px;
	height: 85px;
}
.num2:hover{
	background-image: url("menu_icons/2_2.svg");
	background-repeat: no-repeat;
	background-size: 85px 84px;
	width: 85px;
	height: 85px;
}
.num3{
	background-image: url("menu_icons/3.svg");
	background-repeat: no-repeat;
	background-size: 85px 85px;
	width: 85px;
	height: 85px;
}
.num3:hover{
	background-image: url("menu_icons/3_3.svg");
	background-repeat: no-repeat;
	background-size: 85px 84px;
	width: 85px;
	height: 85px;
}
.num4{
	background-image: url("menu_icons/energyretailers_offstate.svg");
	background-repeat: no-repeat;
	background-size: 85px 85px;
	width: 85px;
	height: 85px;
}
.num4:hover{
	background-image: url("menu_icons/energyretailers_onstate.svg");
	background-repeat: no-repeat;
	background-size: 85px 84px;
	width: 85px;
	height: 85px;
}
.num5{
	background-image: url("menu_icons/5.svg");
	background-repeat: no-repeat;
	background-size: 85px 85px;
	width: 85px;
	height: 85px;
}
.num5:hover{
	background-image: url("menu_icons/5_5.svg");
	background-repeat: no-repeat;
	background-size: 85px 84px;
	width: 85px;
	height: 85px;
}
.num6{
	background-image: url("menu_icons/6.svg");
	background-repeat: no-repeat;
	background-size: 85px 85px;
	width: 85px;
	height: 85px;
}
.num6:hover{
	background-image: url("menu_icons/6_6.svg");
	background-repeat: no-repeat;
	background-size: 85px 84px;
	width: 85px;
	height: 85px;
}
.linktabs {
	font-size: 9px;
	color: #343434;
	font-weight: bold;
}
.linktabs:hover {
	color: #f99f20;
}
form {
	/* margin-right: 10px; */
	margin-left: 10px;
	margin-top: 0px;
	width: 100%;
	float: left;
}
input[type=number] {
	width: 65px;
	height: 47px;
	font-size: 13px;
	font-weight: bold;
	border-width: 1px;
	background: url("menu_icons/input_icon.png") 4px 50%no-repeat scroll;
	padding-left: 45px;
	background-color: #ffebee;
	float: left;
	margin-right: 3px;
}
input[type=submit] {
	width: 160px;
	height: 55px;
	border: 0px;
	background: url("menu_icons/btn.svg") no-repeat scroll 0 0 transparent;
	cursor: pointer;
	float: left;
}
input[type=submit]:hover {
	width: 155px;
	height: 48px;
	border: 0px;
	background: url("menu_icons/btn_hover.svg") no-repeat scroll 0 0 transparent;
	cursor: pointer;
}
.tab_container {
	text-align: center;
	padding: 0px 5px 0px 5px;
}
ul {
	float: left;
	padding: 0px;
	margin-top: 5px;
	margin-bottom: 10px;
}
ul li{
	display:inline;
	padding-left: 10px;

}
input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button{ 
  -webkit-appearance: none; 
 
}
input[type='number'] {
    -moz-appearance:textfield;
}
#body {
	width: 100%;
	float: left;
}
#wrap-form {
	margin-bottom: 30px;
	padding-bottom: 30px;
	width: 100%;
	float: left;
}