.table_form_upload tr {
height: 40px;
}

.table_form_upload input[type='text'] {height: 20px;}
.call-me-form {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}
.upload-file-form {
	font-size:10px;
	font-family:Arial, Helvetica, sans-serif;
}

.call-me-form input[type='text'] {
    width: 100%;
}

.upload-file-form input[type='text'] {
    width: 100%;
}

.call-me-form table tr td {
    vertical-align: top;
}

.call_me_error {
	color: red;
	font-size:9px;
}
.call_me_success {
	color: #008000;
	font-size:11px;
	font-weight: bold;
	text-align: center;
	margin: 30px 0 30px 0;
}
.hov_form:hover {
cursor: pointer;
}