table.table-wrap-all td {
	text-align: left;
}
table.table-wrap-all td.content-header {
	text-align: right;
}
form {
	display: inline;
}
.form label {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	display: block;
	padding: 8px 0;
}
.form input {
	width: 170px;
	height: 18px;
	padding: 4px;
	border-top: 1px solid #E9E9E9;
	border-left: 1px solid #E9E9E9;
	border-bottom: 1px solid #B0B1B5;
}
.form input.file {
	width: auto;
	height: auto;
	*height: 24px;
	padding: 0;
	border: 0;
	margin: 0 0 0 -33px;
	*margin: 0 0 0 -50px;
}
.form .wrap-form {
	width: 200px;
	*width: 220px;
	margin: 0 0 0 10px;
	overflow: hidden;
}
.form input.send {
	width: 106px;
	height: 37px;
	vertical-align: middle;
	background: transparent url(../sealtranslations-images/btn-send.jpg) no-repeat left top;
	border: none;
	line-height: normal;
	cursor: pointer;
}
.form input.send2 {
	width: 106px;
	height: 37px;
	vertical-align: middle;
	background: transparent url(../sealtranslations-images/btn-send2.jpg) no-repeat left top;
	border: none;
	line-height: normal;
	cursor: pointer;
}
.form .adjunto {
	width: 250px;
	height: 178px;
	background: url(../sealtranslations-images/bg-adjuntar.jpg) no-repeat left top;
}
.form .adjunto p {
	width: 160px;
	height: 90px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 15px;
	color: #fff;
	margin: 0;
	padding: 28px 0 0 15px;
}
.form .green {
	color: #cccc33;
}