﻿.tbl_button
{
	border-width:0;
	border-collapse:collapse;

}

.button_left
{
	background-image: url('/images/elements/common/button_right.gif');
	border-width:0;
	width:10;
	height: 30;
}

.button_right
{
	background-image: url('/images/elements/common/button_left.gif');	
	border-width:0;
	width:10;
	height: 30;
}

.button_bg
{
	background-image: url('/images/elements/common/button_bg.gif');
	text-align:center;
}

.btn_text
{
	font-family: Arial;
	color: #174CBB;
	font-weight: bold;
	font-size: 13px;
	text-decoration:none;

}