﻿/* CSS Document */

.contact-splash {
	height: 50px;
	background: url(../img/contact-splash.jpg) no-repeat;
}

form {
	display: block;
	margin: 0;
	padding: 0;
}

.maildiv {
	margin-left: 420px;
	width: 350px;
}

form h4 {
	font-size: 20px;
	margin: 0;
	padding: 0;
	margin-bottom: 10px;
	font-weight: normal;
}

form input, form select, form option, form textarea {
	font-size: 12px;
}

form input, form select, form textarea {
	margin-left: 15px;
	padding: 1px;
	border: 1px solid #999;
	margin-bottom: 10px;
}

label {
	font-size: 12px;
	font-weight: bold;
	margin-left: 10px;
}

.gentext {
	width: 300px;
}

.genbutton {
	padding: 0 5px;
	font-weight: bold;
	background: #fafafa;
	border: 1px outset #bbb;
}

input {
	display: block;
}

select {
	display: block;
}

textarea {
	display: block;
	width: 300px;
	height: 7em;
}

.where-to-buy {
	float: left;
	display: inline;
	width: 395px;
	font-size: 12px;
}

.where-to-buy h3 {
	margin: 0;
	padding: 0;
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 10px;
}

.where-to-buy .wholesalers {
	margin: 10px 0;
	padding: 0;
	font-size: 16px;
	font-weight: bold;
}

.where-to-buy .stores {
	margin: 0 10px;
	padding: 0 0 15px 0;
	text-align: center;
	border-bottom: 1px dashed #bbb;
}

.where-to-buy .stores a img {
	margin: 5px 10px;
	vertical-align: middle;
}

.where-to-buy .stores h4 {
	margin: 0;
	margin-top: 5px;
	padding: 0;
	text-align: left;
	font-size: 13px;
	font-weight: bold;
}

.where-to-buy a, .success-message a {
	color: #E6088E;
	font-weight: bold;
	text-decoration: none;
}

.where-to-buy a:hover, .success-message a:hover {
	color: #000;
	text-decoration: underline;
}

.phone, .snail {
	margin: 0;
	padding: 10px 5px;
}

.phone {
	float: left;
	display: inline;
}

.snail {
	margin-left: 14em;
}

.success-message {
	width: 300px;
	margin: 100px auto 0 auto;
	text-align: center;
}

.success-message p {
	font-size: 14px;
	margin: 0;
	margin-bottom: 10px;
	padding: 0;
	
}

p.tiny {
	font-size: 12px;
}

.waiting {
	width: 200px;
	height: 200px;
	position: relative;
	z-index: 500;
	margin: -270px auto 0 auto;
	left: -10px;
	border: 1px solid #999;
	background: white;
	text-align: center;
}

.waiting img {
	display: block;
	margin: 84px auto 10px auto;
}

.waiting p {
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-weight: bold;
	color: #444;
}

.err {
	color: red;
}
