/* CSS Document */
input[type="checkbox"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

input[type="radio"] {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;		
}

.order_form_title {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #C9E3AE;	
	font-size:16px;	
}

.order_form {
	text-indent:0px;
	border: 2px solid #C9E3AE;
}

.order_form th{
	background-color:#E0EFD1;
	color:#336633;
	font-size:13px;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8D364;		
}

.order_form td{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A8D364;	
}

.order_detail_form {
	text-indent:0px;
}

