.buttons {margin:30px 0 0 0;}

.button {
	margin:0 10px 0 0;
	color: #174476;
	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: #285e9b;
	text-decoration: underline;
}

.button_recommended {
	margin:0 20px 0 0;
	border-radius:4px;
	background: #174476;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#285e9b), color-stop(100%,#174476));
	background: -webkit-linear-gradient(top,  #285e9b 0%,#174476 100%);
	background: -ms-linear-gradient(top,  #285e9b 0%,#174476 100%);
	background: -moz-linear-gradient(top,  #285e9b 0%,#174476 100%);
	background: linear-gradient(top bottom,  #285e9b 0%,#174476 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#285e9b', endColorstr='#174476',GradientType=0 );
	color: #fff;
	border: 1px solid #174476;
}

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: #174476;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#174476), color-stop(100%,#285e9b));
	background: -webkit-linear-gradient(top,  #174476 0%,#285e9b 100%);
	background: -ms-linear-gradient(top,  #174476 0%,#285e9b 100%);
	background: -moz-linear-gradient(top,  #174476 0%,#285e9b 100%);
	background: linear-gradient(top bottom,  #174476 0%,#285e9b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#174476', endColorstr='#285e9b',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;}