/* @group Annotations */
/*
Theme Name: Vertz and Company
Theme URI: http://www.vertzandcompany.com
Description: With help from html5boilerplate.com and Jeffrey Sambells. Content and SEO by Rebecca Haden of Haden Interactive at http://www.hadeninteractive.com
Version: 1.0
Author: Tom Hapgood
Author URI: http://www.hapgooddesign.com
Tags: html5, boilerplate, hml5boilerplate
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* If you're using CSSEdit enter overrides here */
/* @override 
	http://dev.jeffreysambells.com/wordpress/wp-content/themes/html5boilerplate-wordpress-theme/style.css?v=1
	http://jeffreysambells.com/wordpress/wp-content/themes/html5boilerplate-wordpress-theme/style.css?v=1
*/

/* 
  style.css contains a reset, font normalization and some base styles.
  
  credit is left where credit is due.
  additionally, much inspiration was taken from these projects:
    yui.yahooapis.com/2.8.1/build/base/base.css
    camendesign.com/design/
    praegnanz.de/weblog/htmlcssjs-kickstart
*/

/* 
  html5doctor.com Reset Stylesheet (Eric Meyer's Reset Reloaded + HTML5 baseline)
  v1.4 2009-07-27 | Authors: Eric Meyer & Richard Clark
  html5doctor.com/html-5-reset-stylesheet/
*/
/* @end Annotations */

/* @group RESET CSS */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin:0;
  padding:0;
  border:0;
  outline:0;
  font-size:100%;
  vertical-align:baseline;
  background:transparent;
}                  

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section { 
    display:block;
}

blockquote, q { quotes:none; }

blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }

ins { background-color:#ff9; color:#000; text-decoration:none; }

mark { background-color:#ff9; color:#000; font-style:italic; font-weight:bold; }

del { text-decoration: line-through; }

abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }

/* tables still need cellspacing="0" in the markup */
table { border-collapse:collapse; border-spacing:0; }

input, select { vertical-align:middle; }
/* >> The Magnificent CLEARFIX << j.mp/phayesclearfix */
.clearfix:after  { content: "\0020"; display: block; height: 0; clear: both; visibility: hidden; }
/* Fix clearfix: blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page */
.clearfix { zoom: 1; }
/* @end RESET CSS */

/* @group Base styles */
body { font:13px/1.231 sans-serif; *font-size:small; } /* hack retained to preserve specificity */

h1,h2,h3,h4,h5,h6 { font-weight: normal; }

ul { list-style:none;
	margin:0;
	padding:0;}

/* Accessible focus treatment: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: none; }
/*  j.mp/webkit-tap-highlight-color */
a:link { -webkit-tap-highlight-color: #FF5E99; } 

a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent;
	color: #EC1A30;
	text-decoration:none;
	}

/*ul, ol { margin-left: 1.8em; }*/
ol { list-style-type: decimal; }

small { font-size: 85%; }
strong, th { font-weight: bold; }

td, td img { vertical-align: top; } 

sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
 
/* These selection declarations have to be separate.
   No text-shadow: twitter.com/miketaylr/status/12228805301 */
::-moz-selection{ background: #ccc; color:#fff; text-shadow: none; }
::selection { background:#ccc; color:#fff; text-shadow: none; } 

figure {
	text-align: center;
}

figcaption {
	font-style: italic;
	color: #aaa;
}

/* make buttons play nice in IE:    
   www.viget.com/inspire/styling-the-button-element-in-internet-explorer/ */
button {  width: auto; overflow: visible; }
 
/* bicubic resizing for non-native sized IMG: 
   code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/ */
.ie7 img { -ms-interpolation-mode: bicubic; }

/* 
 * Non-semantic helper classes 
 */

/* for image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }

/* Hide for both screenreaders and browsers
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; } 

/* Hide only visually, but have it available for screenreaders 
   www.webaim.org/techniques/css/invisiblecontent/ 
   Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! */
.visuallyhidden { position: absolute !important;    
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }



hr { 
	/* HR are in place only for non css devices. */
	display:none; 
}
/* @end Base styles */

/* @group Site backgrounds */
body {
	background: url(images/bg-body-tile.jpg) repeat-x #f5f5f5;
	margin:0;
	padding:0;	
	}
#container {
	background: #fff;
	box-shadow:0 0 3px #aaa;
	-moz-box-shadow:0 0 3px #aaa;
	-webkit-box-shadow:0 0 3px #aaa;
	behavior: url(http://www.vertzandcompany.com/wp-content/themes/iamaused/js/PIE.php);
}		
/* @end Site backgrounds */

/* @group Inside page */
#insidecontentholder {
	background: url(images/bg-insidecontent.png) no-repeat top center;
	min-height: 258px;
	/*width: 905px;*/
	margin: 0 21px;
	padding: 26px 40px;
	/*border: 1px solid #fff;*/
}

#insidecontentholder a:hover {
	text-decoration: underline;
}

#insidecontentholder h1 {
	font-size: 25px;
	margin: 0 0 0.6em 0;
	font-family: 'CabinSemiBold', Georgia, serif;
}

#insidecontentholder h2 {
	font-size: 17px;
	margin: 1em 0 0.2em 0;
	font-family: 'CabinSemiBold', Georgia, serif;
	color: #990000;
}

#insidecontentholder #left ul {
	list-style:disc;
	margin: 0.5em 20px;
	padding: 0.5em 1em;
}

#insidecontentholder {
	line-height: 1.4em;
	font-size: 1.1em;
}
#insidecontentholder #left {
	float: left;
	width: 485px;
}
#insidecontentholder #right {
	margin-left: 510px;
}

/* @end Inside page */

/* @group Case Study page */
#insidecontentholder #case-left {
	float: left;
	width: 180px;
	padding-top: 38px;
}
#insidecontentholder #case-right {
	margin-left: 210px;
}
#insidecontentholder #case-left ul, #insidecontentholder #case-right ul {
	margin: 0 0 0 15px;
	padding: 0;
}
div.wp-caption {
	width: 320px;
	margin: 0 0 10px 15px;
	/*border: 7px solid #fff;*/
	box-shadow:0px 0px 4px #999;
	-moz-box-shadow:0px 0px 4px #999;
	-webkit-box-shadow:0px 0px 4px #999;
	behavior: url(http://www.vertzandcompany.com/wp-content/themes/iamaused/js/PIE.php);
	font-size: 0.8em;
	text-align: center;
	position:relative;
	z-index:0;
	background:#eee;
}
div.wp-caption img {
	width: 310px;
	margin: 5px auto;
}
/* @end Case Study page */

/* @group Products page */
.companieslist {
	margin: 0 100px;
}
/* @end Products page */

/* @group Home Bottom */

#bottom {
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	padding: 0 0 0 0;
}
#bottom header {
	margin: 0 0 20px 0;
	
}

#bottom #bottomleft {
	width: 417px;
	margin: 0 0 0 36px;
	float: left;
}

#bottom #buildingpic {
	float:right;
	
}

#bottom p {
	line-height: 1.5em;
}
#bottom h4 {
	font-size: 1.2em;
	font-family: 'CabinSemiBold', Georgia, sans-serif;
	margin: 0 0 0.5em 0;
}
#bottom #bottomright {
	margin-left: 480px;
}
#bottom ul {
	margin: 0;
	padding: 0;
}
#bottom #bottomright li {
	float: left;
	width: 48%;
	line-height: 1.5em;
}
#bottom #bottomright li p a {
	display: block;
	color: #ec1a30;
	font-size: 1.1em;
	text-transform: uppercase;
	background: url(images/navarrow.png) no-repeat center right;
	width: 125px;
	margin: 1em 0 0 0;
	text-shadow: 0px 2px 2px #fff;
	-moz-text-shadow: 0px 2px 2px #fff;
	-webkit-text-shadow: 0px 2px 2px #fff;
}
#bottom #bottomright li p a:hover {
	color:#9C101F;
	text-decoration:none;
}
#bottom #bottomright li a:hover {
	text-decoration:underline;}

#bottom #bottomright li p a {
	display: block;
	color: #ec1a30;
	font-size: 1.1em;
	text-transform: uppercase;
	background: url(images/navarrow.png) no-repeat center right;
	width: 115px;
	text-shadow: 0px 2px 2px #fff;
	-moz-text-shadow: 0px 2px 2px #fff;
	-webkit-text-shadow: 0px 2px 2px #fff;
}

/* @end Home Bottom */

/* @group Site footer */
#footer {
	/* position:absolute;
	bottom:0; */
	/*border:1px solid #f00;*/
	margin: 10px auto;
	width:944px;
}

#footer a {
	color: #333;
	text-decoration: underline;
}

#footer p {font-size:0.8em;
text-align: center;}

/* @end Site footer */

/* @group Page Structure */
#container {
	position:relative;
	width:948px;
	margin:0 auto;
	}
	
#insidemain {margin:35px 360px 0 0;}	

aside#sidebar {float:right;
	width:280px;
	margin-top:15px;}

aside#sidebar ul.xoxo {list-style:none;
	margin:0;
	padding:0;
}
aside#sidebar ul.xoxo li {
	border:1px solid #fff;
	background: rgba(255, 255, 255, 0.3);
	padding:15px;
	font-family:Helvetica,Arial,sans-serif;
	margin:0 0 10px 0;
}

aside#sidebar ul.xoxo li .whitetwitter {background:#fff !important;
	margin:0 0 10px 0;
	padding:12px 0 8px 10px;}
aside#sidebar ul.xoxo li .whitefb {background:#fff !important;}

aside#sidebar ul.xoxo li h2 {
	color:#8aa13c;
	font-size:18px;
	margin:0 0 1em 0;
	line-height:1.3em;
}
aside#sidebar ul.xoxo li ol li {border:0;
	background:inherit;
	padding:0;
	margin:0.5em 25px;}
/* @end Page Structure */

/* @group Home Highlight */

#highlight {
	box-shadow:0px 0px 3px #666;
	-moz-box-shadow:0px 0px 3px #666;
	-webkit-box-shadow:0px 0px 3px #666;
	/*padding: 12px;*/
	border:12px solid #fff;
	width: 876px;
	height: 262px;
	margin: 0 auto 35px auto;
	font-family: 'CabinSemiBold', Georgia, sans-serif;
	behavior: url(http://www.vertzandcompany.com/wp-content/themes/iamaused/js/PIE.php);
	position:relative;
	z-index:0;
	overflow:hidden;
}

#highlight div { width: 876px;
	height: 262px;
	}

#highlight h1 {
	color: #fff;
	font-size: 17px;
	float: left;
	margin: 27px 0 0 0;
	padding: 0.5em 2em;
	background:rgba(153, 0, 0, 0.4);
	text-transform: uppercase;
	letter-spacing: 1px;
	text-shadow: 0px 0px 3px #333;
	-moz-text-shadow: 0px 0px 3px #333;
	-webkit-text-shadow: 0px 0px 3px #333;
}
html.ie7 #highlight h1, html.ie8 #highlight h1 {
	background:#990000;}
#highlight h2 {
	font-size: 19px;
	color: #fff;
	float: right;
	margin: 32px 43px 0 0;
	text-shadow: 0px 0px 3px #333;
	-moz-text-shadow: 0px 0px 3px #333;
	-webkit-text-shadow: 0px 0px 3px #333;
}


  
ul.pagination {
	display: none;
}

.paperandpulp {
	background: url(images/highlight-papermill.jpg) no-repeat center;
}
.petrochemical {
	background: url(images/highlight-petrochemical.jpg) no-repeat center;
}

.power {
	background: url(images/highlight-power.jpg) no-repeat center;
}

.microelectronics {
	background: url(images/highlight-microelectronics.jpg) no-repeat center;
}

#columnsholder {
	/* holds home-left and home-right */
}
#home-left {
	float: left;
	width: 426px;
	margin-left: 35px;
}
#home-right {
	margin: 0 35px 0 479px;
}

#home-left, #home-right {
	min-height: 385px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(229,229,229,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(229,229,229,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
	background: linear-gradient(top, rgba(255,255,255,1) 0%,rgba(229,229,229,1) 100%);
	padding: 0 0 20px 0;
}

#home-left img, #home-right img {
	margin: -15px 0 0 -15px;
}
#home-left h3, #home-right h3 {
	color: #EC1A30;
	font-family: 'CabinSemiBold', Helvetica, sans-serif;
	font-size: 18px;
	margin: -20px 0 0 135px;
	padding-right: 47px;
	text-shadow: 0px 1px 1px #fff;
	-moz-text-shadow: 0px 1px 1px #fff;
	-webkit-text-shadow: 0px 1px 1px #fff;
}
#home-left p, #home-right p {
	margin:12px 25px 0 135px;
	line-height: 1.4em;
	text-shadow: 0px 1px 1px #fff;
	-moz-text-shadow: 0px 1px 1px #fff;
	-webkit-text-shadow: 0px 1px 1px #fff;
}
#home-left a p, #home-right a p {
	color: #000;
}
#home-left a p.arrowlink, #home-right a p.arrowlink {
	color: #ec1a30;
	font-size: 1.1em;
	text-transform: uppercase;
	background: url(images/navarrow.png) no-repeat center right;
	width: 95px;
	text-shadow: 0px 2px 2px #fff;
	-moz-text-shadow: 0px 2px 2px #fff;
	-webkit-text-shadow: 0px 2px 2px #fff;
}
#home-left a:hover h3, #home-right a:hover h3, a:hover p.arrowlink {
	color:#9C101F !important;
}


/* @end Home Highlight */


/* @group Typography */
* {
	/* Enable kerning and ligatures: http://www.aestheticallyloyal.com/public/optimize-legibility/ */
	text-rendering: optimizeLegibility;
}

body {
	font-family:"CabinRegular", Helvetica, sans-serif; 
	font-style:normal;	
}

@font-face {
    font-family: 'CabinRegular';
    src: url('fonts/Cabin-Regular-webfont.eot');
    src: url('fonts/Cabin-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cabin-Regular-webfont.woff') format('woff'),
         url('fonts/Cabin-Regular-webfont.ttf') format('truetype'),
         url('fonts/Cabin-Regular-webfont.svg#CabinRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CabinSemiBold';
    src: url('fonts/Cabin-SemiBold-webfont.eot');
    src: url('fonts/Cabin-SemiBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cabin-SemiBold-webfont.woff') format('woff'),
         url('fonts/Cabin-SemiBold-webfont.ttf') format('truetype'),
         url('fonts/Cabin-SemiBold-webfont.svg#CabinSemiBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'CabinItalic';
    src: url('fonts/Cabin-Italic-webfont.eot');
    src: url('fonts/Cabin-Italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/Cabin-Italic-webfont.woff') format('woff'),
         url('fonts/Cabin-Italic-webfont.ttf') format('truetype'),
         url('fonts/Cabin-Italic-webfont.svg#CabinItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}

p, time {
	margin-bottom: 10px;
	/*font-weight: 300;*/
}
em, i {
	font-family: 'CabinItalic';
}
strong {
	font-family: 'CabinSemiBold';
}
small {
	font-size: 85%;
}

/* @end Typography */

/* 	@group General Lists and Blocks */
ul {
	list-style:none;
	padding: 0px;
	margin:0;
}
ul ul, ul ol, ol ul, ol ol {
	margin-bottom: 0;
}
li {
	margin: 0px;
}
/* @end General Lists and Blocks */

/* @group Blog + Blog Single */

article {
	margin: 0 0 50px 0;
}

#insidemain .post p {
		font-size:1.1em;
		line-height:1.7em;
}

article footer {clear:left;
height:160px;}
article footer h2 {font-size:20px;
	margin:2em 0 0.5em 0;}

article header h1 {margin:0 0 0.5em 0;}

article header figure {
	margin-top: 1em;
}


.alignright {float:right;}

article header time {
	color: #ccc;
	font-weight: 700;
	display: block;
	font-size: 77%;
}

/* @end Blog + Blog Single */

/* @group Page header */
#header {
	margin: 0;
	clear: both;
	border-bottom:double #fff 3px;
	padding:0 0 30px 0;
}
#header h1 {
	display: none;
}
#header .logo, #bottom .logo {
	margin:42px 0 0 45px;
}
#header h2#phone-top {
	float: right;
	font-family: 'CabinSemiBold', Georgia, serif;
	font-size: 21px;
	text-align: right;
	margin: 40px 25px 0 0;
	width: 200px;
	color: #d6d6d6;
}

#header #industryribbon {
	padding: 11px 0;
	background: rgb(102,102,102);
	background: -moz-linear-gradient(top, rgba(102,102,102,1) 0%, rgba(151,151,151,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(102,102,102,1)), color-stop(100%,rgba(151,151,151,1)));
	background: -webkit-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(151,151,151,1) 100%);
	background: -o-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(151,151,151,1) 100%);
	background: -ms-linear-gradient(top, rgba(102,102,102,1) 0%,rgba(151,151,151,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#979797',GradientType=0 );
	background: linear-gradient(top, rgba(102,102,102,1) 0%,rgba(151,151,151,1) 100%);
}
#header #industryribbon li {
	text-align: center;
	display: inline;	
	margin: 0 39px 0 0;
}
html.ie7 #header #industryribbon li, html.ie8 #header #industryribbon li {
	margin:0 38px 0 0;
}

/*html.ie7 #header #industryribbon li a {font-size:11px;}*/
html.ie7 #header #industryribbon ul, html.ie8 #header #industryribbon ul {margin-left:20px;}

#header #industryribbon li a {
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px #555;
	-moz-text-shadow: 0px 1px 1px #555;
	-webkit-text-shadow: 0px 1px 1px #555;
}
#header #industryribbon li a:hover {
	text-decoration: none;
	/*color:#EC1A30;*/
	text-shadow: 0px 1px 1px #EC1A30;
	-moz-text-shadow: 0px 1px 1px #EC1A30;
	-webkit-text-shadow: 0px 1px 1px #EC1A30;
	
}
#header #industryribbon li:first-child {
	margin-left: 23px;
}
#header #industryribbon li:last-child {
	margin:0;
}

/* @group Top Navigation */
#header nav {
	font-size:16px;
	letter-spacing: 1px;
	position: absolute;
	right: 27px;
	top: 125px;
	}

#header nav ul {
	margin: 0;
	padding:0;
}
html.ie7 #header nav ul, html.ie8 #header nav ul {
	margin-right:-38px; /* correct for non-support of :last-child to turn li margin to 0 */	
}
#header nav li {
	font-family: 'CabinSemiBold', Georgia, serif;
	display: inline;
	font-size:13px;
	text-transform: uppercase;
	margin-right: 38px;
}
#header nav li:last-child {
	margin: 0;
}
#header nav li a {
	color:#eb1930;
	/*padding:0 10px 3px 10px;*/
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
#header nav li a:hover {
	color:#9C101F;
}
/* @end Top Navigation */
/* @end Page Header */

/* @group Forms */
textarea { overflow: auto; } /* thnx ivannikolic! www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/ */

.ie6 legend, .ie7 legend { margin-left: -7px; } /* thnx ivannikolic! */

/* align checkboxes, radios, text inputs with their label
   by: Thierry Koblentz tjkdesign.com/ez-css/css/base.css  */
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }
 
/* webkit browsers add a 2px margin outside the chrome of form elements */  
button, input, select, textarea { margin: 0; }

/* colors for form validity */
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { 
      border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red; 
 -webkit-box-shadow: 0px 0px 5px red; 
         box-shadow: 0px 0px 5px red;
}
.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid { background-color: #f0dddd; }

label {
	display: block;
	margin-top: 1em;
	font-weight: 500;
}

/*
http://css-tricks.com/box-sizing/
Force <textarea> to have padding and border that cut into it’s 100% width instead of expanding it. 
*/
textarea {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}

select, input, textarea, button { font:99% sans-serif; }

.mmf-response-output, .mmf-mail-sent-ok {
	color: #990000;
	}
/* @end Forms */