@charset "utf-8";

label{
	display:none;
}
label.visible{
	display:inherit;
	display:block;
}
label.show{
	height:22px;
	width:7em;
	display:block;
	line-height:22px;
	float:left;
	display:inherit;
	color:#CCC;
	font-style:italic;	
}
.labelInput{
	color:#CCC;
	font-style:italic;
}

.required{
	font-size:9px;
	background:#e5e4e4;
	color:#999;
	border:#CCC 1px solid;
	margin-top:4px;
	margin-bottom:4px;	
	padding:2px;
	width:500px;
}
#send{
	background:url(bg-menubar.gif);
	border:#CCC 1px solid;
	color:#FFF;
}
span.error,label.error { float: none; color: red; padding-left: .5em; vertical-align: top; }

