.readonly {
	background-color: #e6e6e6;
}

em {
	color: #ff0000;
}

table.fieldset {
	/*width: 100%;*/
}

table.fieldset td {	
	border: none;
}

table.fieldset td.label {
	text-align: right;
	width: 200px;
}

table.fieldset td.error {
	color: red;
	font-style: italic;
}

table.fieldset td.comment {
	text-align: left;
}

table.fieldset td.input {
	width: 350px;
}

.calculator {
 	text-align: right;
}

textarea {
	border: 1px solid black;
}

input {
	border: 1px solid black;
}

select {
	border: 1px solid black;
}

.section {
	border: 1px solid #4469a3;	
}

.section legend {
	background-color: #4469a3;
	color: white;
}
