﻿.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.button:hover {
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.red  
{
    color: rgb(250, 221, 222);
     border: 1px solid rgb(152, 12, 16);
     background:url(../images/butnBg.jpg) left top repeat-x #aa1317;
}

.red:hover  
{
    background:url(../images/butnBgH.jpg) left top repeat-x #a11115; 
}

.red:active 
{
     color: rgb(222, 137, 140); 
     background:url(../images/butnBgH.jpg) left top repeat-x #a11115;
}