
.submit_x23, 
.submit_x24, 
.submit-x32, 
.submit_x40{
	font-size: 13px;
	border: none;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	cursor: pointer;
	text-decoration: none;
}
input.submit_x23{
	padding-bottom: 3px;
}
.submit_x23{
	background: url(../img/button/button_x23.png) 0 0 no-repeat;
	height: 23px;

}

.submit_x23.green_73{
	width: 73px;
	background-position: -94px 0;
}
.submit_x23.green_60{
	width: 60px;
	background-position: -167px 0;

}
.submit_x24{
	background: url(../img/button/green_x24.png) no-repeat;
	height: 24px;
	padding-bottom: 4px;
	line-height: 22px;
}

/* -- SUBMIT HEIGHT 32PX -- */

.submit-x32{
	background: url(../img/button/button_x40.png) no-repeat;
	height: 32px;
	padding-left: 32px;
	line-height: 30px;
}
.submit-x32.add-green-154{
	width: 154px;
	color: #fff;	
	background-position: -400px 0;
}
a.submit-x32.add-green-154{
	display: inline-block;
	padding-bottom: 0;
	width: 154px;
}
	.submit-x32.add-green-154:hover{ background-position: -400px -32px; }
	.submit-x32.add-green-154:active{ background-position: -400px -64px; }

/* -- SUBMIT HEIGHT 40PX -- */

.submit_x40{
	
	background: url(../img/button/button_x40.png) no-repeat;
	height: 40px;
	padding-bottom: 5px;
	line-height: 34px;
}
.submit_x40.green_200{
	width: 200px;
	background-position: 0 0;
}
	.submit_x40.green_200:hover{ background-position: 0 -40px; }
	.submit_x40.green_200:active{ background-position: 0 -80px; }

.submit_x40.grey_200{
	color: #5b5b5b;
	width: 200px;
	background-position: -200px 0;
}
	.submit_x40.grey_200:hover{ background-position: -200px -40px; }
	.submit_x40.grey_200:active{ background-position: -200px -80px; }



/* -- SUBMIT HEIGHT 24PX -- */

.submit_x24.green_102{
	width: 102px;
	background-position: 0 0;
}
	.submit_x24.green_102:hover{ background-position: 0 -24px; }
	.submit_x24.green_102:active{ background-position: 0 -48px; }

.submit_x24.green_140{
	width: 140px;
	background-position: -102px 0;
}
	.submit_x24.green_140:hover{ background-position: -102px -24px; }
	.submit_x24.green_140:active{ background-position: -102px -48px; }

.submit_x24.add_comment_220{
	padding-left: 20px;
	width: 200px;
	background-position: -242px 0;
}
	.submit_x24.add_comment_220:hover{ background-position: -242px -24px; }
	.submit_x24.add_comment_220:active{ background-position: -242px -48px; }

.submit_x24.grey_220{
	width: 220px;
	background-position: -242px -72px;
}
	.submit_x24.grey_220:hover{ background-position: -242px -96px; }
	.submit_x24.grey_220:active{ background-position: -242px -120px; }

.submit_x24.grey_102,
.submit_x24.grey_140, 
.submit_x24.grey_220{
	color: #5b5b5b;
}

.submit_x24.grey_102{
	width: 102px;
	background-position: 0 -72px;
}
	.submit_x24.grey_102:hover{ background-position: 0 -96px; }
	.submit_x24.grey_102:active{ background-position: 0 -120px; }

.submit_x24.grey_140{
	width: 140px;
	background-position: -102px -72px;
}
	.submit_x24.grey_140:hover{ background-position: -102px -96px; }
	.submit_x24.grey_140:active{ background-position: -102px -120px; }

.submit_x24.grey_102.disable,
.submit_x24.grey_140.disable, 
.submit_x24.grey_220.disable{
	color: #8e8e8e;
	text-shadow: 1px 1px 0 #fff;
}


.search-guru{
	font: bold 13px/16px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #fff;
	border: none;
	width: 140px; height: 39px;
	padding: 6px 0 0 60px;
	margin: 0 0 10px 0;
	position: relative;
	display: inline-block;
	zoom: 1;
	overflow: visible;
	white-space: normal !important;
	cursor: pointer;
	background: url(../../auto.ria.ua/new_auto/img/button/button-guru.png) 0 0 no-repeat;
	text-decoration: none;
	text-align: left;
	
}
	.search-guru:hover{
		background-position: 0 -45px;
	}
	.search-guru:active{
		background-position: 0 -90px;
		text-shadow: -1px -1px 1px #229fc5;
	}
