form table {
	font-size: small;
	width: 520px;
	color: #FFF;
	margin-left: 40px;
}
form table * {
	font-family: "Trebuchet MS";
	font-size: small;
}
form table tr td.fieldname {
	width: 60px; 
	text-align: right;
	padding-right: 3px;
}
form table tr td.inputfield {
	width: 160px; 
}
form table tr td.inputfield input {
	width: 140px;
	background-color: #dbba9a;
	border: 0px;
	color: #000;
}
form table tr td.messagefield {
	width: 270px; 
}
form table tr td.messagefield textarea {
	border: none;
	background-color: #dbba9a;
	width: 260px;
	overflow: auto;
	color: #000;
}
form div.submit {
	margin-top: 25px;
	margin-left: 240px;
}
form div.submit input {
	background: url(../images/trimite.jpg) no-repeat top left;
	width: 82px;
	height: 31px;
	border: none;
	cursor: pointer;
}
