fieldset {
	border:none;
	margin-bottom:10px;
}

fieldset legend{
	background:#E8DAB7;
	font-family:Georgia,times;
	font-size:14px;
	padding:5px 10px;
	margin:0px 0px 5px -10px;
}

#content #rightcol fieldset p{
    padding:0;
}

fieldset input{
	font-size:11px;
	margin:1px 10px 1px 0px;
	width:100px;
}

fieldset select{
	font-size:11px;
	margin:1px 10px 1px 0px;
	width:104px;
}

fieldset label{
	width:200px;
	float:left;
}

fieldset textarea{
	font-size:11px;
	margin:1px 10px 1px 0px;
	width:200px;
	height:60px;
}

.submitbutton{
	font-size:11px;
	background:#e8dab7;
	padding:2px 5px;
	border:3px #D0B56A double;
    margin-right:10px;
	cursor:pointer;
}

.editbutton{
	font-size:11px;
	cursor:pointer;
	background:#e8dab7;
	padding:2px 5px;
	border:3px #D0B56A double;
	position:absolute;
	margin:-28px 0px 0px 270px;
}

.required{
	background:#ECD4D4;
}

#rightcol #orderform p{
	margin:0px;
	padding:0px;
}

#rightcol #orderform span{
	text-align:left;
	display:block;
	float:left;
	width:200px;
}

#rightcol #orderform p strong{
	color:maroon;
}

em.error{
    color:maroon;

}





