/* Print CSS Document */

/* added by isalciuc */
* {
	font-family:Arial;
}

.label {
	font-size:medium;
	line-height:2.5em;
	font-weight:bold;
	color:#005DA8;
	text-align:left;
}

div.fields, div.result {
	margin:10px 0px 20px;
}

div.fields *, div.result * {
	margin:0px;
}

div.fields div, div.result div, div.line {
	border:0px dotted green;
	clear:both;
	margin:3px;
	padding:2px;
	font-size:1em;
}

div.fields div, div.result div, div.line * {
	vertical-align:middle;
}

div.fields div input[type="text"], div.line input[type="text"] {
	width:200px;
}

div.fields div textarea, div.line textarea {
	width:200px;
}

div.fields div select, div.line select {
	width:206px;
}

div.fields div label, div.line label {
	border:0px dotted blue;
	width:120px;
	float:left;
	padding-right:5px;
}

div.result div label {
	width:160px;
	float:left;
	padding-right:5px;
}

div.fields div label.description, div.line label.description {
	width:auto;
	float:left;
}

#buttons {
	display:none;
}