
input
{
  width: 150px;
  float: left;
  
}


.meter-read{

  margin-bottom: 5px;
  margin-top: 5px;
 
}

.b-bt{  
   background-color: #F8F8F8;
}

.meter-read thead th{
  background-color: #fff;
  padding: 5px;
  color: #000;
}


.meter-read input,.meter-read textarea{
  width: 200px;
  border: 1px solid #ccc;
}

.meter-read select{
 border: 1px solid #ccc;
 float: left;
}

.meter-read thead td input,.meter-read thead td textarea{
   width: 320px;  
   color: #000;
}




label
{
	width : 120px;
	float : left;
	font-weight : bold;
	margin-right : 5px;
	text-align : left;
  line-height: 18px;
}
label.error
{
	background:#FBFCDA url(../images/site/cancel.png) no-repeat scroll left center;
border:1px solid #DBDBD3;
font-size:11px;

float: left;

padding-left:20px;
width:209px;
margin-left: 5px;
}
#date-pick
{
	width : 110px;
	background-image: url(../images/calendar/images/calendar.jpg);
	background-position: right;
	background-repeat: no-repeat;	
}

textarea{
  height: 80px;
}


span.s-black{
  background-color: #000;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}

span.s-cyan{
  background-color: #00FFFF;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}

span.s-magenta{
  background-color: #FF00FF;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}

span.s-yellow{
  background-color: #FFFF00;
  display: block;
  width: 20px;
  height: 20px;
  float: left;
  margin-right: 5px;
}

a#add_machine{
  text-decoration: none;
}

