#orderCont {
	clear: left;
}
#orderCont p:first-child {
	font-style: italic;
	font-weight: bold;
	text-align: center;
	margin: 5px 0px 10px 0px;
}
#orderCont p:nth-child(2) {
	text-align: justify;
	margin: 0px 10px;
	text-indent: 15px;
}
#orderCont p:nth-child(3) {
	font-weight: bold;
	text-align: center;
	margin: 10px 0px -25px 0px;
}
#orderCont input[type="select"] {
	visibility: hidden;
}
#orderCont #quantity, #orderCont #subtotal {
	font-size: 1.1em;
	text-align: center;
	font-weight: bold;
}
#orderCont strong {
	margin: 0px 0px 0px 30px;
}
#orderCont  input, #orderCont label, #orderCont textarea{
	margin: 0px 0px 15px 0px;
}
#orderCont input[type="file"] {
	cursor: pointer;
}
#orderCont input[type="submit"] {
	font: bold 1em Arial, Helvetica, sans-serif;
	color: #FFF;
	text-align: center;
	display: inline-block;
	width: 156px;
	height: 45px;
	float: left;
	margin: 0px 0px 0px 200px;
	background: url(../_graphics/mainnav/navi.jpg) center no-repeat;
	padding: 0px 0px 0px 0px;
}
#orderCont input[type="submit"]:hover {
	background: url(../_graphics/mainnav/navi_hover.jpg) center no-repeat;
}
#orderCont input[type="submit"]:active {
	background: url(../_graphics/mainnav/navi_hover.jpg) no-repeat center 0.5px;
}
.price {
	font-size: 1.2em;
	color: #00F;
	padding: 10px 0px 0px 400px;
}
.label {
	width: 200px;
	float: left;
	clear: left;
	text-align: right;
	padding: 0px 10px 0px 0px;
}
.missing, .warning, .textfieldRequiredMsg, .textfieldInvalidFormatMsg, .textfieldMinCharsMsg, .textareaMaxCharsMsg {
	font-size: 0.85em;
	font-style: italic;
	color: #F00;
}