﻿.btn, .btn:visited {
	display: inline-block;
	*display:inline;
	_zoom:1;
	padding:0 12px;
	border-radius:3px;
	white-space: nowrap;
	cursor: pointer;
	background: #f9fafa;
	background: -moz-linear-gradient(top,  #f9fafa 0%, #f6f8f8 15%, #dee8e7 100%, #dee8e7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafa), color-stop(15%,#f6f8f8), color-stop(100%,#dee8e7), color-stop(100%,#dee8e7));
	background: -webkit-linear-gradient(top,  #f9fafa 0%,#f6f8f8 15%,#dee8e7 100%,#dee8e7 100%);
	background: -o-linear-gradient(top,  #f9fafa 0%,#f6f8f8 15%,#dee8e7 100%,#dee8e7 100%);
	background: -ms-linear-gradient(top,  #f9fafa 0%,#f6f8f8 15%,#dee8e7 100%,#dee8e7 100%);
	background: linear-gradient(to bottom,  #f9fafa 0%,#f6f8f8 15%,#dee8e7 100%,#dee8e7 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafa', endColorstr='#dee8e7',GradientType=0 );
	border: 1px solid #a2acab;
	text-align: center;
	line-height: 24px;
	min-width: 60px;
	_width:100px;
}

.btn:hover {
	border: 1px solid #a3adab;
	background: #ffffff;
	background: -moz-linear-gradient(top,  #ffffff 0%, #f6f8f8 50%, #edf3f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(50%,#f6f8f8), color-stop(100%,#edf3f2));
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f6f8f8 50%,#edf3f2 100%);
	background: -o-linear-gradient(top,  #ffffff 0%,#f6f8f8 50%,#edf3f2 100%);
	background: -ms-linear-gradient(top,  #ffffff 0%,#f6f8f8 50%,#edf3f2 100%);
	background: linear-gradient(to bottom,  #ffffff 0%,#f6f8f8 50%,#edf3f2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf3f2',GradientType=0 );
}

.btn:active {
	border: 1px solid #819996;
	background: #a3b5b2;
	background: -moz-linear-gradient(top,  #a3b5b2 0%, #ccd7d5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a3b5b2), color-stop(100%,#ccd7d5));
	background: -webkit-linear-gradient(top,  #a3b5b2 0%,#ccd7d5 100%);
	background: -o-linear-gradient(top,  #a3b5b2 0%,#ccd7d5 100%);
	background: -ms-linear-gradient(top,  #a3b5b2 0%,#ccd7d5 100%);
	background: linear-gradient(to bottom,  #a3b5b2 0%,#ccd7d5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a3b5b2', endColorstr='#ccd7d5',GradientType=0 );
}

.btn, .btn:hover, .btn:active, .btn:visited {
	color: #333;
	text-decoration: none;
    font-size: 12px;
}

.btn + .btn {
	margin-left: 10px;
}

.rtl .btn + .btn {
	margin-left: 0;
	margin-right: 10px;
}

.btn.btn-important {
	color: #fff;
	border: 1px solid #923131;
	background: #c64f4f;
	background: -moz-linear-gradient(top,  #c64f4f 0%, #9f3535 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c64f4f), color-stop(100%,#9f3535));
	background: -webkit-linear-gradient(top,  #c64f4f 0%,#9f3535 100%);
	background: -o-linear-gradient(top,  #c64f4f 0%,#9f3535 100%);
	background: -ms-linear-gradient(top,  #c64f4f 0%,#9f3535 100%);
	background: linear-gradient(to bottom,  #c64f4f 0%,#9f3535 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c64f4f', endColorstr='#9f3535',GradientType=0 );
}

.btn.btn-important:hover {
	border: 1px solid #923131;
	background: #dd7373;
	background: -moz-linear-gradient(top,  #dd7373 0%, #b64141 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#dd7373), color-stop(100%,#b64141));
	background: -webkit-linear-gradient(top,  #dd7373 0%,#b64141 100%);
	background: -o-linear-gradient(top,  #dd7373 0%,#b64141 100%);
	background: -ms-linear-gradient(top,  #dd7373 0%,#b64141 100%);
	background: linear-gradient(to bottom,  #dd7373 0%,#b64141 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dd7373', endColorstr='#b64141',GradientType=0 );
}

.btn.btn-important:active {
	border: 1px solid #592121;
	background: #6b2828;
	background: -moz-linear-gradient(top,  #6b2828 0%, #9c3e3e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6b2828), color-stop(100%,#9c3e3e));
	background: -webkit-linear-gradient(top,  #6b2828 0%,#9c3e3e 100%);
	background: -o-linear-gradient(top,  #6b2828 0%,#9c3e3e 100%);
	background: -ms-linear-gradient(top,  #6b2828 0%,#9c3e3e 100%);
	background: linear-gradient(to bottom,  #6b2828 0%,#9c3e3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6b2828', endColorstr='#9c3e3e',GradientType=0 );
}

input.checkbox {
	margin-right: -23px;
	margin-top: -1px;
	width: 17px;
	height: 16px;
	vertical-align: middle;
    _vertical-align:top;
    _height: 20px;
    _margin-top:0;
	filter: alpha(opacity=0);
	opacity: 0;
}
.rtl input.checkbox {
	margin: 0;
	filter: alpha(opacity=100);
	opacity: 1; 
}
label.checkbox {
	position: relative;
	cursor: pointer;
	padding: 3px 0 3px 22px;
	background: url(../images/widgets/checkbox.png) no-repeat 0 2px;
	z-index: 1;
}
.rtl label.checkbox {
	padding: 3px;
	background: none;
}

label.checked {
	background-image: url(../images/widgets/checkbox_selected.png);
}

