/* Form */
fieldset {
	display: block;
	width: 95%;
	text-align: left;
	background-color: #cccccc;
	border: solid 0px #ffffff;
	margin-left: auto;
	margin-right: auto;
}
div.legend {
	left: 10px;
	top: 10px;
	background-color: #909090;
	color: #ffffff;
	line-height: 20px;
	font-size: 13px;
	padding-left: 5px;
	padding-right: 5px;
	width: 200px;
	height: 20px;
}
fieldset label {
	width: 35%;
	display: block;
	clear: left;
	float: left;
	line-height: 22px;
	text-indent: 7px;
	text-align: right;
}
/* 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 #505050;
	margin-top: 1px;	
	margin-bottom: 2px;
	height: 16px;
	width: 220px;
}
input.text_short {
	display: inline;
	border: solid 1px #4505050;
	margin-top: 1px;	
	margin-bottom: 2px;
	height: 16px;
	width: 120px;
}
input.file_text {
  	display: inline;
	border: solid 1px #505050;
	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 #909090;
	background-color: #909090;
	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 #909090;
	margin-top: 1px;	
	margin-bottom: 2px;
	height: 18px;
	width: 180px;
	cursor: pointer;
}
textarea.text {
	display: inline;
	border: solid 1px #909090;
	margin-top: 1px;	
	margin-bottom: 2px;
	height: 200px;
	width: 300px;	
}
select.select {
   	display: inline;
	border: solid 1px #909090;
	margin-top: 1px;	
	margin-bottom: 2px;
	height: 16px;
	width: 220px;
}	
input.checkbox, input.radio {
   	display: inline;
	border: solid 1px #909090;
	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;
}
p.form_panel {
	margin-left: 20px;
	text-align: left;
}