/*  TDO Form*/

.tdomf_form h4 {
	margin: 		0 0 10px 0;
}
.tdomf_form label {
	font-weight: 	normal!important;
	font-size: 		12px!important;
}
.tdomf_form span.example {
	color: 			#8C8C8C!important;
	font-size: 		12px!important;
}
.tdomf_form .required {
	font-weight: 	normal!important;
	font-size: 		12px!important;
}
.tdomf_form span.required {
	color: 			#ff0000!important;
}
.tdomf_form fieldset {
	margin:			0!important;
}
.tdomf_form input[type="text"],
.tdomf_form textarea {
	width: 			75%!important;
	font-size:		14px!important;
}
.tdomf_form small {
	font-size: 		10px!important;
	font-style:		normal!important;
	color:			#555!important;
}
.tdomf_form .suggest_features {
	margin: 		0 0 20px 0;
}
	.tdomf_form .suggest_features p {
		margin: 		0 0 5px 0;
	}