form { 
	display: inline; 
	float: left;
}

fieldset {
	width: 430px;
	margin: 0 10px 5px 10px;
	padding: 10px;
	border: #DADCDD 1px solid;
	color: #1E2936;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

legend {
	color: #929DAA;
	padding: 11px 5px 10px 5px;
	margin: 0 0 0 -5px;
}

input, select, textarea { 
	width: 282px; 
	height: 14px;
	margin: 0 0 5px 0; 
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif; 
	color: #1E2936; 
	border: #DADCDD 1px solid; 
	background-color: #ffffff; 
	font-size: 11px; 
	font-weight: normal; 
	float: left;
}

label {
	width: 140px; 
	height: 16px;
	margin: 0; 
	font-family: Arial, Helvetica, sans-serif; 
	color: #1E2936; 
	font-size: 12px; 
	float: left;
}

select, textarea { 
	width: 426px;
	margin: 0; 
	padding: 0; 
}

select {
	width: 288px;
	height: 20px;
}


.cms_recipient { 
	width: 428px;
}

textarea { 
	height: 120px;
}


.boxcontainer {
	width: 278px;
	padding: 2px;
	float: left;
}

.searchlabel {
	width: 90px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	color: #999C9F;
}

.newsletterlabel {
	width: 110px;
	height: 20px;
	font-size: 11px;
	line-height: 20px;
	color: #666768;
}

.searchfield {
	width: 151px;
	border: #ffffff 1px solid;
}

.field-error {
	background-color: #F36161;
	border: #CED0D2 1px solid;
}

.newslettertextfield {
	width: 138px;
	background-color: #CED0D2;
	border: #CED0D2 1px solid;
}

.newslettertextfield-half {
	width: 65px;
	margin: 0 2px 5px 0;
	background-color: #CED0D2;
	border: #CED0D2 1px solid;
}

.newslettertextfield-error {
	width: 138px;
	background-color: #F36161;
	border: #CED0D2 1px solid;
}

.newslettertextfield-half-error {
	width: 65px;
	margin: 0 2px 5px 0;
	background-color: #F36161;
	border: #CED0D2 1px solid;
}

.formboxbuttons {
	width: 16px;
	height: 16px;
	margin: 0 10px 0 0;
	border: 0;
}

.formboxbuttonlabel {
	width: 250px;
	margin: 0 0 5px 0;
}

.formboxbuttonlabel-error {
	width: 250px;
	margin: 0 0 5px 0;
	color: #F36161;
}

.formnote {
	width: 296px;
	font-size: 11px;
	float: left;
}

.formsubmitbutton {
	width: 130px;
	height: 21px;
	border: 0;
	background-color: #2D3A48;
	color: #EFCD90;
}

.searchbutton {
	width: 25px;
	height: 20px;
	margin: 0 0 0 5px;
	border: 0;
	background-image: url(../../imgs/sev/searchbutton.jpg);
	background-repeat: no-repeat;
}

.newsletterbutton {
	width: 91px;
	height: 14px;
	margin: 0 0 0 110px;
	border: 0;
	background-color: transparent;
	background-image: url(../../imgs/sev/newsletterbutton.gif);
	background-repeat: no-repeat;
}