.buttons {margin:30px 0 0 0;}

.button, .button:visited {
	margin:0 10px 0 0;
	color: #E32122;
	font-size:0.8em;
    font-weight: 600;
	display: inline-block;
	*display: inline;
    *zoom: 1;
	line-height: 32px;
	min-width: 30px;
	padding:0;
	text-align: center;
	text-decoration: none;
	vertical-align:middle;
	cursor:pointer;
}
.button:hover,{
	color: #666666;
	text-decoration: underline;
}

.button:active {
	color: #999999;
	text-decoration: underline;
}


.button_recommended {
	margin:0 20px 0 0;
	border-radius:4px;
	background: #3A3A3A;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3A3A3A), color-stop(100%,#121212));
	background: -webkit-linear-gradient(top,  #3A3A3A 0%,#121212 100%);
	background: -ms-linear-gradient(top,  #3A3A3A 0%,#121212 100%);
	background: -moz-linear-gradient(top,  #3A3A3A 0%,#121212 100%);
	background: linear-gradient(top bottom,  #3A3A3A 0%,#121212 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FF2C1D', endColorstr='#FD7114',GradientType=0 );
	color: #fff;
	border: 1px solid #000000;
	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: #121212;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#121212), color-stop(100%,#3A3A3A));
	background: -webkit-linear-gradient(top,  #121212 0%,#3A3A3A 100%);
	background: -ms-linear-gradient(top,  #121212 0%,#3A3A3A 100%);
	background: -moz-linear-gradient(top,  #121212 0%,#3A3A3A 100%);
	background: linear-gradient(top bottom,  #121212 0%,#3A3A3A 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FD7114', endColorstr='#FD883A',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;}