@charset "UTF-8";
/* CSS Document */

label{
	display: block;
	margin-bottom: 0;
	color: #FFFFFF;
	font: 13px 'Source Sans Pro', Helvetica, Arial, sans-serif;
	margin-top: 5px;
	padding-bottom: 0px;
}
textarea, input, select{
	padding: 3px 8px 3px 6px;
	background: #fff;
	font-size: 13px;
	line-height: 130%;
}
textarea, select {
	width: 90%;
	padding: 4px;
	border: 1px solid #c4c4c4;
	border-radius: 3px;
	-webkit-appearance: none;
	box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}
select {
	margin-top: 18px;
}
input[type=text], input[type=password], input[type=number], select[name=items], select[name=color], select[name=size] {
	width: 100%;
	max-width: 240px;
	padding: 8px;
	border: 1px solid #c4c4c4;
	border-radius: 5px;
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.2);
	-webkit-appearance: none;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button{-webkit-appearance: none; margin: 0;}
fieldset {
	display: block;
	margin: 0;
	padding: 0;
	border-width: 0px;
	border-style: none;
	width: 100%;
}
.error {
	color: #FF0000;
}
p {
	color: #99CC00;
}
