/* GENERAL LAYOUT */
html, body {
	margin:0;	padding:0;
	text-align:center;
}
div#container {
	text-align:left;
	min-width:1000px;
	width: 100%;
}
div#header {
	background-image: url(images/HeaderBackground.png);
	width: 100%;
}
div#header-container {
	margin: 0 auto;
	height: 110px;
	width: 913px;
	text-align: left;
}
div#logo {
	display: block;
	margin-left: 10px;
	padding-top: 4px;
}
div#search {
	float: right;
	text-align: right;
	width: 300px;
	top: 0; right: 0;
	z-index: 10;
}
#imagex {
	color: #ffd396;
}
#edit-search_theme_form_keys{
	background: transparent url(images/SearchBoxBackground.png) no-repeat;
	border-width: 0;
	width: 103px;
	padding-left: 12px;
	padding-right: 30px;
	padding-top: 4px;
	height: 24px;
}
div#wrapper {
	width: 100%;
	margin-top: -3px;
}
div#wrapper-container{
	margin:0 auto;
	width: 913px;
}
div#content-background {
	float: left;
	padding-left: 12px;
	padding-top: 12px;
	width: 900px;
}
div#content {
	float:left;
	width:595px;
	background: #FFF url(images/content-bkg.gif) repeat-x scroll top center;
	min-height: 280px;
	padding: 0 20px 20px;
	margin-bottom: 15px;
}	body.front div#content { padding: 0; width:634px; height: 280px; }
div#sidebar{
	float:right;
	margin: 15px 15px 15px 0;
	width: 236px;
}
div#extra{
	float:left;
	width:635px;
}
div#featured {
	float: left;
	width: 263px;
}
div#featured .block, div#sidebar .block {
	margin-bottom: 10px;
}
div#sidebar .block-header {
	width: 236px;
	height: 18px;
	padding-left: 8px;
	padding-top: 6px;
	background-image: url(images/BlockHeader.png);
	background-repeat:  no-repeat;
	text-transform: uppercase;
}
div#block-block-3 .content p {
	padding: 22px 0 14px 0;
}
div#sidebar .block div.content-wrapper{
	width: 234px;
	background-image: url(images/BlockBackground.png);
	background-repeat: repeat-y;
}
div#sidebar .block div.content{
	padding: 6px;
	margin: 0 2px;
}
div#sidebar .block-footer {
	width: 234px;
	height: 3px;
	background-image: url(images/BlockFooter.png);
	background-repeat:  no-repeat;
}
div#extra .block-header {
	width: 249px;
	height: 17px;
	padding-left: 8px;
	padding-top: 6px;
	background-image: url(images/ExtraBlockHeader.png);
	background-repeat:  no-repeat;
	text-transform: uppercase;
}
div#extra .block div.content-wrapper{
	width: 257px;
	background-image: url(images/ExtraBlockBackground.png);
	background-repeat: repeat-y;
}
div#extra .block div.content{
	padding: 8px;
}
div#extra .block-footer {
	width: 257px;
	height: 3px;
	background-image: url(images/ExtraBlockFooter.png);
	background-repeat:  no-repeat;
}
div#welcome {
	float: right;
	width: 336px;
	min-height: 282px;
	padding: 18px 14px 0px;
	margin-bottom: 12px;
} * html div#welcome {height: 290px;}
div#footer{
	clear:both;
	width:100%;
	height: 61px;
	background-image: url(images/FooterBackground.png);
	background-repeat: repeat-x;
}
div#footer-container{
	margin:0 auto;
	width: 900px;
}
#footer-links{
	float: left;
	margin-top: 5px;
	margin-left: 50px;
}
#footer-links img{
	vertical-align:-2px;
}
#footer-copyright{
	float: right;
	margin-top: 5px;
	margin-right: 25px;
}
#footer-links a{
	margin-right: 15px;
}

/* Primary Links */
div#nav {
	float: left;
	width: 100%;
	background: url(images/menu-shadow.gif) repeat-x scroll bottom center;
	margin: 0;
	padding: 0;
}
div#nav li{
	float: left;
	margin: 0; padding: 0;
	background: none;
}
div#nav a {
	display: block;  
	color: #FFF;
	text-decoration: none;
	font-size: 100%;
	padding:5px 15px 4px 15px;
}
div#nav a:hover {  
	color: #CCC;
}
div#nav li.active {
	background: url(images/tab-left.gif) no-repeat scroll top left;
}
div#nav li.active a { 
	color: #FF0000;
	background: url(images/tab-right.gif) no-repeat scroll top right;
}

/* Secondary Links */
div#sub-nav {
	border-top: 0px solid #999;
	float: left;
	width: 890px; height: 20px;
	padding: 5px 12px 5px 12px;
	margin-left: -13px;
	margin-top: -12px;
	background: #E8EAEA url(images/submenu_border.gif) repeat-x scroll bottom center;
	font-size: 95%;
}
div#sub-nav ul {
	display: block;
	float: left;
	width: 100%;
}
div#sub-nav li {
	padding-left: 10px;
	display: block;
	float: left;
	text-align: center;
	background: url(images/sub-menu-bullet.gif) no-repeat scroll center right;
}
div#sub-nav li.last {
	background: none;
}
div#sub-nav li a {
	display: block;
	text-decoration: none;
	color: #747575;
}
div#sub-nav li a:hover, div#sub-nav li a.active {
	color: #FF0000;
}

/* GENERAL STYLES */
body {
  font: 12px/170% Verdana, Tahoma, Helvetica, Arial, sans-serif;
}
p, ul, li {
	margin: 0; padding: 0;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Verdana, Helvetica, Arial, sans-serif;
}
h1 {
  font-size: 170%;
}
h2 {
  font-size: 160%;
  line-height: 130%;
  color: #FF0000;
}
h3 {
  color: #747575;
}
h4 {
  font-size: 130%;
}
h5 {
  font-size: 120%;
}
h6 {
  font-size: 110%;
}
ul, blockquote, code, fieldset {
  margin: .5em 0;
}
blockquote {
	padding: .75em 0 .5em 0;
	font: 140% Georgia, "Times New Roman", Times, serif;
	text-align: center;
	color: #616162;
	font-style: italic;
}
p {
  margin: 0.6em 0 1.2em;
  padding: 0;
}
a:link, a:visited {
  color: #FF0000;
  text-decoration: none;
}
a:hover {
  color: #FF0000;
  text-decoration: underline;
}
a:active, a.active {
  color: #5895be;
}
hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #5294c1;
}

input {
  font: 12px/100% "Verdana";
}
textarea, select {
  font: 12px/160% "Verdana";
}
ul {
  margin: 0.5em 0 1em;
  padding: 0;
}
ul li {
  margin: 0.4em 0 0.4em .5em;
}
ul.menu {
  margin: 0 0 0 0;
  padding: 0;
}
.item-list ul  {
  margin: 0 0 0 0;
  padding: 1.0em 0 0 0;
}
ul.menu ul, .item-list ul ul {
  margin-left: 0em;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  margin: 0 0 0 0;
}

ul li, ul.menu li, .item-list ul li, li.leaf {
  padding: 0 0 .2em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/bullet.png) no-repeat 1px .35em;
}

ul.chaca li {
  padding: 0 0 .2em 1.5em;
  list-style-type:none;
  list-style-image:none;
  background: transparent url(images/sub-menu-bullet.gif) no-repeat 25px;
  text-indent:25px;
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a {
  list-style-type: none;
  list-style-image: none;
}

ul li.expanded {
  background: transparent url(images/menu-expanded.gif) no-repeat 1px .35em;
}

ul li.collapsed {
  background: transparent url(images/menu-collapsed.gif) no-repeat 0px .35em;
}

ul li.leaf a, ul li.expanded a, ul li.collapsed a {
  display: block;
}

ul.inline li {
  background: none;
  margin: 0;
  padding: 0 1em 0 0;
}

fieldset ul.clear-block li {
  margin: 0;
  padding: 0;
  background-image: none;
}

dl {
  margin: 0.5em 0 1em 1.5em;
}

dl dt {
}

dl dd {
  margin: 0 0 .5em 1.5em;
}

img, a img {
  border: none;
}

table {
  margin: 1em 0;
  width: 100%;
}

thead th {
  border-bottom: 2px solid #d3e7f4;
  color: #494949;
  font-weight: bold;
}

th a:link, th a:visited {
  color: #6f9dbd;
}

td, th {
  padding: .3em .5em;
}

tr.even, tr.odd, tbody th {
  border: solid #d3e7f4;
  border-width: 1px 0;
}

tr.odd, tr.info {
  background-color: #edf5fa;
}

tr.even {
  background-color: #fff;
}

tr.odd td.active {
  background-color: #ddecf5;
}

tr.even td.active {
  background-color: #e6f1f7;
}

td.region, td.module, td.container {
  border-top: 1.5em solid #fff;
  border-bottom: 1px solid #b4d7f0;
  background-color: #d4e7f3;
  color: #455067;
  font-weight: bold;
}

tr:first-child td.region, tr:first-child td.module, tr:first-child td.container {
  border-top-width: 0;
}

span.form-required {
  color: #ffae00;
}

span.submitted, .description {
  font-size: 0.92em;
  color: #898989;
}

.description {
  line-height: 150%;
  margin-bottom: 0.75em;
  color: #898989;
}

.messages, .preview {
  margin: .75em 0 .75em;
  padding: .5em 1em;
}

.messages ul {
  margin: 0;
}

.form-checkboxes, .form-radios, .form-checkboxes .form-item, .form-radios .form-item {
  margin: 0.25em 0;
}

#center form {
  margin-bottom: 2em;
}

.form-button, .form-submit {
  margin: 2em 0.5em 1em 0;
}

#watchdog-form-overview .form-submit,
.confirmation .form-submit,
.search-form .form-submit,
.poll .form-submit,
fieldset .form-button, fieldset .form-submit,
.sidebar .form-button, .sidebar .form-submit,
table .form-button, table .form-submit {
  margin: 0;
}

.box {
  margin-bottom: 2.5em;
}
/**
 * Local tasks
 */
ul.primary, ul.primary li, ul.secondary, ul.secondary li {
  border: 0;
  background: none;
  margin: 0;
  padding: 0;
}
ul.primary {
  padding: 0.5em 0 10px;
  float: left;
}
ul.secondary {
  clear: both;
  text-align: left;
  border-bottom: 1px solid #e9eff3;
  margin: -0.2em -26px 1em;
  padding: 0 26px 0.6em;
}

ul.primary li a, ul.primary li.active a, ul.primary li a:hover, ul.primary li a:visited,
ul.secondary li a, ul.secondary li.active a, ul.secondary li a:hover, ul.secondary li a:visited {
  border: 0;
  background: transparent;
  padding: 4px 1em;
  margin: 0 0 0 1px;
  height: auto;
  text-decoration: none;
  position: relative;
  top: -1px;
}
ul.primary li.active a,
ul.secondary li.active a {
  font-weight: bold;
}

/**
 * Nodes & comments
 */
.node {
  margin: -1.5em -26px 1.5em;
  padding: 1.5em 26px;
}

ul.links li, ul.inline li {
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 1em;
  background-image: none;
}

.node .links, .comment .links {
  text-align: left;
}

.node .links ul.links li, .comment .links ul.links li {}
.terms ul.links li {
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  padding-left: 1em;
}

.picture, .comment .submitted {
  border: 1px solid #e0e5fb;
  margin-bottom: 2em;
}

#comments {
  position: relative;
  top: -1px;
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -25px 0;
  padding: 0 25px;
}

#comments h2.comments {
  margin: 0 -25px;
  padding: .5em 25px;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

.comment {
  margin: 0 -25px;
  padding: 1.5em 25px 1.5em;
  border-top: 1px solid #e9eff3;
}

.indented {
  margin-left: 25px;
}

.comment h3 a.active {
  color: #494949;
}

.node .content, .comment .content {
  margin: 0.6em 0;
}

/**
 * Aggregator.module
 */
#aggregator {
  margin-top: 1em;
}
#aggregator .feed-item-title {
  font-size: 160%;
  line-height: 130%;
}
#aggregator .feed-item {
  border-bottom: 1px solid #e9eff3;
  margin: -1.5em -31px 1.75em;
  padding: 1.5em 31px;
}
#aggregator .feed-item-categories {
  font-size: 0.92em;
}
#aggregator .feed-item-meta {
  font-size: 0.92em;
  color: #898989;
}

/**
 * Color.module
 */
#palette .form-item {
  border: 1px solid #fff;
}
#palette .item-selected {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  border: 1px solid #d9eaf5;
}

/**
 * Menu.module
 */
tr.odd td.menu-disabled {
  background-color: #edf5fa;
}
tr.even td.menu-disabled {
  background-color: #fff;
}
td.menu-disabled {
  opacity: 0.5;
}

/**
 * Poll.module
 */
.poll .bar {
  background: #fff url(images/bg-bar-white.png) repeat-x 0 0;
  border: solid #f0f0f0;
  border-width: 0 1px 1px;
}

.poll .bar .foreground {
  background: #71a7cc url(images/bg-bar.png) repeat-x 0 100%;
}

.poll .percent {
  font-size: .9em;
}

/**
 * Autocomplete.
 */
#autocomplete li {
  cursor: default;
  padding: 2px;
  margin: 0;
}

/**
 * Collapsible fieldsets
 */
fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #d9eaf5;
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
}

html.js fieldset.collapsed {
  background: transparent;
  padding-top: 0;
  padding-bottom: .6em;
}

html.js fieldset.collapsible legend a {
  padding-left: 2em;
  background: url(images/menu-expanded.gif) no-repeat 0% 50%;
}

html.js fieldset.collapsed legend a {
  background: url(images/menu-collapsed.gif) no-repeat 0% 50%;
}

/**
 * Syndication icons and block
 */
#block-node-0 h2 {
  float: left;
  padding-right: 20px;
}

#block-node-0 img, .feed-icon {
  float: right;
  padding-top: 4px;
}

#block-node-0 .content {
  clear: right;
}

/**
 * Login Block
 */
#user-login-form {
  text-align: center;
}
#user-login-form ul {
  text-align: left;
}

/**
 * Admin Styles
 */
div.admin-panel,
div.admin-panel .description,
div.admin-panel .body,
div.admin,
div.admin .left,
div.admin .right,
div.admin .expert-link,
div.item-list,
.menu {
  margin: 0;
  padding: 0;
}

div.admin .left {
  float: left;
  width: 48%;
}
div.admin .right {
  float: right;
  width: 48%;
}

div.admin-panel {
  background: #fff url(images/gradient-inner.png) repeat-x 0 0;
  padding: 1em 1em 1.5em;
}
div.admin-panel .description {
  margin-bottom: 1.5em;
}
div.admin-panel dl {
  margin: 0;
}
div.admin-panel dd {
  color: #898989;
  font-size: 0.92em;
  line-height: 1.3em;
  margin-top: -.2em;
  margin-bottom: .65em;
}

table.system-status-report th {
  border-color: #d3e7f4;
}

#autocomplete li.selected, tr.selected td, tr.selected td.active {
  background: #027ac6;
  color: #fff;
}

tr.selected td a:link, tr.selected td a:visited, tr.selected td a:active {
  color: #d3e7f4;
}

/**
 * CSS support
 */
span.clear {
  display: block;
  clear: both;
  height: 1px;
  line-height: 0px;
  font-size: 0px;
  margin-bottom: -1px;
}

/*******************************************************************
 * Color Module: Don't touch                                       *
 *******************************************************************/

/**
 * Generic elements.
 */
.messages {
  background-color: #fff;
  border: 1px solid #b8d3e5;
}

.preview {
  background-color: #fcfce8;
  border: 1px solid #e5e58f;
}

div.status {
  color: #3a3;
  border-color: #c7f2c8;
}

div.error {
  color: #c52020;
}

.form-item input.error, .form-item textarea.error {
  border: 1px solid #c52020;
  color: #494949;
}

/**
 * Watchdog.module
 */
tr.watchdog-user {
  background-color: #fcf9e5;
}

tr.watchdog-user td.active {
  background-color: #fbf5cf;
}

tr.watchdog-content {
  background-color: #fefefe;
}

tr.watchdog-content td.active {
  background-color: #f5f5f5;
}

tr.watchdog-warning {
  background-color: #fdf5e6;
}

tr.watchdog-warning td.active {
  background-color: #fdf2de;
}

tr.watchdog-error {
  background-color: #fbe4e4;
}

tr.watchdog-error td.active {
  background-color: #fbdbdb;
}
tr.watchdog-page-not-found, tr.watchdog-access-denied {
  background: #d7ffd7;
}
tr.watchdog-page-not-found td.active, tr.watchdog-access-denied td.active {
  background: #c7eec7;
}

/**
 * Status report colors.
 */
table.system-status-report tr.error, table.system-status-report tr.error th {
  background-color: #fcc;
  border-color: #ebb;
  color: #200;
}
table.system-status-report tr.warning, table.system-status-report tr.warning th {
  background-color: #ffd;
  border-color: #eeb;
}
table.system-status-report tr.ok, table.system-status-report tr.ok th {
  background-color: #dfd;
  border-color: #beb;
}


div.block-header h2{
  font-size: 100%;
  color: #FFF;
  text-align: left;
}

#logo h1{
  display: none;
}

#search a, #search a:hover, #search a:visited{
  font-size: 90%;
  color: #FFFFFF;
  text-decoration: none;
}

#search {
  color: #808487;

}

#block-search-0 .content-wrapper {
	display: block;
	float: left;	
	padding: 0 0 5px 0;
}

#search-block-form #searchimage {
	display: block;
	float: right;
}

#search-block-form .form-text {
	margin-top: 2px;
	display: block;
	float: left;
}


div#content-background {
  background-color: #EEE;
}

div#welcome {
	float: right;
	width: 336px;
	min-height: 337px;
	padding: 18px 14px 0px;
	margin-bottom: 12px;
	background-color: #FFF;
} * html div#welcome {height: 290px;}

#footer, #footer a{
  font-size: 10px;
  color: #FFFFFF;
}

#block-views-FAQ .content{
  background-image: url(images/FaqQBackground.png);
  background-repeat: no-repeat;
}

/* Site map */

.site-map ul li.expanded {
	background-image: none;
	list-style-image: none;
	list-style-type: none;
}

/* AGGREGATOR BLOCK */
.view-feeds-latest-block .item-list ul {
  list-style-type: none;
  list-style-image: none;
  background: none;
}
.view-feeds-latest-block .item-list ul li {
	padding: 0 0 .5em 1.5em;
  list-style-type: none;
  list-style-image: none;
  background: transparent url(images/news_item.png) no-repeat 1px .35em;
}
.view-data-feed-parent-node-title{
	color: #666;
}
.block {
	font-size: 95%;
	line-height: 150%;
}

#content h2.title {
	margin-top: 1em;
}
#tabs {
	clear: both;
	float: left;
	width: 100%;
}

br.clear {
	clear: both;
}

/* CALENDAR */
.calendar-calendar th {
	background-color: #AAA;
}
.calendar-calendar td.days {
	background-color: #FF0000;
	color: #FFF;
}
th a:link, th a:visited {
	color:#FFF;
}

/*ADDRESS BOOK */
th a:link, th a:visited {
color:#FF0000;
}

#permissions tbody {
	height: 500px;
	overflow: auto;
}


/*
this will expand the default garland bar, make it bigger so our form and message can fit in.
*/
#top-bar {
  height: 3em;
	background-color: #116A51;
	color: #CCC;
}
#top-bar a {
	color: #FFF;
}
#top-bar div.form-item,
#top-bar div.content {
  margin: 0; padding: 0;
}
#user-bar {
  padding: .65em 0;
}
#user-bar label {
  float: left;
  margin-left: 10px;
  margin-right: 2px;
}
#user-bar input {
  float: left;
}
#user-bar span.form-required {
  display: none;
}
#user-bar input.form-submit {
  margin-top: -1px;
  margin-left: 10px;
  padding: 0 .5em;
}
#user-bar div.item-list ul {
  float: right;
  margin: 0; padding: 0;
  margin-right: 10px;
}
#user-bar div.item-list ul li {
  float: left;
  background: none;
  margin: 0 5px;
  padding: 0 10px;
  border: 1px solid #b8d3e5;
}
#user-bar p.user-info {
  float: left;
  padding: 0;
  margin: 0 0 0 10px;
}
span#login-button {
	color: #FFF;
	cursor: pointer;
}

/* PRODUCT SELECT */
#block-taxonomy_chooser-0 h2,
div#sidebar div.block-search h2 { 
	font-size: 12px;
	padding: 0; margin: 0;
	color: #3F4E57;
	font-family: Verdana, helvetica, arial, sans-serif;
}
#block-taxonomy_chooser-0 select {
	width: 220px;
	border: 1px solid #D3D3D3;
	border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #E7E7E7;
	color: #3F4E57;
	padding: 0; margin: 0;
}
div#sidebar div.block-search input.form-text {
	border: 1px solid #D3D3D3;
	border-top: 1px solid #AEAEAE;
	border-bottom: 1px solid #E7E7E7;
}

div#sidebar #block-taxonomy_chooser-0 .block-header,
div#sidebar #block-taxonomy_chooser-0 .content-wrapper,
div#sidebar #block-taxonomy_chooser-0 .block-footer,
div#sidebar div.block-search div.block-header, 
div#sidebar div.block-search div.content-wrapper, 
div#sidebar div.block-search div.block-footer {
	background-image: none;
	border: none;
}
div#sidebar #block-taxonomy_chooser-0 .content-wrapper {
	margin: 0; padding: 0;
	margin-top: -10px;
}

h3.category a {
	color: #747575;
}
h3.category {
	clear: both;
	padding-top: 20px;
}
.category-image {
	float: right;
}


.view-content-Vendors {
	display: block;
	float: left;
}
.view-content-Vendors .left-column {
	display: block;
	float: left;
	width: 290px;
}
.view-content-Vendors .right-column {
	display: block;
	float: left;
	width: 290px;
}
.view-content-Vendors ul {
	margin-bottom: 20px;
	width: 290px;
}
.node-vendor .logo {
	float: left;
	margin: 10px;
}
.node-vendor .website {
	clear: both;
}

#block-views-feeds_purchasing .block-header h2,
#block-views-feeds_manufacturing .block-header h2,
#block-views-feeds_industry .block-header h2 {
	font: 140% Georgia, "Times New Roman", Times, serif;
	color: #747575;
}

#block-views-feeds_purchasing,
#block-views-feeds_manufacturing,
#block-views-feeds_industry {
	margin-bottom: 20px;
}
 
/* CALENDAR */
.calendar .stripe-event { width: 100%; background-color:#F66; height: 5px; } 
.calendar .stripe-event_training { width: 100%; background-color:#CBF; height: 5px; } 
.calendar .stripe-event_corporate { width: 100%; background-color:#F70; height: 5px; } 
.calendar .stripe-event_holiday { width: 100%; background-color:#FF0; height: 5px; } 

/* FAQ */
h5.faq_header {
	font: 140% Georgia, "Times New Roman", Times, serif;
	color: #747575;
}
dl.faq_dl dt {
	color: #FF0000;
	cursor: pointer;
}

ul.simplefeed-item {
	display: none;
}

/* REPORTS STYLES */
#report-div{
	width: 100%;
	overflow: auto;
}
.report-table{	
	font-size: 90%;
}

.report-column-head{
	background-color: #cccccc;
	font-weight: bold;
}

.report-tablerow2{
	background-color: #dddddd;
}

.report-tablerow1{
	background-color: #ffffff;
}

.report-subtotal-row{
	border-bottom: 1px solid #000000;
}
.wf1 { width: 15%; }
.wf2 { width: 30%; }
.wf3 { width: 30%; }

.superclear { overflow: hidden; }

.formbox {  xpadding: 15px 5px 0; }
.formbox form { padding: 13px; font-size: 92%; background: #e7e7e7;_height: 1px;}
.formbox form label { font-weight: bold; }
.formbox form p { margin-bottom: 0.4em; zoom: 1; }
.formbox form .note { float: left; width: 60%; }

.formbox .wfull { width: 98%; }

#contact-form { /* margin-top: -20px;  _position: relative; */ }

.col-h-l { width: 48%; float: left; display: inline; }
.col-h-r { width: 48%; float: right; display: inline; }