/* CSS Document */
.chronoform {
	visibility:hidden;
}

fieldset{
	margin: 20px;
	padding: 5px;
	width: 90%;
	border: 1px solid #781351;
	vertical-align: top;
	font-size:14px;
}

legend{
	margin: 0;
	padding: 2px 3px;
	color: #fff;
	background:#FF6600;
	border: 1px solid #781351;
	font-weight:bold;
	font-size:12px;
	white-space:normal;
} 

legend a:link {
	color:#FFFFFF;
	text-decoration:none;
}

legend a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

legend a:hover {
	color:#FFFF00;
	text-decoration:none;
}

label {
	width: 25%;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block;
	white-space:nowrap;
	color:#006600;
	font-weight: bolder;
}

input, textarea, select {
	color: #781351;
	background: #fee3ad;
	border: 1px solid #CCCCCC;
}

submit input{
	margin-left: 4.5em;
} 

.submit {
	color: #000;
	background: #ffa20f;
	border: 2px outset #d7b9c9;
}

.val {
	color:#990000;
	background: none;
	border: 0px;
	font-size: small;
	font-weight:bolder;
}