/* global settings */

* {
	font-family: arial, helvetica, sans-serif;
}

a {
	text-decoration: none;
	color: #0066CC;
}

a:hover {
	/* border-bottom: thin dotted; */
	color: #162C55;
}


img {display: block;}
a>img {display: inline;}
br + img {display: inline;}
img + br {height: 1px; line-height:1px; margin-top: -1em;}


p {margin: 1em 0;}
h1, h2, h3, h4, h5, h6 {margin: 0.83em 0;}
ul, menu, dir {margin:  1em; padding-left: 2.7em}


body {
	background-color: #eee;
	background-image: url(/site/images/glo_bg.png);
	background-position: 50% 0%;
	background-repeat: no-repeat;
	padding: 0px;
	text-align: center;
	font-size: 11px;
	color: #002255;
	line-height: normal !important;
}

#preload {
	display: none;
}

.hidden {
	display: none;
}


table {
	border-collapse: collapse;
	border: 1px solid #ccc;
	width: 350px;
}

tr {
	padding-left: 3px;
	border-top: 1px solid #ccc;
}

th, th * {
	font-weight: bold;
} 

th {
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-left: 1px solid #ccc;
}

td {
	padding-left: 4px;
	padding-right: 3px;
	padding-top: 4px;
	padding-bottom: 5px;
	border-left: 1px solid #ccc;
}

/* layout */

#pgContainer {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 732px;
	max-width: 732px;
	min-width: 732px;
	padding: 0px;
	margin: 0px;
	margin-left: -366px;
	background-color: white;
	background-image: url(/site/images/leftbg.gif);
	background-repeat: repeat-y;
	text-align: left;
}

#pgContainer.hp	 {
	background-image: url(/site/images/hp_leftbg.png);
}

h1 {
	width: 351px;
	display: block;
	padding: 10px 0 10px 0;
	margin: 0px;
	color: #002255;
	font-size: 18px;
	font-weight: normal;
	line-height: 21px;
	background: url(/site/images/glo_headerbar.png) no-repeat bottom;
}

h1.product {
	background: none;
	margin-top: 10px;
	padding-bottom: 5px;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #002255;
	line-height: 15px;
}

#pgLeftCol {
	float: left;
	width: 178px;
	height: 100%;
	padding: 0px;
	margin: 0px;
}

#pgLeftColInner {
	margin-left: 7px;
}

#pgDoubleCol,
#pgTripleCol {
	float: left;
	width: 554px;

	padding: 0px;
	margin: 0px;
	background-image: url(/site/images/hp_rightbg.png);
	background-position: 100% 0%;
	background-repeat: repeat-y;
}

#pgTripleCol {
	width: 724px;
	padding-left: 8px;
	background-color: transparent !important;
}

#pgMainCol {
	float: left;
	width: 344px;
	padding: 0px 30px 15px 25px;
	margin: 0px;
	line-height: 14px;
}

#pgMainCol.ycetpl {
	padding-right: 37px !important;
}

#pgMainCol[filter], #pgMainCol.ycetpl[filter] {
	padding-right: 37px !important;
}

#pgMainCol p {
	margin-top: 0px;
	padding-top: 0px;
}

.blurb {
	margin: 0px;
	padding: 20px 25px 20px 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #006;
	background: url(/site/images/glo_headerbar.png) no-repeat left top;
}

#pgRightCol {
	float: left;
	width: 140px;
	padding: 0px;
	margin: 61px 0px 0px 0px;
}

#whiteout {
	position: absolute;
	top: 140px;
	right: 0px;
	width: 150px;
	height: 61px;
	background-color: #FFFFFF;
}

#pgRightCol.hp {
	margin: 0px;
}

#pgFooter {
	margin: 0px;
	padding: 0px;
	background: url(/site/images/glo_footerbg.jpg) repeat-y;
}

#pgFooterLeft {
	float: left;
	width: 406px;
	height: 50px;
	padding-left: 178px;
	padding-top: 3px;
	font-size: 10px;
	color: #4D5B66;
	line-height: 12px;
	background: url(/site/images/glo_footerbg.jpg) repeat-y;
	text-transform: lowercase;
}

#pgFooterLeft a {
	color: #445566;
	line-height: 12px;
}

#pgFooterRight {
	float: left;
	width: 148px;
	height: 55px;
	background-image: url(/site/images/glo_footerbg.jpg);
	background-position: 100% 0%;
	background-color: transparent;
}

#pgFooter>div {

}

img.layout {
    width: 100%;
    padding: 0px;
    display: block;
    clear: both;
}
#pgFooter>img.layout {
    margin-top: 5px !important;
}


/* column mods */

.mod {
	width: 140px;
	color: #555577;
	margin: 1px 0px 15px 0px;
	border-bottom: 1px dotted #999;
	background: url(/site/images/mod_bg.gif) repeat-y right;
	line-height: 14px;
}

.mod a {
	color: #555577;
}

.mod a:hover {
	color: #0066CC;
}

.mod div {
	padding: 0px 0px 7px 0px;
	border-top: 1px dotted #999;
}

.mod div.products {
	border-bottom: 1px dotted #999;
}

.mod ul {
	margin: 0px;
	padding: 0px;
}

.mod li {
	font-weight: normal;
	font-size: 11px;
	list-style: circle inside;
	border-top: 1px dotted #999;
	padding: 2px 0px 2px 2px;
	background: url(/site/images/mod_bg.gif) repeat-y right;
}

.mod li.header {
	list-style: none outside;
	background: url(/site/images/mod_bg2.gif) repeat-y right;
	padding: 8px 0px 2px 2px;
}

.mod .grey li {
	background-color: #EEEEEE;
}

.news  {
	line-height: 12px;
	display: block;
	border-bottom: none;
	background: url(/site/images/mod_bg.gif) repeat-y;
	margin: 0px;
	padding: 0px;
	width:140px;
	margin-bottom: 25px;
	line-height: 14px;
}

.news li {
	line-height: 12px;
	font-weight: normal;
	font-size: 11px;
	border-bottom: 1px dotted #999;
	display: block;
	padding: 4px 15px 6px 0px;
	list-style: none outside;
}

.news a {
	line-height: 12px;
	display: block;
	color: #555577;
}

.news a:hover {
	color: #0066CC
}

.mod div.links {
	background: #EEEEEE url(/site/images/mod_shadow.jpg) repeat-x;
	padding: 0px;
}

.mod .links ul {
	margin: 0px;
	padding: 5px 0px 0px 0px;
	width: 140px;
}

.mod .links li {
	border-bottom: 1px dotted #999;
	display: block;
	padding: 3px;
	background-image: none;
}

.mod .links a {
	display: block;
	color: #0066CC;
}

.greymod {
	width: 140px;
	color: #555577;
	margin: 0px 0px 15px 0px;
	line-height: 14px;
	background-color: #eee
}

.greymod a {
	color: #0066cc;
}

.greymod a:hover {
	color: #0066CC;
}

.greymod ul {
	margin: 0px;
	padding: 2px 0px 2px 0px;
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
}

.greymod li {
	list-style: none;
	padding: 2px 5px 2px 10px;
}


/* Main Column Blocks */

.block {
/*	width: 334px; */
	padding-top: 2px;
	border-top: 1px dotted #999;
	color: #333344;
	margin: 0px 0px 15px 0px;
	/*
	border-bottom: 1px dotted #999;
	border-top: 1px dotted #999;
	*/
	background: #EEEEEE url(/site/images/block_bg.gif) repeat-y;
}

.block div ul {
	margin: 10px 0px 0px 15px;
	padding: 0px;
}

.block li {
	padding: 0px 0px 5px 0px;
	margin: 0px;
	list-style: circle;
	line-height: 14px;
}

.block h3 {
	color: #005CA8;
	font-size: 14px;
	font-weight: normal;
	padding: 5px 15px 7px 9px;
	margin: 0px;
	background: #CCDDED url(/site/images/block_titlebg.gif) no-repeat bottom;
}

.block.plain {
	border-top: 1px dotted #999;
	/* background-color: #EEEEEE; */
	margin: 15px 0px 0px 0px;
	padding: 5px;
	/*
	border-top: none;
	border-bottom: 1px dotted #999;
	*/
	line-height: 1.6em;
}

.equipment {
/*	width: 334px; */
	padding: 5px;
	color: #333344;
	margin: 0px 0px 0px 0px;
	background: url(/site/images/glo_thinblue.png) no-repeat bottom;
	background-color: #F6F6F6;
	line-height: 16px;
}

.equipment strong {
	color: #002255;
}

.equipment img {
	float: right;
	padding: 0px 5px 5px 10px;
}

.equipment.dark {
	background-color: #EEE;
}

.equipment div ul {
/*	width: 320px; */
	padding: 0px;
	margin: 0px 0px 0px 10px;
}

.equipment li {
	list-style: circle;
	padding: 0px;
	margin: 0px;
}

.greybox {
/*	width: 334px; */
	padding: 2px 5px 10px 5px;
	border-bottom: 1px dotted #999;
	background-color: #EEEEEE;
	color: #666666;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
}

.greybox strong {
	color: #002255;
}

.greybox div {
	border-top: 1px dotted #999;
	padding: 5px;
	line-height: 1.3em;
	background: #EEEEEE url(/site/images/block_bg.gif) repeat-y;
}

.greybox div img {
	float: right;
	padding: 0px 0px 7px 7px;
}

.greybox div p {
	margin-top: 0px;
	padding-top: 0px;
}

.greybox ul {
/*	width: 320px; */
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

.greybox li {
	list-style: circle;
	padding: 0px;
	margin: 0px;
}

.greybox.next {
	width: 162px;
	background-color: #F1F8FF;
	padding: 2px 5px 0px 5px;
	margin: 0px 0px 20px 0px;
	float: left;
	border-bottom: 1px dotted #999;
	color: #333344;
}

.greybox.blue {
	background-color: #F1F8FF;
}

.yce {
/*	width: 335px; */
	padding: 1px 6px 1px 2px;
	border-bottom: 1px dotted #888;
	background-color: #CCDDEE;
	color: #333344;
	line-height: 19px;
	margin: 0px 0px 0px 0px;
}

.ycenav, .ycenav div {
	text-align: left;
	color: #337799;
	font-size: 10px;
}

.yce a {
	color: #337799;
}

.yce a:hover {
	color: #162C55;
}

.yce.grey {
	background-color: #F5F5F5;
	border-top: 1px dotted #888;
}

#continue {
	height: 20px;
	border-top: 1px dotted #888;
}

.quote {
	font-size: 12px;
	font-weight: bold;
	color: #589;
	font-style: italic;
	line-height: 18px;
	padding: 0px 10px 0px 8px;
	margin: 5px 0px 0px 0px;
	background: url(/site/images/quote.gif) no-repeat;
}

.quote.who {
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	padding: 0px 0px 10px 8px;
	margin: 5px 0px 8px 0px;
	border-bottom: 1px dotted #abc;
	background: none;
}

.productFamily {
/*	width: 334px; */
	padding: 5px 10px 4px 5px;
	border-top: 1px dotted #ABC;
	border-bottom: 1px dotted #ABC;
	background-color: #F1F8FF;
	color: #333344;
	line-height: 17px;
	margin: 10px 0px 10px 0px;
}

.productFamily * {
	line-height: 17px;
}

.productFamily h4 {
	margin-top: 0px;
	margin-bottom: 0px;
	line-height: 19px;
}

.productFamily br.clear {
	clear: both;
	display: block;
	padding: 0px;
	margin: 0px;
	height: 1px;
	line-height: 2px;
}

.productFamily div ul {
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

.productFamily li {
	list-style: circle;
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.productFamily tbody,
.productFamily table,
.productFamily tbody ul {
	width: auto;
}

.productFamily strong {
	/*text-transform: uppercase;*/
	/*color: #002255;*/
}

.productFamily.grey {
	background-color: #F5F5F5;
}

.productFamily.grey.props a{
	color: #268;
}

.productFamily.grey.props a:hover{
	color: #025;
}

.productFamily table,
.productFamily tr,
.productFamily th,
.productFamily td {
	border: 0px !important
}


.productFamily img {
	float: right;
	margin-left: 3px;
}

.findermodule {
	padding: 5px 10px 7px 5px;
	border-bottom: 1px dotted #ABC;
	background-color: #F1F8FF;
	color: #333344;
	line-height: 19px;
	margin: 0px 0px 10px 0px;
}

#product ul {
	width: 300px;
	padding: 0px;
	margin: 0px 0px 0px 20px;
}

#product li {
	list-style: circle;
	width: 150px;
	padding: 0px;
	margin: 0px;
}


/* homepage specific */

#flash {
	margin: 0;
	padding: 0;
	display: inline;
	width: 554px;
}

#hpMainCol {
	float: left;
	width: 406px;
	padding: 0px;
	margin: 0px;
}

#hpBlurb {
	margin: 0px;
	background: url(/site/images/mich_home.gif) no-repeat left top;
	background-repeat: no-repeat;
	padding: 20px 25px;
	height: 50px;
	font-weight: normal;
	font-size: 14px;
	line-height: 22px;
	color: #006;
	text-transform: none;
}

.hpTeaser {
	background-color: #EEEEEE;
	width: 90px;
	margin: 0px 6px 0px 3px;
	float: left;
	font-size: 11px;
	color: #666666;
}

.hpTeaser a, .hpTeaser * a {
	color: #666666;
}

.hpTeaser em, .hpTeaser * em {
	color: #0066CC;
	font-style: normal;
}

.hpTeaser span {
	padding: 0px 2px 20px 4px;
	padding-top: 66px;
	display: block;
}

.hpTeaser strong {
	font-weight: bold;
	color: #001936;
	padding-top: 66px;
	display: block;
}


.hpTeaser2 {
	background-color: #ddd;
	width: 90px;
	margin: 0px 6px 0px 3px;
	float: left;
	font-size: 11px;
	color: #666666;
	margin-bottom: 25px;
}

.hpTeaser2 a {
	display: block;
	color: #666;
	padding: 4px;
	padding-bottom: 30px;
}

.hpTeaser2 a strong {
	color: #06e;
}

.paper { background: #ddd url(/site/images/hpteaser2_paperOFF.jpg) no-repeat center 100%; }
.paperON { background: #dee url(/site/images/hpteaser2_paperON.jpg) no-repeat center 100%; }

.flexible { background: #ddd url(/site/images/hpteaser2_flexibleOFF.jpg) no-repeat center 100%; }
.flexibleON { background: #dee url(/site/images/hpteaser2_flexibleON.jpg) no-repeat center 100%; }

.paint { background: #ddd url(/site/images/hpteaser2_paintOFF.jpg) no-repeat center 100%; }
.paintON { background: #dee url(/site/images/hpteaser2_paintON.jpg) no-repeat center 100%; }

.fibers { background: #ddd url(/site/images/hpteaser2_fibersOFF.jpg) no-repeat center 100%; }
.fibersON { background: #dee url(/site/images/hpteaser2_fibersON.jpg) no-repeat center 100%; }

.efficient { background: #eee url(/site/images/hpteaserimg_efficientOFF.jpg) no-repeat center 16px; }
.efficientON { background: #dee url(/site/images/hpteaserimg_efficientON.jpg) no-repeat center 16px; }

.global { background: #eee url(/site/images/hpteaserimg_globalOFF.jpg) no-repeat center 16px; }
.globalON { background: #dee url(/site/images/hpteaserimg_globalON.jpg) no-repeat center 16px; }

.sustainable { background: #eee url(/site/images/hpteaserimg_sustainableOFF.jpg) no-repeat center 16px; }
.sustainableON { background: #dee url(/site/images/hpteaserimg_sustainableON.jpg) no-repeat center 16px; }

.innovative { background: #eee url(/site/images/hpteaserimg_innovativeOFF.jpg) no-repeat center 16px; }
.innovativeON { background: #dee url(/site/images/hpteaserimg_innovativeON.jpg) no-repeat center 16px; }



/* navigation */

#primaryNav {
	margin: 0px;
	padding: 0px;
	background-image: url(/site/images/nav_bg.gif);
	background-position: 100% 0%;
	background-repeat: repeat-y;
	width: 171px;
}

#primaryNav li {
	display: inline;
}

#primaryNav li a {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #273A9E;
	/* background-color: #eee; */
	padding: 4px;
	border-top: 1px dotted #999;
	width: 144px;
	text-decoration: none;
	border-bottom: none;
}

#primaryNav li.first a {
	border: none;
}

#primaryNav li a:hover {
	color: #0066CC;
	background-color: #eeeeee;
}

#primaryNav li.ON {
	font-weight: bold;
}

#primaryNav li.ON a {
	background-color: #eee;
}

#primaryNav li.grey, #primaryNav li.grey a {
	background-color: #eee;
	}

#subnav {
	margin: 0px;
	padding: 0px;
}

#subnav li.ON {
	/*background-color: #eeeeee;*/
}

#subnav li.ON a {
	color: #333366;
	font-weight: bold;
	background-color: #ddd;
}

#subnav li.ON a:hover {
	color: #0066CC;
}

#subnav li {

	font-weight: normal;
	text-transform: lowercase;
}

#subnav li a {
	display: block;
	text-align: right;
	font-size: 12px;
	color: #333366;
	background-image: url(/site/images/subnav_bg.gif);
	background-repeat:  no-repeat ;
	background-position:  right top;
	padding: 4px;
	border: none;
	width: 144px;
}

#subnav li a:hover {
	color:#0066CC;
	background-color: #ddd;
}

#L3nav {
	margin: 0px;
	padding: 0px;
}

#L3nav li {
	display: inline;
	text-transform: lowercase;
}

#L3nav li a {
	display: block;
	text-align: right;
	font-size: 11px;
	color: #0066CC;
	background-color: #ddd !important;
	padding: 2px 4px 2px 4px;
	border: none;
	font-weight: normal !important;
}

#L3nav li.ON a {
	font-weight: normal !important;
	background-color: #ccc !important;
}

#L3nav li a:hover {
	color: #0066cc !important;
	background-color: #ccc !important;
}

#searchbox {
	margin: 0px;
	padding: 5px;
	padding-right: 0px;
	background-image: url(/site/images/search_bg.png);
}

#searchKey {
	width: 125px;
	height: 12px;
	background-color: #ccc;
	border: 1px solid #0067CD;
	padding: 2px;
	font-size: 9px;
	color: #193387;
	text-align: right;
}

#searchGo {
	background-color: #0067CD;
	color: #eee;
	margin: 0px;
	height: 18px;
	padding: 2px;
	font-size: 9px;
	border: 0px;
}

/* search results */

#pgResults {
	padding-left: 25px;
	padding-right: 7px;
}

#pgResults * {
	font-size: 11px;
}

#pgResults h1 {
	font-size: 18px;
}

#pgResults #status {
	font-weight: bold;
	color: #333;
}

#pgResults dl dt {
	border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;
	background-color: #cdd;
	color: #135;
	font-weight: bold;
	padding: 2px;
}

#pgResults dl dd h3 {
	margin: 0px;
	padding: 2px;
	color: white;
	background-color: #135;
	font-weight: normal;
}

#pgResults dl dd h3 a {
	color: #ccc;
}

#pgResults dl dd p {
	margin: 0px;
	color: #333;
	line-height: 14px;
}

#pgResults dl dd ul {
	display: block;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
}

#pgResults dl dd ul li {
	display: block !important;
	list-style: none;
	margin-top: 15px;
	padding: 2px;
	color: #333;
	background-color: #eee;
	border-bottom: 1px dotted #999;
	font-size: 10px;
}

#pgResults dl dd ul li a {
	font-size: 10px;
}

.resultsTable, .resultsTable td, .resultsTable th {
	padding: 0 0 0 0;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
	width: auto;
}

table.resultsTable {
	margin-top: 15px;
	margin-bottom: 15px;
	width: 100%;
}

table.resultsTable th {
	background-color: #cdd;
	font-weight: normal;
	border-top: 1px dotted #999;
	padding: 2px !important;
}

table.resultsTable tr td {
	padding: 2px !important;
	color: #333;
	background-color: #eee;
	border-bottom: 1px dotted #999;
	font-size: 10px !important;
}

table.resultsTable tr td a {
	font-size: 10px !important;
}

.props {
	padding: 7px 15px 7px 0px;
	font-size: 10px;
	line-height: 12px;
	margin-top: 0px;
}

.props ul {
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.props ul li {
	display: block;
	float: left;
	width: 48%;
	padding: 0px;
	padding-left: 5px;
	height: 14px;
}

#proplist {
/*	width: 345px; */
	font-size: 10px;
	font-weight: normal;
	border-top: 1px dotted #ABC;
	background-color: #cdd;
	margin: 0px;
	margin-top: 30px;
	padding: 2px;
}

#proptext {
	clear: both;
	display: block;
	margin-top: 25px;
	margin-left: 5px;
}

#proptext strong {
	font-size: 10px;
	text-transform: none;
}

#famlist {
	width: 330px;
	padding-left: 10px;
	border-top: 1px dotted #999;
}

#famlist li {
	font-size: 10px;
	display: block;
	float: left;
	width: 33%;
	height: 16px;
}

#famlist li a {
	display: block;
}

#newsfilter {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#newsfilter select {
	border: 1px solid #999;
}


.proddetail {
	border-top: 1px dotted #999;
	margin-bottom: 20px;
}

.ycedarkbluebox {
	font-size: 12px;
	font-weight: bold;
	padding: 2px 5px 10px 5px;
	background-color: #379;
	color: #cef;
	margin: 0px 0px 0px 0px;
	line-height: 14px;
}

/* Contact Modules
------------------*/
.smallContact, .smallContactS {
	font-family: Arial, Helvetica, sans-serif;
	width: 141px;
	color: #1c3369;
	background-color: white;
	padding-bottom: 8px;
	margin-bottom: 8px;
	border-bottom: 1px solid #b9d7b7;
}

.smallContact ul, .smallContactS ul {
	background-color: #e5eeee;
	border: 1px solid #ddd;
	list-style: inside;
	margin: 0px;
	padding: 10px 5px;
}

.smallContactS ul {
	background-color:  #F1F8FF;
}

.smallContact a, .smallContactS a {
	color: #1c3369;
	text-decoration: none;
}

.smallContact a:hover, .smallContactS a:hover {
	color: #06c;
}

.contact ul {
	background-color: #eee;
	margin: 0px 5px;
	padding: 15px;
	text-align: left;
	font-weight: bold;
	height: 65px;
	list-style-position: inside;
}

.contact ul img {
	float: right;
}

.contact {
	border: 1px solid #ccc;
	padding: 15px 10px;
	margin-top: 15px;
}

.contact legend {
	padding: 0px 10px 0px 15px;
	font-weight: bold;
}

label {
	padding: 2px;
	margin: 0px;
}

a.magnify {
	margin-bottom: 5px;
	width: 138px;
	height: 88px;
	background-image: url(/site/images/magnify.jpg);
	display: block;
}

a.magnify:hover {
	background-image: url(/site/images/magnify_over.jpg);
}


/* Subscription Module */
#subscribe {
	width: 130px;
	padding-right: 10px;
	font-size: 10px;
	border-top: 1px dotted #999;
}

#subscribe p,
#subscribe p a {
	display: block;
}

#subscribe p {
	margin: 2px 0;
	padding: 2px 0 2px 0;
}


#subscribe form {
	margin: 2px 0;
	padding: 0 0 2px 0;
}

#subscribe *.bordered {
	border-bottom: 1px dotted #999;
}

#subfeed,
#subLink {
	background-image: url(/lib/images/silk/feed_add.png);
	background-position: left -1px;
	background-repeat: no-repeat;
	padding-left: 22px;
	height: 16px;
}

#subLink {
	background-image: url(/lib/images/silk/email_add.png);
}


#subscribe form {
	vertical-align: bottom;
}

#subscribe form label {
	padding-left: 0px;
}


#subscribe form input {
	display: table-cell;
	vertical-align: bottom;
}

#subscribe form input#ea {
	border: 1px solid #157;
	background-color: #def;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	color: #383838;
	width: 95px;
	line-height: 13px;
	padding: 0 2px 1px 2px;
	margin: 0px 1px 0px 0px;
	height: 14px;
}

#subscribe form input.submit {
	font-size: 10px;
	font-weight: bold;
	color: #025;
	text-transform: lowercase;
	border-top: 1px solid #9bc;
	border-right: 1px solid #157;
	border-bottom: 1px solid #379;
	border-left: 1px solid #79a;
	background-image: url(/site/images/button_bg.png);
	padding: 0 2px 2px 2px;
	margin: 0px 0px 0px 1px;
	line-height: 13px;
	height: 17px;
}

#subscribe form input.submit:active {
	border-bottom: 1px solid #9bc;
	border-left: 1px solid #157;
	border-top: 1px solid #379;
	border-right: 1px solid #79a;
	background-image: url(/site/images/button_bgON.png);
}

#subscribe form input.submit:hover {
	color: #06c;	
}


#surveyTeaser {
	margin-top: 40px;
}

#surveyTeaser h2 {
	font-size: 18px;
	margin: 0 auto;
	text-align: center;
	position: relative;
	top: -23px;
	margin-bottom: 10px;
}

#surveyTeaser h2 a img {
	position: relative;
	top: 23px;
}


p.error { font-size: 12px}
pre.error {padding: 5px 5px 5px 10px; margin:0px ; font-size: 11px; color: #483030; font-weight: 600}
