#orderform{
	margin-right: auto;
	margin-left: auto;
	font-size: 80%;
	border: 1px solid #666666;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	background-position: top;
	
}
#orderform p{
	margin-top: 0px;
	margin-bottom: 0px;	
}

#orderform th{
	background-color: #FF9933;
	
	}
#orderform th h2{
font-size: 20px;
}

#orderform .sandwich,#orderform  .price,#orderform .order   {
padding-right: 5px;
	padding-left: 5px;
}

#orderform .sandwich {
	width: 380px;
}

#orderform  .price {
	width: 130px;
	text-align: center;
}

#orderform  .infobox {
	background-color: #FFFFFF;
	padding-left: 5px;
	}

#orderform  .ordervalue {
	background-color: #FFE1A4;
	border-top: 1px solid #FF6600;
	border-right: 1px none #FF6600;
	border-bottom: 1px solid #FF6600;
	border-left: 1px none #FF6600;
	}

#orderform .order {

	height: 20px;
	width: 20px;
	background-image: url(../images/checkbox.gif);
	background-repeat: no-repeat;
	background-position: 5px;
}
