#start {
	background-image: url(../images/start_button.png);
	background-repeat:no-repeat;
	border:0;
	width:150px;
	height:150px;
	
}
#stop {
	background-image: url(../images/stop_button.png);
	background-repeat:no-repeat;
	border:0;
	width:150px;
	height:150px;
}

.buttonset1, .buttonset2, .buttonset3 {
	box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.75) !important;
	color: #FFFFFF !important;
	display: inline-block !important;
	font-family: Arial, sans-serif !important;
	font-size: 13px !important;
	font-weight: bold !important;
	height: 22px !important;
	line-height: 22px !important;
	padding: 0 10px !important;
}

.buttonset1:hover, .buttonset2:hover, .buttonset3:hover {
	cursor: pointer !important;
	text-decoration: none !important;
}

.buttonset1 {
	background: linear-gradient(to bottom, #9BC843 0%, #77A319 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#9BC843),
		to(#77A319));
	border-color: #87B728 #789C33 #577D3F !important;
	border-style: solid !important;
	border-width: 1px !important;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9BC843',
		endColorstr='#77A319');
}

.buttonset1:hover {
	background: linear-gradient(to bottom, #77A319 0%, #9BC843 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#77A319),
		to(#9BC843));
	color: #FFFFFF !important;
	text-decoration: none !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77A319',
		endColorstr='#9BC843');
}

.buttonset1.button-blue {
	background: linear-gradient(to bottom, #495A7A 0%, #21314D 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#495A7A),
		to(#21314D));
	border-color: #495A79 #394C6D #2D4163 !important;
	border-style: solid !important;
	border-width: 1px !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#495A7A',
		endColorstr='#21314D');
}

.buttonset1.button-blue:hover {
	background: linear-gradient(to bottom, #21314D 0%, #495A7A 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#21314D),
		to(#495A7A));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#21314D',
		endColorstr='#495A7A');
}

.buttonset1.button-red {
	background: linear-gradient(to bottom, #E32C28 0%, #B93B3B 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#E32C28),
		to(#B93B3B));
	border-color: #EE7074 #C35558 #90383A !important;
	border-style: solid !important;
	border-width: 1px !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#E32C28',
		endColorstr='#B93B3B');
}

.buttonset1.button-red:hover {
	background: linear-gradient(to bottom, #B93B3B 0%, #E32C28 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#B93B3B),
		to(#E32C28));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#B93B3B',
		endColorstr='#E32C28');
}

.buttonset2 {
	background: linear-gradient(to bottom, #ABC578 0%, #8AAD45 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ABC578),
		to(#8AAD45));
	border-color: #9CC25B #7F9C4C #667C40 !important;
	border-style: solid !important;
	border-width: 1px !important;
	color: #FFFFFF !important;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ABC578',
		endColorstr='#8AAD45');
}

.buttonset2:hover {
	background: linear-gradient(to bottom, #8AAD45 0%, #ABC578 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#8AAD45),
		to(#ABC578));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8AAD45',
		endColorstr='#ABC578');
}

.buttonset2.button-blue {
	background: linear-gradient(to bottom, #AEB8C0 0%, #828A98 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#AEB8C0),
		to(#828A98));
	border-color: #A2ABB5 #738394 #5E6A7F !important;
	border-style: solid !important;
	border-width: 1px !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#AEB8C0',
		endColorstr='#828A98');
}

.buttonset2.button-blue:hover {
	background: linear-gradient(to bottom, #828A98 0%, #AEB8C0 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#828A98),
		to(#AEB8C0));
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#828A98',
		endColorstr='#AEB8C0');
}

.buttonset3 {
	background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat
		scroll 0 0 transparent !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF),
		to(#E5E5E5));
	border-color: #BEC1C7 #AAADB3 #9B9EA3 !important;
	border-left: 1px solid #AAADB3 !important;
	border-right: 1px solid #AAADB3 !important;
	border-style: solid !important;
	border-width: 1px !important;
	color: #79A517 !important;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8) !important;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF',
		endColorstr='#E5E5E5');
}

.buttonset3:hover {
	background: none repeat scroll 0 0 #FFFFFF !important;
	color: #5C677B !important;
	filter: none !important;
}

.buttonset3 {
	box-shadow: 0 0 3px -1px rgba(0, 0, 0, 0.32) !important;
}

.buttonset3.button-blue, .buttonset3.button-blue:hover {
	color: #5C677B !important;
}

