.accordion h3 { 
	padding-left: 20px;
	cursor: pointer;
	border-bottom: 1px dashed #14A1FE;;
	}

 span {
	cursor: default;
	}
	
.order span { 
	cursor: pointer;
	border-bottom: 1px dashed #14A1FE;;
	}

blockquote {
	padding-left: 20px;
	padding-bottom: 10px;
	}

#orderDiv {
	
}

#orderDiv table {

	width: 100%;
	text-align: right;
	}

#orderDiv td {
	width: 50%;
	}
	
#orderDiv input {

	width: 100%;
	}

