/* General Buttons & Tabs */
form input[type="submit"], .button, .heading_tabs .tab a {
	border: 1px solid #707070;
	color: #000000;
    background: url('images/Algadon2.0/buttons/mobile.png') repeat-x scroll left top #d4d4d4;
	display: inline;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
	height: 22px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

a.button {
	height: 14px;
}

form input[type="submit"]:hover, .button:hover,
.heading_tabs .tab.active a, .heading_tabs .tab a:hover {
	border-color: #2c628b;
	background-image: url('images/Algadon2.0/buttons/mobile_hover.png');
	background-color: #68b2da;
	color: #000000;
	text-decoration: none;
}