form{
	overflow: auto;
}
form div{
	float: left;
	padding-bottom: 5px;
}
form div.large{
	width: 99%;
}
form div.med{
	width: 48%;
	margin-right: 2%;
}
form div.small{
	width: 31%;
	margin-right: 2%;
}
form div input, form div textarea{
	width: 100%;
	background: #ccc;
	border: 1px solid #ccc;
}
form div input:focus, form div textarea:focus{
	background: #fff;
}
form div label{
	font-size: .8em;
	display: block;
}
form div input.error,  form div textarea.error{
	border: 1px solid red;
}
form div label.error{
	color: red;
}
form input.submit, form input.bt{
	margin-right: 1%;
	background: #09b348;
	color: #fff;
	padding: 5px 20px;
	border: none;
	width: 100%;
	margin-top: 1px;
	float: right;
	width: auto;
	-moz-border-radius:  10px;
	-webkit-border-radius:  10px;
}
form input.submit:hover, form input.bt:hover{ 
	background: #333;
}
#list_order a{
	text-decoration: none;
	font-size: .8em;
}