/* button */

.button
{
	height:22px;
	cursor: pointer;  
	color: #5637AE;
	font:normal 13px tahoma;
}

.button_left
{
	width: 10px;
	height: 22px;
	background: url(../images/button-left.gif) no-repeat top left;
}

.button_content
{
	background: url(../images/button-center.png) repeat-x;
	height: 22px;
	padding-left:5px;
	padding-right: 5px;
}

.button_right
{
	width: 10px;
	height: 22px;
	background: url(../images/button-right.gif) no-repeat top right;
}

