@charset "utf-8";
/* CSS Document */
a.big-btn {
	display:block;
	width:147px;
	height:40px;
	line-height:38px;
	padding-left:40px;
	margin-bottom:10px;
	font-family:Tahoma;
	font-size:11px;
	color:#043D5B;
	text-decoration:none;
}

a.blue_bg_btn {
	background-image:url(../img/blue_btn_bg.jpg);
	background-repeat:no-repeat;
}
.small-btn
{
	overflow:hidden;
	margin-top:3px;
}

.small-btn  a, .small-btn  a:hover
{
	display: block;
	float:left;
	padding: 0 0 0 20px;
	background: url(../img/small_btn.png) no-repeat 0 100%;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	text-decoration:none;
	font-size:11px;
	font-weight:bold;
	color:#FFFEFE
}

.small-btn a span
{
	display: block;
	padding: 0 0 6px 0;
	background: url(../img/small_btn.png) no-repeat 100% 100%;
}

.small-btn a span span
{
	padding: 0 20px 0 0;
	background-position: 100% 0;
}

.small-btn a span span span
{
	padding: 6px 0 0 20px;
	margin-left: -20px;
	background-position: 0 0;
}

.input-button {
	display: -moz-inline-box; /* только для FF2 */
	display: inline-block;
	height: 24px;
	vertical-align: bottom;
	*vertical-align: middle;	/* только для IE */
	background: #83af31 url(../img/button-r.gif) no-repeat right top;
	cursor: pointer;
}
.input-button span {
	display: block;
	_display: inline-block; /* только для IE6 */
	line-height: 24px;
	padding: 0 10px;
	height: 100%;
	color: #fff;
	background: url(../img/button-l.gif) no-repeat left top;
	overflow: hidden;
	position: relative;
}
.input-button input {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	opacity: 0;
	-moz-opacity: 0; /* видимо для старых версий FF */
	filter: alpha(opacity=0); /* только для IE */
}
