form {
	float: left;
	width: 100%;
	padding-top: 20px;
}
form.show {
	display: block;
}
form.hide {
	display: none;
}
.nojs form.hide {
	display: block;
}

button {
	outline: none;
}

.message {
	display: inline;
	float: left;
	width: 375px;
	margin: 20px 0 0 30px;
	padding: 15px;
	line-height: 15px;
	font-size: 11px;
	color: #FFF;
}
#content .message h3 {
	float: left;
	width: 100%;
	padding-bottom: 15px;
	text-align: center;
	color: #FDC700;
}
.message p em strong {
	padding-bottom: 3px;
	color: inherit;
}
.message ul {
	float: left;
	padding: 15px 0 0 10px;
	text-indent: -10px;
	list-style: none;
}
.message li {
	padding-bottom: 5px;
}
.message li em {
	color: #66A630;
}
.message p.check input {
	margin-bottom: 0;
}
.form .note {
	padding: 5px 0 10px 0;
	font-size: 11px;
	color: #FDC700;
}
.cart-container h2 {
	padding-bottom: 10px;
}
.cart-container h2 em,
.cart-container h3 em {
	color: #FDC700;
}
.sep,
.buttons {
	float: left;
	width: 850px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #4C7524;
}
.form .col {
	float: left;
	width: 415px;
}
.form h4 {
	padding-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.form h4 em {
	font-size: 12px;
	font-weight: normal;
	color: #FDC700;
}
.form h4 a {
	text-decoration: underline;
}
.form p {
	float: left;
	width: 100%;
}
.form p strong {
	display: block;
	font-weight: bold;
	color: #FFF;
}
.form p strong em {
	font-weight: normal;
}
.form p em {
	color: #FDC700;
}
.form p input,
.form p select,
.form p textarea {
	display: inline;
	width: 403px;
	margin: 5px 0 15px 0;
	padding: 5px;
	font-size: 14px;
	color: #4C7225;
	background: #95D262;
	border: 1px solid #4C7C24;
}
.form p select {
	width: 415px;
	padding: 4px 5px;
}
.form p option {
	padding: 0 10px;
}
.form p textarea {
	height: 190px;
	font-family: tahoma, helvetica, arial, sans serif;
	overflow: auto;
}
.form .sbs {
	float: left;
	margin-right: 5px;
}
.form .r {
	margin-right: 0;
}
.form .check input {
	float: left;
	width: auto;
	margin: 0 15px 25px 0;
	padding: 0;
	background: transparent;
	border: 0;
}
.form .check strong {
	padding-bottom: 5px;
}
.form .large {
	width: 343px;
}
.form select.large,
.form p.large {
	width: 355px;
}
.form .med {
	width: 293px;
}
.form select.med,
.form p.med {
	width: 305px;
}
.form .small {
	width: 243px;
}
.form select.small,
.form p.small {
	width: 255px;
}
.form .x-small {
	width: 193px;
}
.form select.x-small,
.form p.x-small {
	width: 205px;
}
.form .xx-small {
	width: 143px;
}
.form select.xx-small,
.form p.xx-small {
	width: 155px;
}
.form .e {
	color: #FDC700;
}
.buttons {
	height: 33px;
}
.buttons span {
	float: left;
	width: 415px;
	height: 33px;
}
.buttons button,
a.button {
	float: right;
	width: 118px;
	height: 30px;
	padding-bottom: 3px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #66A530;
	background: transparent url(/images/button_bg_white.png) 0 0 no-repeat;
	cursor: pointer;
}
.buttons button:hover,
a.button:hover {
	background-position: 0 -33px;
}
a.button {
	padding: 0;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
}

/*--- QUICK FORM ---*/
.quick-form-container {
	clear: both;
	float: right;
	width: 0;
	overflow: hidden
}
.quick-form-container .show {
	display: block;
}
.quick-form {
	display: none;
	float: left;
	width: 145px;
	padding: 10px 10px 5px 10px;
	font-size: 10px;
	background: transparent url(/images/roundy_bg.png) top left repeat;
	border-radius: 10px 0 0 10px;
	-moz-border-radius: 10px 0 0 10px;
	-webkit-border-radius: 10px 0 0 10px;
	-khtml-border-radius: 10px 0 0 10px;
}
.quick-form h3 {
	float: left;
	color: #FFF;
}
.quick-form .close {
	float: right;
	line-height: 17px;
	font-size: 11px;
}
.quick-form form {
	padding-top: 5px;
}
.quick-form .col {
	width: 145px;
}
.quick-form p input {
	width: 133px;
}
.quick-form .x-small {
	width: 58px;
}
.quick-form p.x-small {
	width: 70px;
}
.quick-form .buttons {
	width: 110px;
	height: 21px;
	margin: 3px 0 0 0;
	padding: 0;
	border-bottom: 0;
}
.quick-form .buttons span {
	width: 110px;
}
.quick-form .buttons button {
	width: 75px;
	height: 19px;
	padding-bottom: 2px;
	font-size: 10px;
	color: #44ABDD;
	background: transparent url(/images/button_bg_small.png) 0 0 no-repeat;
}
.quick-form .buttons button:hover {
	background-position: 0 -21px;
}
#quick-wrapper .quick-form p input {
	margin: 2px 0 5px 0;
	padding: 3px 5px;
	font-size: 11px;
	color: #1669AA;
	background: #62BDEB;
	border: 1px solid #1669AA;
}
/*--- QUICK FORM (COLORED VERSIONS PER PAGE) ---*/
.quick-form-container #login-form strong a {
	font-weight: normal;
}
#section-contact .quick-form p input,
#section-retrieve .quick-form p input {
	color: #C99606;
	background: #FFE06F;
	border: 1px solid #C99606;
}
#section-contact .quick-form .buttons button,
#section-retrieve .quick-form .buttons button {
	color: #C99606;
}
#section-contact .quick-form p .e,
#section-retrieve .quick-form p .e {
	color: #FDC700;
}
#section-shop .quick-form p input,
#section-cart .quick-form p input {
	color: #4C7225;
	background: #95D262;
	border: 1px solid #4C7C24;
}
#section-shop .quick-form .buttons button,
#section-cart .quick-form .buttons button {
	color: #66A530;
}
#section-user .quick-form p input {
	color: #8F001D;
	background: #FF7C62;
	border: 1px solid #8F001D;
}
#section-user .quick-form .buttons button {
	color: #D40101;
}

/*--- CONTACT FORM ---*/
#section-contact .form p input,
#section-contact .form p select,
#section-contact .form p textarea {
	color: #C99606;
	background: #FFE06F;
	border: 1px solid #C99606;
}

#section-contact .form .sep {
	border-bottom: 1px solid #8F001D;
}
#section-contact .form .buttons {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: 0;
}
#section-contact .buttons button {
	color: #C99606;
}
#section-contact .form .e {
	color: #C99606;
}
#section-contact .message em {
	font-weight: bold;
	color: #FFF;
}

/*--- MISSING ADDRESS FORM ---*/
#section-missing-address .form p input,
#section-missing-address .form p select,
#section-missing-address .form p textarea {
	color: #1669AA;
	background: #62BDEB;
	border: 1px solid #1669AA;
}

#section-missing-address .form .sep {
	border-bottom: 1px solid #1669AA;
}
#section-missing-address .form .buttons {
	border-bottom: 0;
}
#section-missing-address .buttons button {
	color: #1669AA;
}
#section-missing-address .form .e {
	color: #1669AA;
}
