form {
	margin-top:0px;
	padding-top:0px;
}
fieldset {
	border: 1px solid #CCC;
	margin:1px 0px 15px 0px;
	padding:20px;
}
legend {
	font-style:italic;
	font-weight: bold;
	color:#666;
	font-size:1.4em;
	padding:0px 10px 0px 10px;
	margin-bottom:20px;
	font-family:Myriad Pro, Arial, sans-serif;
}
.formrow {
	clear: both;
	padding: 0.8em
}
.label {
	width: 16em;
	float: left;
	text-align: right;
	margin-right: 1em;
	color:#666666;
}
.prompt {
	text-align: right;
}
.accesskey {
	text-decoration: underline
}
.element {
	float: left;
}
.error {
	border: 1px solid red;
	background-color: #ffcccc;
}
.redtext {
	color:#f00;
}
select {
	font-size:0.85em;
}
input {
	font-size:0.85em;
}
input[type="file"] {
	font-size:0.85em;
	padding:0.2em;
}
textarea {
	width:300px;
}
input.textBoxWide {
	width:300px
}
.textAreaWide {
	height: 150px;
	width: 300px;
}
