button {
border: none;
}

button, 
.but,
input[type="submit"] {
display: inline-block;
cursor: pointer;
vertical-align: middle;
text-decoration: none !important;
position: relative;
//display: inline;
zoom: 1;
text-align: center;
 border-radius: 7px;
 -moz-border-radius: 7px;
 -webkit-border-radius: 7px;
 -khtml-border-radius: 7px;
font-style: italic;
font-family: Georgia, "Times New Roman", Times, serif;
font-weight: bold;
font-size: 18px;
padding: 8px 24px;
*padding: 10px;
margin: 0 5px 30px;
top: 1px;
left: 1px;
}

button:hover, 
.but:hover {
 box-shadow: none !important;
 -moz-box-shadow: none !important;
 -khtml-box-shadow: none !important;
 -webkit-box-shadow: none !important;
 top: 0;
 left: 0;
}


.but-yell {
	background: #c08639 url(/img/bg_but_yell.png) repeat-x;
	color: #fff !important;
	box-shadow: 0 8px 30px #564b2e;
	-moz-box-shadow: 0 8px 30px #564b2e;
	-khtml-box-shadow: 0 8px 30px #564b2e;
	-webkit-box-shadow: 0 8px 30px #564b2e;
	text-shadow: 1px 1px #b38d4f;
}

.but-yell:hover {
	color: #fff !important;
}

.but-img {
	overflow: hidden;
	text-indent: -20000px;
	padding: 0 !important;
	display: block;
	position: relative;
	cursor: pointer;
}

.but-close {
	width: 51px;
	height: 45px;
	background: url(/img/but_close.png) no-repeat;
}

.but-open {
	width: 51px;
	height: 45px;
	background: url(/img/but_open.png) no-repeat;
}

.but-zoom-big {
	width: 79px;
	height: 76px;
	background: url(/img/ico_zoom_big.png) no-repeat;
}