.email input, textarea, select {
	border: 1px solid #F93;
}

#form_name, #form_forname, #form_phone, #form_email {
	width: 145px;
}

#form_subject, #form_message {
	width: 387px;
}

#form_message {
	height: 200px;
}

.obligatory {
	color:red;
}

.email td {
	height: 30px;
}

.fieldRequired {
	font-size:10px;
}

.email {
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 60px;
}

.success {
	text-align: center;
	font-size: 20px;
	color: green;
	font-weight: bolder;
}