#labelinput {
	margin: 10px 0px 0px 10px;
}

#labelinput .label {
	width: 140px;
	float: left;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	padding: 3px;
}

#labelinput .input {
	width: 450px;
	float: left;
}

#labelinput .input input, select {
	border: 1px solid #666;
	width: 300px;
	background: #fff;
	padding: 3px;
	font-size: 11px;
}

#labelinput .date {
	width: 85px !important;
	border: 1px solid #666;
	background: #fff;
	padding: 2px;
}

#productlisting .type {
	float: left;
	width: 220px;
	font-size: 11px;
	margin-bottom: 4px;
}

#productlisting input {
	width: 20px !important;
}

#productlisting .type input {
	border: 0px;
}

#productlisting {
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

#productlisting h2 {
	margin-top: 0px;
}

#submit {
	width: 140px !important;
	border: 1px solid #666 !important;
	background: #ccc !important;
	
}

suf {
	font-size: 9px;
}

#FormErrors {
	width: 600px;
	border: 1px solid #DE8FA5;
	font-size: 10px;
	background: #EBBCC9;
	display: none;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
#FormErrors p {
	font-size: 10px;
	color: #fff;
	margin-left: 30px;
}

#FormErrors ul {
	padding-left: 0px;
	margin-left: 60px;
	color: #fff;
	list-style: decimal;
	font-weight: bold;
}