input.monitor_blue_rep, input.monitor_grey_rep{
	border: 0 none; 
	width: 100px; 
	height: 20px;
	font-size: 11px;
	padding-bottom: 2px; 
	margin-left: 8px;
	margin-bottom: 0px;
	margin-top: 12px;
	color: white;
	font-family: "Tahoma";
	font-weight: bold;
	cursor: pointer;
}

INPUT.monitor_blue_rep {
	background: rgb(137,189,229);
	background: -moz-linear-gradient(top, rgba(137,189,229,1) 0%, rgba(41,137,216,1) 50%, rgba(0,105,158,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(137,189,229,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(0,105,158,1)));
	background: -webkit-linear-gradient(top, rgba(137,189,229,1) 0%,rgba(41,137,216,1) 50%,rgba(0,105,158,1) 100%);
	background: -o-linear-gradient(top, rgba(137,189,229,1) 0%,rgba(41,137,216,1) 50%,rgba(0,105,158,1) 100%);
	background: -ms-linear-gradient(top, rgba(137,189,229,1) 0%,rgba(41,137,216,1) 50%,rgba(0,105,158,1) 100%);
	background: linear-gradient(top, rgba(137,189,229,1) 0%,rgba(41,137,216,1) 50%,rgba(0,105,158,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#89bde5', endColorstr='#00699e',GradientType=0 );
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px; 
}   
INPUT.monitor_blue_rep:hover {
	background: rgb(0,105,158);
	background: -moz-linear-gradient(top, rgba(0,105,158,1) 0%, rgba(41,137,216,1) 50%, rgba(137,189,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,105,158,1)), color-stop(50%,rgba(41,137,216,1)), color-stop(100%,rgba(137,189,229,1)));
	background: -webkit-linear-gradient(top, rgba(0,105,158,1) 0%,rgba(41,137,216,1) 50%,rgba(137,189,229,1) 100%);
	background: -o-linear-gradient(top, rgba(0,105,158,1) 0%,rgba(41,137,216,1) 50%,rgba(137,189,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(0,105,158,1) 0%,rgba(41,137,216,1) 50%,rgba(137,189,229,1) 100%);
	background: linear-gradient(top, rgba(0,105,158,1) 0%,rgba(41,137,216,1) 50%,rgba(137,189,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00699e', endColorstr='#89bde5',GradientType=0 );   
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px;
}
INPUT.monitor_grey_rep {
	background: rgb(170,170,170);
	background: -moz-linear-gradient(top, rgba(170,170,170,1) 0%, rgba(142,142,142,1) 50%, rgba(102,102,102,1) 99%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(170,170,170,1)), color-stop(50%,rgba(142,142,142,1)), color-stop(99%,rgba(102,102,102,1)));
	background: -webkit-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(142,142,142,1) 50%,rgba(102,102,102,1) 99%);
	background: -o-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(142,142,142,1) 50%,rgba(102,102,102,1) 99%);
	background: -ms-linear-gradient(top, rgba(170,170,170,1) 0%,rgba(142,142,142,1) 50%,rgba(102,102,102,1) 99%);
	background: linear-gradient(top, rgba(170,170,170,1) 0%,rgba(142,142,142,1) 50%,rgba(102,102,102,1) 99%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#aaaaaa', endColorstr='#666666',GradientType=0 );  
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px;
}
INPUT.monitor_grey_rep:hover {
	background: rgb(102,102,102);
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 1%, rgba(142,142,142,1) 50%, rgba(170,170,170,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(102,102,102,1)), color-stop(50%,rgba(142,142,142,1)), color-stop(100%,rgba(170,170,170,1)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 1%,rgba(142,142,142,1) 50%,rgba(170,170,170,1) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,1) 1%,rgba(142,142,142,1) 50%,rgba(170,170,170,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 1%,rgba(142,142,142,1) 50%,rgba(170,170,170,1) 100%);
	background: linear-gradient(top, rgba(102,102,102,1) 1%,rgba(142,142,142,1) 50%,rgba(170,170,170,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#aaaaaa',GradientType=0 );
	border-radius:3px; 
	-webkit-border-radius:3px; 
	-moz-border-radius:3px; 
	-khtml-border-radius:3px;
}