.noscript-hide
{
	display: block;
}

.hidden, .noscript-show, .no-script-show-centered
{
	display: none;
}

.centered
{
	text-align: center;
}

html, body
{
	background-color: #D1D2D4;
}

body
{
	padding: 10px;
}

#wrap
{
	width: 600px;
	text-align: center;
	
	background-color: #dd2b2f;
	
	background-color: #d60236;
	
	padding: 30px;
	
	border-radius: 10px;
	-moz-border-radius: 10px;
	
	color: #333;
	
	margin: 0px auto;
	
	font-size: 12px;
}

#header
{
	padding-bottom: 20px;
}

#content
{
	text-align: left;
	background-color: white;
	padding: 30px;

	border-radius: 3px;
	-moz-border-radius: 3px;

	background-color:#ddcdb2;
	background-color: #F6F5F5;
}

#content .fail
{
	text-align: center;
}

h2
{
	text-transform: capitalize;
	margin-top: 0;
}

legend span, label span
{
	margin-left: 8px;
	font-size: 85%;
	font-weight: normal;
}

label span
{
	margin-right: -10px;
}

a, a:link, a:visited, a:active
{
	text-decoration: underline;
}

a:hover
{
	color: #dd2b2f;
	color: #d60236;
}

form
{
	margin-top: 20px;
}

fieldset
{
	border-radius: 3px;
	-moz-border-radius: 3px;
}

legend
{
	padding: 5px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	background-color: #F8F5F0;
	background-color: #D1D2D4;
}


fieldset, input[type="text"], textarea, select
{
	border: 1px solid #F8F5F0;
	border: 1px solid #D1D2D4;
}

input[type="text"], textarea, select, option
{
	background-color: #F8F5F0;
	background-color: white;
	color: #333;
}

input[type="text"]:focus, textarea:focus, select:focus
{
	outline: 1px solid #dd2b2f;
	outline: 1px solid #d60236;
}

select, input[type="text"], textarea, label.error
{
	max-width: 250px;
	width: 250px;
}

p
{
	margin-bottom: 0.5em;
}

#email.unsubscribed #content, #email.confirmed #content, #email.order-form #content
{
	text-align: center;
}

label.error
{
	margin-left: 170px;
	float: none;
	text-align: left;
	color: #dd2b2f;
	clear: both;
	display: block;
	font-size: 85%;
}

#add-additional-contact
{
	margin-left: 175px;
	margin-top: 10px;
	margin-bottom: 0;
	font-size: 85%;
}

.message
{
	padding: 20 0px;
}

.message span
{
	padding: 10px;
	background-color: #F8F5F0;
}

.ui-autocomplete
{
	max-height: 90px;
	overflow-y: auto;
	overflow-x: hidden;
}

#city-county2 .ui-autocomplete
{
	max-height: 60px;
}

.check-boxes label
{
	float: none;
	margin-right: 20px;
	display: inline;
	text-align: left;
	width: 200px;
}

.check-boxes input
{
	float: none;
}

.field-inline
{
	display: inline;
}

.field-number label
{
	width: 250px;
	text-align: left;
}

.field-number input[type="text"], .order-size
{
	width: 80px;
	max-width: 80px;
	text-align: center;
	margin-left: 20px;
}

.order-size
{
	display: inline-table;
	vertical-align: middle;
}

.order-code
{
	display: inline-table;
	width: 50px;
	vertical-align: middle;
}

.order-description
{
	display: inline-table;
	width: 150px;
	vertical-align: middle;
}
