@charset "utf-8";
/* CSS Document */
body {
	background-color: #ebd21b;
	margin-top: 0px;
	padding-top: 5px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #ffffff;
}
a:hover {
	color: #ed1c24;
}
a:active {
	color: #f0f0f2;
}
div.row {
  clear: both;
  padding-top: 10px;
  }

div.row span.label {
  float: left;
  width: 100px;
  text-align: right;
  }

code {
	font: 10px geneva, lucida, sans-serif;
}

.textfield {
	width: 185px;
}
.textarea {
	width: 185px;
	height: 95px;
}
