form {
	margin:0;
	padding:0;
	text-align:left;
}

p#fm-intro {
	margin:0;
	text-align:right;
}

legend { 
	color:#FF4200;
	background:transparent;
	font-size:1.3em;
	font-weight:bold;
	/*margin-left:-10px;*/
}

fieldset {
	border:none;
	border-top:1px solid #ccc;
	margin-bottom:-5px;
}

fieldset div {
	margin-bottom:0.5em;
	padding:0;
	display:block;
	clear:both;
	margin-left:-10px;
}

fieldset div input.text {
	width:250px;
	text-align:left;	
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px;
	color:#333;
}

fieldset div input.checkbox {
	width:15px;
	margin-left:-2px;
	border-top:1px solid #555;
	border-left:1px solid #555;
	border-bottom:1px solid #ccc;
	border-right:1px solid #ccc;
	padding:1px;
	color:#333;
}

fieldset div textarea {
	width:250px;
}

fieldset div select {
	padding:1px;
}

fieldset div.fm-req {
	font-weight:bold;
}

fieldset div.legend-detail {
	color:#666666;
	background:transparent;
	font-size:1em;
	font-weight:normal;
	margin-top:5px;
	margin-left:0px;
}

div.fm-multi div {
	margin:5px 0;
}

div.fm-multi input {
	width:1em;
}

div.fm-multi label {
	display:block;
	width:210px;
	padding-left:100px;
	text-align:left;
}

label {
	float:left;
	text-align:left;
	/*color:#006633;*/
	margin-left:10px;
	margin-right:10px;
	width:270px;
	font-size:14px;
}

label.vol {
	/*color:#993399;*/
}

label.longvol {
	/*color:#993399;*/
	width:480px;
	text-align:left;
	margin-left:20px;
}

label.wrapvol {
	/*color:#993399;*/
	text-align:left;
	margin-right:10px;
}

label.wraphf {
	text-align:left;
	margin-left:20px;
	width:270px;
}

#fm-submit { 
	clear:both;
	padding-top:1em;
	text-align:center;
	padding-bottom:2em;
}

#fm-submit input {
	border:1px solid #333;
	padding:2px 1em;
	background:#555;
	color:#fff;
	font-size:100%;
}

input:focus, textarea:focus {
	background:#e5e5e5;
	color:#000;
}
