@charset "utf-8";

form.form label {
	color: #000;
	font-weight: bold;
	line-height: 20px;
	width: 160px;
	display: block;
}

form.form input.text {
	width: 250px;
}

form.form select.select {
	width: 255px;
}

form.form table.form {
	border-spacing: 5px;
}

	form.form table.form tr.div td {
		padding: 10px 0px;
	}

	form.form table.form td {
		vertical-align: top;
	}
	
	form.form table.form td.dados {
		font-size: 12px;
		font-weight: bold;
		line-height: 20px;
		color: #333;
	}

form.form .req {
	color: #d80000;
	font-weight: bold;
}

form.form .required {
	color: #d80000;
}

form.form input.submit {
	float: right;
	margin: 20px 0px 0px 10px;
}

form.form .error-message {
	font-size: 11px;
	padding-bottom: 2px;
	line-height: 18px;
}