﻿body {
}
.butt
{
	border-left: 1px none #666666;
	border-right: 1px none #666666;
	border-top: 1px solid #666666;
	border-bottom: 1px solid #666666;
	
	background-image: url('../images/but_g.jpg');
	background-repeat: repeat-x;
	
	font-family: Tahoma;
	font-size: 12px;
	font-weight:bold;
	color: #800000;
	height:25px;
}
.butt:hover
{
	border-style: solid none solid none;
	border-width: 1px;
	border-color: #C0C0C0;
	background-color: #333333;
	background-image: none;
	background-repeat: repeat-x;
	font-family: Tahoma;
	font-size: 12px;
	color: #FFFFFF;
	font-weight:bold;
	height:25px;
	cursor:pointer;
	
}