/*** special order page styles ***/

h1#specialorderDefaultHeading { 
	text-align: center;
	color: orange;
	}

#specialorderDefault {
	background-color: #E5EDF5;
	height: 1%;
 	}

#specialorderDefault input:focus, #specialorderDefault textarea:focus {
	background: #BFDFFF;
	}

#specialorderDefault LABEL.inputLabel {
	width: 12em;
	}


