@charset "utf-8";

/*-------------------------- OTHER FORMS ---------------------------*/
.contact-form {
	margin: 0; 
	width: 415px;
	padding: 15px;
	display: block;
	background: #efefef;
}
.contact-form.catalog { width: 89%; margin: 20px auto; border: none; }
.contact-form p { margin-top: 0; }
.form-row {
	width: 477px;
	margin: 0 0 8px 0;
	float: left;
}
.form-label {
	width: 120px;
	font-size: 15px;
	margin: 0 15px 5px 0;
	float: left;
	color: #b91313;
	font-family: "Delicious", Helvetica, Arial, sans-serif;
}
.form-label small { font-size: 10px; }

.form-input { float: left; width: 312px; }
.form-input input, .form-input textarea, .form-input select {
	font-size: 12px;
	color: #353535;
	font-family: Helvetica, Arial, sans-serif;
	width: 270px;
	height: 16px;
	padding: 3px 4px;
	background: #FFF;
	border: 1px solid #dbdbdb;
}
.form-input textarea { height: 70px; }
.form-input select {
	width: 280px; 
	height: 25px; 
	background: #FFF;
	border: 1px solid #d7d6df;
}
.form-input input.short { width: 118px; margin-right: 0; float: left; }
.form-input input.radio { width: 15px; margin-right: 10px; float: left; }
.form-input label { font-size: 11px; display: block; float: left; width: 135px; margin-right: 20px; line-height: 20px; }
.form-input label.long { width: 180px; font-size: 13px; }
.form-input img { border: 1px solid #d7d6df; margin: 0 15px 0 0; float: left; }


.form-response {
	padding: 10px;
	border: 1px dashed #e1715e;
	color: #ff0000;
	width: 346px;
	margin: 0 0 15px 20px;
	float: left;
}

#submit, .form-input .submit-btn, .continue {
	background: rgb(211,28,28); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(211,28,28,1) 0%, rgba(186,19,19,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(211,28,28,1)), color-stop(100%,rgba(186,19,19,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(211,28,28,1) 0%,rgba(186,19,19,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(211,28,28,1) 0%,rgba(186,19,19,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(211,28,28,1) 0%,rgba(186,19,19,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(211,28,28,1) 0%,rgba(186,19,19,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d31c1c', endColorstr='#ba1313',GradientType=0 ); /* IE6-9 */
	color: #fff;
	border: none;
	width: 130px;
	height: 30px;
	margin: 0;
	cursor: pointer;
	font-family: "DeliciousBold", "Delicious", Helvetica, Arial, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	text-shadow: 0px 0px 8px #9d0c0c;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}
#submit.long { width: 200px; }
#submit:hover, .form-input .submit-btn:hover, .remove:hover {
background: rgb(239,50,50); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(239,50,50,1) 0%, rgba(230,42,42,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(239,50,50,1)), color-stop(100%,rgba(230,42,42,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(239,50,50,1) 0%,rgba(230,42,42,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(239,50,50,1) 0%,rgba(230,42,42,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(239,50,50,1) 0%,rgba(230,42,42,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(239,50,50,1) 0%,rgba(230,42,42,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ef3232', endColorstr='#e62a2a',GradientType=0 ); /* IE6-9 */
}
#submit:active, .form-input .submit-btn:active, .remove:active {
background: rgb(111,111,111); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(111,111,111,1) 0%, rgba(84,84,84,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(111,111,111,1)), color-stop(100%,rgba(84,84,84,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(111,111,111,1) 0%,rgba(84,84,84,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(111,111,111,1) 0%,rgba(84,84,84,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(111,111,111,1) 0%,rgba(84,84,84,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(111,111,111,1) 0%,rgba(84,84,84,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6f6f6f', endColorstr='#545454',GradientType=0 ); /* IE6-9 */
}

#submit.guest {
	padding: 4px 20px; 
	font-size: 15px;
	margin-top: 20px;
}

.form-input input.check { width: 13px; float: left; }
.form-input input[type=checkbox] { width: 13px; float: left; }

.form-input input.invalid, .form-input textare.invalid, .form-input select.invalid {
	border: 1px dotted #c62036;
	background: #cc9ba2;
}

.error, .success, .alert {
	padding: 5px 10px;
	background: #c44f44;
	color: #fff;
	font-size: 13px;
	-webkit-box-shadow: 0px 1px 3px 0px rgba(203, 200, 194, .45);
	box-shadow: 0px 1px 3px 0px rgba(203, 200, 194, .45); 
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.alert {
	background: #f8ebbc; /* Old browsers */
	background: -moz-linear-gradient(top,  #f8ebbc 0%, #ead994 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8ebbc), color-stop(100%,#ead994)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f8ebbc 0%,#ead994 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f8ebbc 0%,#ead994 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f8ebbc 0%,#ead994 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f8ebbc 0%,#ead994 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8ebbc', endColorstr='#ead994',GradientType=0 ); /* IE6-9 */
	color: #4c4c4c;
}
.success {
	background: #7ebd65; /* Old browsers */
	background: -moz-linear-gradient(top,  #7ebd65 0%, #70a55a 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#7ebd65), color-stop(100%,#70a55a)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #7ebd65 0%,#70a55a 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #7ebd65 0%,#70a55a 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #7ebd65 0%,#70a55a 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #7ebd65 0%,#70a55a 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ebd65', endColorstr='#70a55a',GradientType=0 ); /* IE6-9 */
}
.terms, .password { color: #006363; }
.terms:hover, .password:hover { color: #009898; }

.notice { font-size: 11px; padding: 10px; background: #fafafa; line-height: 17px; }

.address-titles {
	font-weight: bold;
	color: #006363;
}

.guest_user label, .guest_user input, .guest_user select { float: left;  }
.guest_user input.checkout_btn { float: right; }
.guest_user label { width: 100px; }
#submit.log_in { width: 191px; }

