@charset "UTF-8";
#formstyle {
}
#formstyle .fieldname {
	clear: both;
	float: left;
	width: 115px;
}
#formstyle .textinput {
	width: 225px;
}
#formstyle .fileuploader {
	width: 225px;
}
#formstyle .alignedfield {
	float: left;
	left: 0px;
	position: relative;
}
#formstyle #submit {
	margin-top: 10px;
	border-right-style: solid;
	border-left-style: solid;
	border-bottom-style: solid;
	border-top-style: solid;
	border-right-color: #1f7d26;
	border-left-color: #36d942;
	border-bottom-color: #1f7d26;
	border-top-color: #36d942;
	border-left-width: 2px;
	border-bottom-width: 2px;
	border-right-width: 2px;
	border-top-width: 2px;
	color: #fffcfb;
	background-color: #2aa634;
}
#formstyle .error {
	clear: both;
	color: red;
}
