@charset "utf-8";
/* CSS Document */

.horizontal_buttons{
	text-align:center;
}

.horizontal_button{
	background-color:#663333;
	color:#FFFFFF;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
	height:34px;
	display:inline-block;
	padding:0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	cursor:pointer;
	margin-bottom:5px;
}
.horizontal_button:hover{
	color:#330000;
}
.horizontal_button .button_left, .horizontal_button .button_middle, .horizontal_button .button_right {
	display:inline-block;
	margin:0;
	padding:0;
}
.horizontal_button .button_left, .horizontal_button .button_right {
	height:34px;
	width:10px;
}
.horizontal_button .button_middle{
	background:url(images/landing_pages/button_middle.gif) repeat-x;line-height:34px;
}
.horizontal_button .button_left{
	background:url(images/landing_pages/button_left.gif) no-repeat left;
}
.horizontal_button .button_right{
	background:url(images/landing_pages/button_right.gif) no-repeat right;
}