﻿.column {
	float: left;
	position: relative;
}
.tt {
	background-color: #fff;
	-webkit-border-radius: 5px;
	color: #777777;
	border: 1px solid #dadada;
	line-height: normal;
	padding: 6px 10px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
	box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.06);
	width: 200px;
	display: inline-block;
	font-family: Arial, sans-serif;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	margin: 0;
}
.txt:focus {
	color: #454545;
	-webkit-box-shadow: inset 0px 0px 7px 0px rgba(247,138,6, 0.3);
	box-shadow: inset 0px 0px 7px 0px rgba(247,138,6, 0.3);
	border-color: rgb(247,138,6);
}
.btn {
	border: 1px solid rgb(247,138,6);
	color: #fff;
	-webkit-border-radius: 5px;
    border-radius: 5px;
    background-image: linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -o-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -moz-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -webkit-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -ms-linear-gradient(bottom, rgb(253,80,0) 21%, rgb(247,138,6) 61%);
    background-image: -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(0.21, rgb(253,80,0)),
        color-stop(0.61, rgb(247,138,6))
    );
	display: inline-block;
	position: relative;
	line-height: normal;
	padding: 6px 10px;
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
	text-shadow: 0 1px 0 rgba(0,0,0,0.3);
	font-family: Arial, sans-serif;
	margin: 0;
	text-decoration: none;
}
button.btn::-moz-focus-inner { margin: -1px; padding: 0; }
.btn:active {
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
.btn.btn-small {
	padding: 2px 8px;
	text-transform: lowercase;
}
.btn .ttr {
	-webkit-border-radius: 5px;
    border-radius: 5px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.btn .ttr.a1 {
	opacity: .1;
}
.btn .ttr.a2 {
	opacity: .2;
}
.btn .ttr.a3 {
	opacity: .3;
}
.btn .ttr.a4 {
	opacity: .4;
}
.btn .ttr.a5 {
	opacity: .5;
}

.tbl {
	border-collapse: collapse;
	width: 100%;
}
.tbl tr td {
	padding: 4px 5px 4px 0;
}
.tbl.tbl-linear {
	border-top: 1px solid #dadada;
}
.tbl.tbl-linear tr td {
	border-bottom: 1px solid #dadada;
}