.buttons {margin:30px 0 0 0;}

.button {
	margin:0 10px 0 0;
	color: #009178;
	font-size:0.8em;
    font-weight: 600;
	display: inline-block;
	*display: inline;
    *zoom: 1;
	line-height: 32px;
	min-width: 30px;
	padding:0 15px;
	text-align: center;
	text-decoration: none;
	vertical-align:middle;
	cursor:pointer;
}
.button:hover, .button:active, .button:visited {
	color: #009976;
	text-decoration: underline;
}

.button_recommended {
	margin:0 20px 0 0;
	border-radius:4px;
	background: #00b496;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00b496), color-stop(100%,#008e76));
	background: -webkit-linear-gradient(top,  #00b496 0%,#008e76 100%);
	background: -ms-linear-gradient(top,  #00b496 0%,#008e76 100%);
	background: -moz-linear-gradient(top,  #00b496 0%,#008e76 100%);
	background: linear-gradient(top bottom,  #00b496 0%,#008e76 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00b496', endColorstr='#008e76',GradientType=0 );
	color: #fff;
	border: 1px solid #006353;
	padding:5px 10px;
}

html[dir="rtl"] .button, html[dir="rtl"] .button_recommended {margin:0 0 0 10px;}

.button_recommended:hover, .button_recommended:active, .button_recommended:visited {
	color: #fff;
	text-decoration:none;
	background: #008e76;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008e76), color-stop(100%,#00b496));
	background: -webkit-linear-gradient(top,  #008e76 0%,#00b496 100%);
	background: -ms-linear-gradient(top,  #008e76 0%,#00b496 100%);
	background: -moz-linear-gradient(top,  #008e76 0%,#00b496 100%);
	background: linear-gradient(top bottom,  #008e76 0%,#00b496 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008e76', endColorstr='#00b496',GradientType=0 );
}

.button:focus {outline: 1px dashed;}


.checkbox {
	margin-top:20px;
	font-size:0;
	clear:both;
}

label {
	cursor: pointer;
	display:inline-block;
	*display:inline;
	*zoom:1;
	font-size:14px;
	selection:none;
	-ms-user-select:none;
	-moz-user-select:none;
	-webkit-user-select:none;
	line-height:115%;
	vertical-align:middle;
	margin:0 5px;
}

input[type=checkbox] {
	height: 16px;
	width: 16px;
	display:inline-block;
	*display:inline;
	*zoom:1;
	vertical-align:middle;
}

input[type=checkbox]:focus {outline:none;}

input[type=checkbox]:focus + label {outline: dashed 1px;}