
fieldset{
	margin-top: 1em;
	padding-top: 1em;
}

legend{
	font-weight:bold;
	margin-left:1em;
	color:#000000;

}

#customerInfo th{
	text-align:right;
	background-color:#eee4ce;
	width: 12em;

}
#customerInfo td{
	text-align:left;
}

#customerInfo input[type="text"]{
	width: 98%;
}

#customerInfo select{
	width: 80%;
}

#customerInfo textarea{
	width: 100%;
	height: 4em;
}

#customerInfo table{
	width: 100%;
	padding: 1em;
}

#systemMsg {
	padding: 10px;
}

#systemMsg ul{
	text-align:left;
	padding-left: 2em;
}

#systemMsg fieldset{
	width: 60%;
	text-align:left;
	padding: 10px;
}
