select {
		font-size:20pt;
		height: 40px;	
		width: 100%;
	}
	
table { 
		text-align: center;
	}
	
tr {
	padding-top: 11px;
    padding-bottom: 11px;
	font-size: 12pt;
}

tr:nth-child(even) {background: #CCC}
tr:nth-child(odd) {background: #FFF}
	
	
	
	
.theader {
	padding-top: 11px;
    padding-bottom: 11px;
    background-color: #4CAF50;
    color: white;

}
.subheader {

    background-color: #b8e0b9;
    color: black;
}
.orderContents {
	border: Solid 2px Black;
	background-color: #cccccc;
}
.order {
	padding: 0px;
	margin-bottom: 10px;
	border:solid black 1px;
	tab-size: 3;
}
.orderButton {
	color: #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	width:100%;
	height:60px;
	font-size:24px;
}

.myButton {
	-moz-box-shadow: 0px 10px 14px -7px #133603;
	-webkit-box-shadow: 0px 10px 14px -7px #133603;
	box-shadow: 0px 10px 14px -7px #133603;
	/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#77b55a', endColorstr='#72b352',GradientType=0);
	background-color:#77b55a;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #347d10;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px;
	margin: 5px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #1b3b05;
	
}
.myButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #72b352), color-stop(1, #77b55a));
	background:-moz-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-webkit-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-o-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:-ms-linear-gradient(top, #72b352 5%, #77b55a 100%);
	background:linear-gradient(to bottom, #72b352 5%, #77b55a 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#72b352', endColorstr='#77b55a',GradientType=0);
	background-color:#72b352;
}
.myButton:active {
	position:relative;
	top:1px;
}
.myButtonDisabled {
	-moz-box-shadow: 0px 10px 14px -7px #133603;
	-webkit-box-shadow: 0px 10px 14px -7px #133603;
	box-shadow: 0px 10px 14px -7px #133603;
	/*
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #77b55a), color-stop(1, #72b352));
	background:-moz-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-webkit-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-o-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:-ms-linear-gradient(top, #77b55a 5%, #72b352 100%);
	background:linear-gradient(to bottom, #77b55a 5%, #72b352 100%);
	*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#cccccc', endColorstr='#cccccc',GradientType=0);
	background-color:#cccccc;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
	border:1px solid #333333;
	display:inline-block;
	cursor:pointer;
	color:#FFFFFF;
	font-family:Arial;
	font-size:14px;
	font-weight:bold;
	padding:5px 5px;
	margin: 5px 5px;
	text-decoration:none;
	text-shadow:0px 1px 0px #cccccc;
	
}


		
		
/*#footer {
   position:absolute;
   bottom:0px;
   width:100%;
}*/