@charset "utf-8";
/* CSS Document */

/*========================================
-------- Forms
========================================*/
form {
	margin: 0;
	padding: 0;}
form legend {
	font-size: 1.2em;
}
form input  {
	font-size: 12px;
	margin-bottom: 5px;
	color: #BB0000;
}
form .button {
	color: #FFFFFF;
	background-image: none;
	background-color: #4F3D62;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
form fieldset  {
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border: 1px solid #C0CDD8;
	font-size: 12px;
	margin-top: 0px;
	padding-bottom: 10px;
}
form li {
	list-style-type: none;
	margin-left: 40px;
}
form ul {
	margin-top: 10px;
}
form table {
	margin-bottom: 0px;
}
form table td {
	padding-left: 5px;

}
form table th {
	font-size: 12px;
}


form label {
	font-weight: normal;
	font-size: 12px;
	margin-right: 5px;
	
}
.sendForm {
	margin-top: 5px;
}
form input.qty {
	text-align: center;
}

form textarea {
	margin-bottom: 5px;
}


input.error { 
	background-color: #f5cfc8;
}

textarea.error { 
	background-color: #f5cfc8;
}

select.error { 
	background-color: #f5cfc8;
}
