.btn-blue-left{
	background-color: #008292;
	background-image: url(../images/contbuttons/btn_blue_left.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-left: 12px;
	text-align: center;
	width: 100px;
}

.btn-blue-right{
	background-color: #008292;
	background-image: url(../images/contbuttons/btn_blue_right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-right: 12px;
	text-align: center;
	width: 100px;
}

.btn-gray-left{
	background-color: #675C57;
	background-image: url(../images/contbuttons/btn_gray_left.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-left: 12px;
	text-align: center;
	width: 100px;
}

.btn-gray-right{
	background-color: #675C57;
	background-image: url(../images/contbuttons/btn_gray_right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-right: 12px;
	text-align: center;
	width: 100px;
}

.btn-orange-left{
	background-color: #F08A00;
	background-image: url(../images/contbuttons/btn_orange_left.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-left: 12px;
	text-align: center;
	width: 100px;
}

.btn-orange-right{
	background-color: #F08A00;
	background-image: url(../images/contbuttons/btn_orange_right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-right: 12px;
	text-align: center;
	width: 100px;
}

.btn-red-left{
	background-color: #FF5700;
	background-image: url(../images/contbuttons/btn_red_left.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-left: 12px;
	text-align: center;
	width: 100px;
}

.btn-red-right{
	background-color: #FF5700;
	background-image: url(../images/contbuttons/btn_red_right.gif);
	background-position: center right;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-right: 12px; /*padding-bottom:10px;*/
	text-align: center;
	width: 100px;
	padding-bottom:3px;
	line-height: 16px;
}

.btn-red-center{
	background-color: #FF5700;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-right: 12px;
	padding-left:12px;
	text-align: center;
	width: 100px;
}

/* === FORMS END /=== */
/* === BUTTONS === */
.btn-red-right, .btn-red-left, .btn-blue-right, .btn-blue-left, .btn-gray-right, .btn-gray-left, .btn-orange-right, .btn-orange-left{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

.btn-search_en{
	background-image: url(../images/global/btn_search_en.gif);
	border: 0px;
	cursor: pointer;
	height: 16px;
	width: 71px;
}

.btn-search_gr{
	background-image: url(../images/global/search_green.gif);
	border: 0px;
	cursor: pointer;
	height: 16px;
	width: 22px;
}

.btn-yel-redbg-left{
	background-color: #F08A00;
	background-image: url(../images/buttons/btn_lft_redbg.gif);
	background-position: center left;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-left: 12px;
	padding-right: 10px;
	text-align: center;
	width: 100px;
}

.btn-yel-redbg-right{
	background-color: #F08A00;
	background-image: url(../images/buttons/btn_rt_redbg.gif);
	background-position: center right;
	background-repeat: no-repeat;
	border: 0px;
	color: #FFFFFF;
	height: 16px;
	padding-left: 10px;
	padding-right: 12px;
	text-align: center;
	width: 100px;
}


