/* Form */
fieldset {
	display: block;
	width: 400px;
	text-align: left;
	background-color: #ACD4B9;
	border: solid 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
}
fieldset  a:active, fieldset   a:visited, fieldset   a {
	color: #ce7577;
}
fieldset  a:hover {
	text-decoration:none;
}
fieldset  h5 {
	font-size:14px;
}
div.legend {
	left: 10px;
	top: 10px;
	background-color: #90C5A2;
	color: #ffffff;
	line-height: 20px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
	height: 20px;
	border: solid 0px #ffffff;
}
fieldset label {
	width: 170px;
	float:left;
	padding-bottom:5px;
	border:0px solid;
	text-align: right;
	margin:0px;
	padding:0px;
	clear:left;
	line-height:22px;
}
/* Controls */
input {
	font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica";
	font-size: 12px;
}
select {
	font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica";
	font-size: 12px;
}
textarea {
	font-family: "Trebuchet MS", "Verdana", "Arial", "Helvetica";
	font-size: 12px;
}
input.text {
  	display: inline;
	border: solid 1px #2A55A0;
	margin-top: 1px;
	margin-bottom: 2px;
	height: 16px;
	width: 220px;
}
input.text_short {
	display: inline;
	border: solid 1px #42A55A0;
	margin-top: 1px;
	margin-bottom: 2px;
	height: 16px;
	width: 120px;
}
input.file_text {
  	display: inline;
	border: solid 1px #2A55A0;
	margin-top: 1px;
	margin-bottom: 2px;
	margin-left: 95px;
	height: 16px;
	width: 220px;
}
input.button {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #2A55A0;
	background-color: #2A55A0;
	color: #ffffff;
	margin-top: 1px;
	margin-bottom: 2px;
	width: 80px;
	cursor: pointer;
}
input.file {
	display: inline;
	font-size: 11px;
	font-weight: bold;
	border: solid 1px #2A55A0;
	margin-top: 1px;
	margin-bottom: 2px;
	height: 18px;
	width: 180px;
	cursor: pointer;
}
textarea.text {
	display: inline;
	border: solid 1px #2A55A0;
	margin-top: 1px;
	margin-bottom: 2px;
	height: 200px;
	width: 300px;
}
select.select {
   	display: inline;
	border: solid 1px #2A55A0;
	margin-top: 1px;
	margin-bottom: 2px;
	height: 16px;
	width: 220px;
}
input.checkbox, input.radio {
   	display: inline;
	border: solid 1px #2A55A0;
	margin-top: 1px;
	margin-bottom: 2px;
	line-height: 22px;
	height: 12px;
	width: 12px;
}
.form_field_value {
	margin-left: 40%;
}
p.form {
   	text-indent: 0px;
   	line-height: 22px;
	vertical-align: middle;
	border: solid 0px #ffffff;
	padding:0px;
	margin:0px;
}
p.form_panel {
	margin-left: 20px;
	text-align: left;
}
div.addition_fields {
   	width:411px;
	float:right;
	text-indent: 0px;
   	line-height: 22px;
	vertical-align: middle;
	padding:10px;
	margin:0px;
	border: solid 1px #ffffff;
}
div.addition_fields_error	{

	color:#ff0000;
	text-align:center;
	width:100%;
	padding-bottom:10px;
}