/* BUTTONS */

.button {
	float: left;	
	margin-right: 10px;
	margin-bottom: 10px;	
}

.button a:link, .button a:visited, .button button {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	font-family: Lucida Grande, Arial, Helvetica, Verdana, sans-serif;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 4px;
	border: 0px;
	margin: 0px;
	cursor: pointer;
}

.button button {
	padding-bottom: 6px;
}


.button img {
	margin-right: 8px;
}

.button span {
	vertical-align: top;
}

.button a:hover span, .button button:hover {
	text-decoration: underline;
}

.button-blue {
	background: url(../images/buttons2/blue_left.gif) top left no-repeat;
/*	background: #0457e8 url(../images/buttons2/blue_left.gif) top left no-repeat;
*/
}

.button-blue a, .button-blue button {
	background: url(../images/buttons2/blue_right.gif) top right no-repeat;
}

.button-green {
	background:  url(../images/buttons2/green_left.gif) top left no-repeat;
	/*background: #4cb106 url(../images/buttons2/green_left.gif) top left no-repeat;*/
}

.button-green a, .button-green button {
	background: url(../images/buttons2/green_right.gif) top right no-repeat;
}

.button-grey {
	background: url(../images/buttons2/grey_left.gif) top left no-repeat;
	/*background: #797979 url(../images/buttons2/grey_left.gif) top left no-repeat;*/
}

.button-grey a, .button-grey button {
	background: url(../images/buttons2/grey_right.gif) top right no-repeat;
}

.button-red {
	background: url(../images/buttons2/red_left.gif) top left no-repeat;
	/*background: #820604 url(../images/buttons2/red_left.gif) top left no-repeat; */
}

.button-red a, .button-red button {
	background: url(../images/buttons2/red_right.gif) top right no-repeat;
}

.button-orange {
	background: url(../images/buttons2/orange_left.gif) top left no-repeat;
	/*background: #fd6b00 url(../images/buttons2/orange_left.gif) top left no-repeat;*/
}

.button-orange a, .button-orange button {
	background: url(../images/buttons2/orange_right.gif) top right no-repeat;
}