.translation form {
	color: black;
}

.translation form .errorMessage {
	display: none;
	color: red;
	margin: 0 0 7px 0;
}

.translation form .table_row .left {
	padding-right: 7px;
	vertical-align: top;
}

.translation form .table_row .right {
	padding-left: 7px;
	vertical-align: top;
}

.translation form .star {
	color: #376ea4;
}
.translation form .comment {
	color: #868686;
}
.translation form .field_name {
	margin: 0;
	position: relative;
}
.translation form .field_name input, form .field_name textarea {
	display: block;
	width: 100%;
	resize: vertical;
	margin: 10px 0;
	padding: 2px 7px;
	border: 1px solid #cccccc;
}
.translation form .field_name input[type=text] {
	height: 30px;
}
.translation form .but {
	font-size: 16px;
}


.translation form .hidden {
	display: none!important;
}

.translation form .inp_file {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 30px;
	border: 1px solid #cccccc;
	margin-top: 10px;
	cursor: pointer;
}

.translation form .inp_file .but {
	display: table-cell;
	width: 115px;
	vertical-align: middle;
	font-family: "PTSansRegular";
	font-size: .875em;
	text-transform: none;
	padding: 0;
	border-radius: 0;
	border: 0;
}
.translation form .inp_file:hover .but {
	background: #376ea4;
}

.translation form .inp_file .path {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	font-family: "PTSansItalic";
	font-size: .875em;
	color: #868686;
	padding: 0 20px 0 20px;
}

.translation form .field_name .add_file {
    font-size: .75em;
    color: #868686;
    cursor: pointer;
    display: inline-block;
    margin-top: 10px;
	border-bottom: 1px dotted #868686;
}

.translation form .field_name .add_file:hover {
	border-bottom: 1px solid white;
}


.translation form .capcha_block {
	position: relative;
	padding: 0 0 50px 140px;
}

.translation form .capcha_block .capcha {
	position: absolute;
	top: -10px;
	left: -3px;
	text-align: center;
	cursor: pointer;
}

.translation form .capcha_block .capcha img {
	display: block;
	margin: 0 auto;
	width: 140px;
    height: auto;
}

.translation form .capcha_block .capcha span {
	text-transform: uppercase;
	font-size: .5625em;
	text-decoration: underline;
}

.translation form .capcha_block .capcha:hover span {
	text-decoration: none;
}


.translation form .select_wrap {
	background: url('../images/translate_arrow.png') no-repeat center;
}

.translation form .select_wrap .select {
	width: 200px;
	display: table;
	position: relative;
	background: url('../images/select_arrow.png') no-repeat 95% center;
	height: 30px;
	border: 1px solid #cccccc;
	margin: 10px 0;
	padding: 0px 20px 0px 7px;
}
.translation form .select_wrap .select.from {
	float: left;
}
.translation form .select_wrap .select.to {
	float: right;
}

.translation form .select_wrap .select select {
	position: absolute;
	z-index: 1;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.translation form .select_wrap .select .select_val {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	margin: 0;
	padding: 0;
}
