/*****************************
 ***** css by birotec.ro *****
 ***** www.birotec.ro ********
 ***** web@birotec.ro ********
 *****************************/

#tmail-form label {
display: block;
margin-bottom: 5px;
}

#tmail-body {
width: 100%;
}

#tmail-form {
width: 90%;
margin: auto;
text-align: right;
}

.tmail-input {
border: 1px #e0e0e0 solid;
font: 12px Arial, Helvetica, sans-serif;
color: #999;

width: 240px;
}

.tmail-input2 {
border: 1px #e0e0e0 solid;
font: 12px Arial, Helvetica, sans-serif;
color: #999;
width: 240px;
height: 40px;
}

.tmail-input3 {
border: 1px #e0e0e0 solid;
font: 12px Arial, Helvetica, sans-serif;
color: #999;
width: 240px;
height: 70px;
}

.tmail-span {
font: 12px Arial, Helvetica, sans-serif;
color: #999;
float: left;
}

#tmail-clearer {
clear: both;
}