#userform ul {
	list-style: none;
	margin: 0;
	padding: 0;
	clear: left;
	font: 500 12px verdana,sans-serif;
	padding-left: 7px;
}

#userform ul li {
	margin-bottom: 8px;
	clear: left;
}

#userform ul li fieldset {
	margin-bottom: 30px;
	border: 0;	
}

#userform ul li fieldset ul {
	margin-left: 15px;
	margin-right: 15px;
}

#userform ul li fieldset legend {
  	font-weight: bold;
	margin-bottom: 25px;
}

#userform ul li fieldset label {
  display: block;
  float: left;
  width: 190px;
  margin-top: 2px;

}

#userform ul li fieldset input {
  font-size: 12px;
  xpadding: 1px;
  xborder: 1px solid #7a6a53;
	
}


#userform ul li.required {
	font-size: 10px;
}
#userform ul li.required label{
  
}
#userform ul li.required input {
  color: #000;
}
input.disabled {
  background: #f1f0e6!important;
}
textarea#customer_Comments {
	width: 390px;
	margin-bottom: 5px;
	overflow: auto;
}
#checkoutBillShipTitle h1 {
	padding-top: 13px;
	font-family: Arial;
	font-size: 18px;
	font-weight: bolder;
	
	padding-left: 0px;
}
#checkoutBillShipTitle {
	height: 51px;
	width: 460px;
	text-align: center;
}

#checkoutInputDetails {
	padding-left: 10px;
}
#checkoutInfoText {
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}

form#userform select {
	width: 100px;
}