/*
Theme Name: Nutfield Technology
Description: Custom theme for Nutfield Technology
Author: KAdam White
Version: 1.0
*/

/* COLORS
Red: #DF1F2A
Dark red: #941027
Blue: #364364
Purple: #98015e
*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp,
small, strike, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, embed, figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, time, mark, audio, video, strong {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
sup, sub {
	line-height: 0;
}

/* Metrophobic font */
@font-face {
    font-family: 'MetrophobicRegular';
    src: url('Metrophobic/Metrophobic-webfont.eot');
    src: url('Metrophobic/Metrophobic-webfont.eot?#iefix') format('embedded-opentype'),
         url('Metrophobic/Metrophobic-webfont.woff') format('woff'),
         url('Metrophobic/Metrophobic-webfont.ttf') format('truetype'),
         url('Metrophobic/Metrophobic-webfont.svg#MetrophobicRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* HTML5 display-role reset for older browsers */
article, aside, figcaption, figure,
#footer, header, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* Font & Type */
a {
	text-decoration: none; /*color: #666;*/
	color: #364364;
}

p a {
	font-weight: bold;
}

a.active,
a.selected,
a:hover {
	/*color: #df1f2a;
   color: #941027;*/
	color: #df1f2a;
}

.cta a {
	font-weight: bold;
}

body, section, article, #footer, div, p, header h2 {
	font-family: Verdana, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.8em;
}

/* Light-weight text definitions */
h1, h2, h3, h4, h5, h6, .products dt,
body.single-ntiproduct h1 span,
h2 strong, h3 strong, h4 strong, h5 strong,
.homepage-products .selector li,
body.single-ntiproduct h1 {
	font-family: MetrophobicRegular, Verdana, Arial, sans-serif;
}

h1 {
	font-size: 36px;
	line-height: 40px;
}

h2 {
	font-size: 24px;
	line-height: 36px;
}

h3 {
	font-size: 18px;
	line-height: 30px;
}

h4 {
	font-size: 18px;
	line-height: 20px;
}

#wrapper {
	width: 960px;
	margin: 0 auto 20px;
	position: relative;
}

body {
	background: url(images/pagebg-5.jpg) center top no-repeat;
	background-color: #f1f1f1;
}


.clear {
	clear: both;
}

.onecol {
	width: 60px;
}

.twocol {
	width: 140px;
}

.threecol {
	width: 220px;
}

.fourcol {
	width: 300px;
}

.fivecol {
	width: 380px;
}

.sixcol {
	width: 440px;
}

.ninecol {
	width: 700px;
}

.onecol.container {
	width: 80px;
}

.twocol.container {
	width: 160px;
}

.threecol.container {
	width: 240px;
}

.fourcol.container {
	width: 320px;
}

.fivecol.container {
	width: 400px;
}

.sixcol.container {
	width: 470px;
}

/*480*/
.ninecol.container {
	width: 710px;
}

/*720*/

.onecol, .twocol, .threecol,
.fourcol, .fivecol, .sixcol, .ninecol {
	float: left;
	padding: 0 10px;
}

.sixcol.content {
	padding-top: 10px;
}

.ninecol .threecol {
	padding-right: 0;
}

.selector.onecol {
	padding-left: 0;
	padding-right: 0;
}

.container {
	padding: 0;
}

.container-blue h2.cta,
.container-blue h3.cta {
	text-align: center;
	padding: 10px 0 0;
}

.container-blue h2.cta a,
.container-blue h3.cta a {
	letter-spacing: 1px;
	color: #fff;
	text-shadow: -1px 2px 1px #000;
}
.container-blue h3.cta {
	font-size: 18px;
}
.container-blue.container-red {
	background-color: #941027;
}

#header {
	position: relative;
}

#header h1,
#header #site-title {
	float: left;
	height: 132px;
	overflow:hidden;
	z-index: 0;
	padding: 0;
	margin-bottom: 13px;
	background-color: #f1f1f1;
}
#site-title a {
	height: 132px;
	overflow:hidden;
}
#site-title a:hover img {
	margin-top: -131px;
}
.page-title {
	padding-bottom: 20px;
}
#header h2 {
	text-align: right;
	font-size: .7em;
	font-weight: bold;
	position: absolute;
	left: 0;
	padding-top: 15px;
	width: 960px;
}

.header-links {
	padding: 15px 0 5px;
	overflow: hidden;
	height: 26px;
}

.header-links .header-widget {
	float: right;
	padding-left: 5px;
}

.header-links #searchform label {
	display: none;
}

/* NAVIGATION */

#nav {
	padding: 0px 0px 44px;
	font-size: 12px;
	line-height: 1em;
	height: 37px;
}

#nav ul {
	float: right;
	margin: 0;
	font-weight: bold;
	padding: 8px 0;
}

#nav li {
	float: left;
	height: 30px;
	padding-top: 16px;
	position: relative;
	z-index: 1000;
}

#nav li a {
	padding: 0 15px;
	border-right: 2px solid #fff;
	color: #fff;
	text-decoration: none;
	height: 15px;
	z-index: 1000;
}

#nav li:last-child a {
	border-right: none;
}

#nav li:hover {
	background-color: #364364;
}

#nav li:hover a {
	color: #fff;
}

/*Rounded corners for top-level items */
nav>ul>li {
	-moz-border-radius: 10px 10px 0px 0px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

/*Nested lists*/
#nav li ul {
	background-color: #364364;
	position: absolute;
	padding: 0;
	left: 0;
	top: 45px;
	width: 240px;
	display: none;
	border-radius: 0px 10px 10px 10px;
	-moz-border-radius: 0px 10px 10px 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	z-index: 999;
	 -webkit-box-shadow: 0px 1px 1px #fff;
	 -moz-box-shadow: 0px 1px 1px #fff;
	 box-shadow: 0px 1px 1px #fff;
}


#nav li ul li:first-child,
#nav li ul li:first-child a {
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	border-top-right-radius: 10px;
}

#nav li ul li:last-child,
#nav li ul li:last-child  a {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

#nav li ul li {
	padding: 0;
	height: auto;
	display: block;
	float: none;
}

#nav li ul li a {
	border: 1px solid transparent;
	padding: 10px 0 10px 15px;
	display: block;
}

#nav li ul a:hover {
	border: 1px solid #364364;
	background-color: #fff;
	color: #364364;
}

#nav li ul li a {
	border-right: 0;
}

/*Nested lists*/
#nav li ul li ul {
	left: 100%;
	top: 0;
	display: none;
	z-index: 998;
}

#nav li:hover>ul,
#nav li ul li:hover>ul {
	display: block;
}


#nav li.right-align ul {
	right: 0;
	left: auto;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}
#nav li.double-height a {
	height: 30px;
	line-height: 18px;
	padding-top: 2px;
	padding-bottom: 12px;
}

#nav li ul li ul.left,
#nav li ul li ul.left ul {
	left: -100%; /* Switch which border has the curve */
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

#nav li ul.left li:first-child,
#nav li ul.left li:first-child a {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
}

/* About */

.about {
	width: 460px;
	float: left;
}

/* Carousel */
#carousel {
	padding-top: 15px;
	padding-left: 15px;
	height: 290px; /* This is so that the box will not change size as the images slide */
}

#carousel .selector {
	margin-top: -7px;
}

#carousel .selector li {
	margin-top: 15px;
	width: 17px;
	height: 17px;
	float: right;
	clear: both;
}

#carousel .selector a {
	display: block;
	width: 17px;
	height: 17px;
	background: url(images/bullet.png) left top no-repeat #b8b8b8;
}

#carousel .selector a.active,
#carousel .selector a:hover {
	background-color: #951029;
}

#carousel .carousel-items {
	height: 289px;
	position: relative;
}

#carousel .carousel-item {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	z-index: 500;
	position: absolute;
}

#carousel .carousel-item p {
	text-align: right;
	padding-right: 5px;
	padding-bottom: 0;
	padding-top: 0;
	font-size: .9em;
}

#carousel .carousel-item img {
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

/* Generic */

.leftcol,
.rightcol {
	float: left;
}

.leftcol {
	clear: both;
	width: 300px;
	padding: 10px;
}

.rightcol {
	width: 640px;
	padding: 0;
}

p,
ul {
	padding-top: 10px;
	padding-bottom: 10px;
}

p.disclaimer {
	font-style: italic;
	text-align: right;
	padding-top: 20px;
	font-size: .9em;
}

/* Quicklinks */

#quicklinks {
	border: 0;
	padding: 0;
	background: transparent;
}

#quicklinks ul {
	padding-top: 0;
}

#quicklinks .widget-container {
	width: 300px;
	float: left;
	padding: 10px;
}

#quicklinks .widget-container div {
	padding:0;
}

#quicklinks li {
	padding: 10px 0 0;
	line-height: 1.2em;
}

#quicklinks h2 {
	border-bottom: 1px solid #5a5a5a;
}

.attribution {
	text-align: right;
	font-size: .9em;
}

#footer {
	border-top: 2px solid #951029;
	padding: 5px 10px 10px;
	font-size: .9em;
	clear: both;
    margin-top: 20px;
}

#footer p {
	padding-top: 0;
	font-size: 1em;
	line-height: 1em;
	padding-bottom: 6px;
}

#footer ul {
	width: 600px;
	margin: 0 0 20px 0;
	padding: 0;
	float: left;
	overflow:hidden;
}

#footer ul li {
	list-style: none;
	float: left;
	margin: 0 5px 5px 0;
	line-height: 1em;
	padding: 4px 8px 6px 8px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 8px;
	border: 1px dotted #364364;
}
#footer ul li:hfover {
	border: 1px dotted #DF1F2A;
}

#footer p {
	text-align: right;
}

.hidden {
	visibility: hidden;
	display: block !important;
}

/* Homepage Featured Products */

.homepage-products {
	overflow: hidden;
	padding-bottom: 5px;
}

.homepage-products .selector {
	width: 220px;
	float: left;
	padding: 0 18px 20px 0;
	border-right: 1px solid #364364;
	margin-top: 5px;
}

.nojs .homepage-products .selector {
	display: none;
}

.homepage-products .selector li {
	padding-top: 20px;
	text-align: right;
	font-size: 16px;
	line-height: 24px;
}

.homepage-products .selector a.selected {
	color: #DF1F2A;
}

.homepage-products .product {
	margin-top: 5px;
	width: 690px;
	overflow: hidden;
	float: right;
	position: relative;
}

.homepage-products .product li {
	padding-bottom: 10px;
}

.nojs .homepage-products .product {
	border-left: none;
	margin-top: 0;
	width: 881px;
	float: none;
	padding: 20px;
	border-bottom: 1px solid #364364;
	margin-right: 20px;
}

.homepage-products .product h3 {
	font-size: 24px;
	line-height: 30px;
	font-weight: bold;
	width: 450px;
	padding: 10px 0;
	float: right;
}

.nojs .homepage-products .product h3 {
	width: 660px;
}

.homepage-products .product ul {
	margin-left: 240px;
	padding-left: 15px;
	padding-right: 5px;
}

.homepage-products .product a.image {
	float: left;
	padding-right: 20px;
}

body.single-ntiproduct h1 {
	font-size: 30px;
	line-height: 36px;
}

body.single-ntiproduct h1 span {
	font-weight: normal;
	font-style: italic;
	font-size: 80%;
	display: block;
}

.rightColumn {
	float: right;
	width: 640px;
	padding-bottom: 20px;
}

.rightColumn .overlap2 {
	margin-top: -40px;
	margin-left: -70px;
	width: 590px;
	padding: 20px;
}

.leftColumn .content {
	width: 260px;
	padding: 5px 10px;
	margin-right: 0px;
	float: right;
	clear: none;
	margin-top: -10px;
	margin-bottom: 20px;
}
.leftColumn {
	clear: left;
	width: 300px;
	padding-top: 18px;
}
.leftColumn.nobg {
	width: 300px;
	padding: 0;
	background: 0;
	border: 0;
}

.leftColumn img {
	margin: auto;
	display: block;
	clear: none;
}

.leftColumn img.nofloat {
	float: none;
	width: auto;
	margin: auto;
	display: inline;
}

.leftColumn ul li {
	font-size: 12px;
	padding-top: 5px;
	margin-left: 15px;
}

.rightColumn .overlap2 {
	margin-bottom: 0;
}

.post-thumbnail {
	float: left;
	padding-right: 20px;
}

.entry-title {
	clear: both;
}

strong {
	font-weight: bold;
}

.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

.alignleft {
	float: left;
	padding: 0 10px 10px 0;
}

.wp-caption-text {
	font-style: italic;
	font-size: 12px;
}

.pdf-links a {
	margin-top: 15px;
	background: url('images/pdf_large.gif') left center no-repeat;
	padding-left: 35px;
	line-height: 1.25em;
	display: block;
}

/* -------- Begin Product Selection Calculator -------- */

.psc-products {
	overflow: hidden;
	margin-bottom: 10px;
}

.psc-products .nti-product {
	width: 150px;
	float: left;
	height: 230px;
	padding: 20px 15px;
	position: relative;
}

.psc-products .nti-product:hover a img,
.psc-products .nti-product a:hover img {
	background-color: #ccc;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.psc-products .nti-product p {
	font-weight: bold;
	font-size: 12px;
	padding-top: 0;
}

.psc-products .nti-product .inactive {
	width: 150px;
	height: 230px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	border: 0;
	padding: 20px 15px;
	background: url('images/transparent-50-percent.png');
}

.psc-products .nti-product.inactive a:hover img {
	background-color: transparent;
}

.breadcrumbs {
	display: none;
	width: 230px;
	padding-top: 5px;
	padding-right: 10px;
	float: left;
}

.breadcrumbs p {
	color: #fff;
	font-style: italic;
	padding-bottom: 0;
}

.breadcrumbs ul {
	padding-top: 0;
}

.breadcrumbs a {
	color: #DF1F2A;
}

.breadcrumbs a:hover {
	color: #fff;
}

.psc {
	padding: 15px 15px 15px 20px;
	overflow: hidden;
	float: left;
	width: 670px;
	display:none;
}
.psc-loading {
	padding: 30px 15px 20px;
	font-style:italic;
	font-size: 14px;
	color: #fff;
}
.psc-left-border {
	border-left: 1px dotted #fff;
}

.psc dt {
	font-style: italic;
	color: #fff;
}

.psc dd a {
	display: block;
	background-color: #df1f2a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: inset 0 0 5px #98015e, inset -1px -4px 10px #444, inset 2px 3px 5px #cacaca;
	-webkit-box-shadow: inset 0 0 5px #98015e, inset -1px -4px 10px #444, inset 2px 3px 5px #cacaca;
	box-shadow: inset 0 0 5px #98015e, inset -1px -4px 10px #444, inset 2px 3px 5px #cacaca;
	padding: 4px 10px 6px;
	margin: 5px 10px 5px 0;
	width: 190px;
	text-align: center;
	color: #fff;
	float: left;
}

.psc dd a:hover {
	background-color: #941027;
	text-shadow: 0 -1px 0 #222;
}

.psc-nojs {
	display: none;
}

body.nojs .psc-nojs {
	display: block;
	color: #fff;
}

body.nojs .psc-nojs h3 {
	font-weight: bold;
}

body.nojs .psc,
body.nojs .psc-loading,
body.nojs .breadcrumbs {
	display: none;
}

/* -------- End Product Selection Calculator -------- */







/* ---- Begin list-style-image ---- */
.widget-container ul,
.content ul,
.product ul {
	padding-left:12px;
	list-style-type:disc;
}
.widget-container ol,
.content ol,
.product ol {
    list-style: decimal;
	padding-left: 20px;
}
/* ---- End list-style-image ---- */


/* ---- Begin Content Block Classes ---- */
/* These classes handle the blue & white */
/* content blocks & their interactions   */
.shadow {
	-webkit-box-shadow: 0 0 10px #777;
	-moz-box-shadow: 0 0 10px #777;
	box-shadow: 0 0 10px #777;
}
.container-blue,
.container-white {
	clear: both;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.container-blue {
	background-color: #364364;
	padding:10px;
    border: 1px solid #364364;
    margin-bottom: 20px;
}
.container-white {
	background-color: #ffffff;
	overflow: hidden;
	border: 1px solid #CDCDCD;
}
.container-white.content {
    padding: 10px 20px;
}
/* Flush classes align the white content block with
   the corresponding side of their container */
.flush-left { padding-left: 0; }
.flush-right { padding-right: 0; }
.flush-top { padding-top: 0; }
.flush-bottom { padding-bottom: 0; }
/* Push classes 'push' the white content block in the
   direction indicated, increasing the padding on
   the opposite side from the direction indicated */
.push-left { padding-right: 20px; }
.push-right { padding-left: 20px; }
.push-up { padding-bottom: 20px; }
.push-down { padding-bottom: 20px; }
/* Shift classes shift the white content block towards
   (or past) the corresponding side of their container */
.shift-up-20 {
    margin-top: 40px;
    padding-top: 0;
}
/* Customizations of shift rules for Homepage & Product Pages */
#homepage-hero.shift-up-20 {
	width:948px;
	margin-top: 30px;
}
.single-nti_product .shift-up-20 {
	width: 578px;
	margin-top: 27px;
}
.shift-up-20 .container-white {
    margin-top: -20px;
}
.shift-up-160 {
    margin-top: 180px;
    padding-top: 0;
}
.shift-up-160 .container-white {
    margin-top: -160px;
}
.shift-left-50 {
    margin-left: 50px;
    padding-left: 0;
}
.shift-left-50 .container-white {
    margin-left: -50px;
}
.shift-left-320 {
    margin-left: 320px;
    padding-left: 0;
}
#homepage-products.shift-left-320 {
	width: 618px;
}
.shift-left-320 .container-white {
    margin-left: -320px;
}
/* ---- End Content Block Classes ---- */


/* -------- Begin Product Page -------- */

.nojs .readMoreButton {
	display: none;
}



/* -------- End Product Page -------- */

.product-content {
	display:none;
}
.product-content.excerpt {
	display:block;
}
.nojs .product-content.full {
	display:block;
}
.excerpt-control .expand {
	background: url(images/down-arrow-red.gif) left center no-repeat;
	padding-left: 15px;
}
.excerpt-control .contract {
	background: url(images/up-arrow-red.gif) left center no-repeat;
	padding-left: 15px;
}
.excerpt-control {
	display: block;
	text-align: right;
	border-top: 1px dotted #999;
	padding-right:20px;
}
.excerpt-control .contract {
	display:none;
}



.psc-products {
	padding: 5px 20px;
}


/* ---- Charts within PSC ---- */

.chart-legend {
	font-style: italic;
	padding-left: 25px;
	float: left;
	background: url(images/zoom-icon.png) 5px center no-repeat;
}
.fancybox-single {
	float: left;
}
.chart {
	width: 400px;
}

.fancybox-trigger {
	display:none;
}

/* built-in fancybox class */
#fancybox-overlay {
	/*height: 100% !important;*/
	position: fixed !important;
}
#fancybox-content,
#fancybox-content div {
	height: auto !important;
	padding-bottom: 5px;
}
#fancybox-title.fancybox-title-inside {
	background: #cfcfcf;
	text-align: left;
	font-style: italic;
	margin: 0 !important;
	padding: 0 10px 5px 10px;
}


/* ---- Begin Tables ---- */

table {
	width: 100%;
}

table td {
	font-size: .9em;
	padding: 4px 8px 4px 0;
	border-top: 1px solid #8b8b8b;
}

table th {
	text-align: left;
	font-weight: bold;
	padding-top: 15px;
}

.table-column {
	width: 50%;
}
.table-column input.medium,
.table-column select.medium {
	width: 95% !important;
}
.table-checkbox-2cols li {
	width: 50%;float: left;
}
td.no-border {
	border:  0;
}
td.multirow {
	vertical-align: middle;
	border-left: 1px solid #8B8B8B;
	padding: 5px 0 0 5px;
}
td.subitem {
	padding-left:20px;
}
/* ---- End Tables ---- */

/* ---- Begin Index Page ---- */

.index-content {
	width: 600px;
	float: left;
	padding: 0 30px 10px 0;
}

.index-content .post,
.index-content .page,
.index-content .nti_product {
	margin-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	padding-bottom: 20px;
}
.index-content .nti_product p {
	padding-top: 0;
}
.index-content .entry-content,
.index-content .entry-utility {
	padding-left: 15px;
}
.index-content .entry-utility {
	font-style: italic;
}


.index-sidebar {
	float: left;
	width: 249px;
	padding: 0 9px 0 20px;
	border-left:  1px solid #aaa;
}

/* ---- End Index Page ---- */

/* ---- Begin Modal Form Styles ---- */
# {
	display:none;
}
.modal-form li {
	overflow: hidden;
	clear: both;
	padding-bottom: 10px;
}
.modal-form li.gform_hidden {
	padding-bottom: 0;
}
.modal-form label {
	float: left;
	padding-left: 20px;
	width: 150px;
}
.modal-form .gfield div {
	position: relative;
	margin-left: 170px;
	padding-right: 20px;
}
.modal-form .gfield_description {
	font-size: 12px;
	font-style: italic;
}
.modal-form .gfield div>* {
	width: 95%;
}
.gfield input,
.gfield textarea,
.gfield select {
	border-top:  1px solid #555;
	border-bottom:  1px solid #ccc;
	border-left:  1px solid #ccc;
	border-right:  1px solid #999;
	padding:  2px 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.gfield input:focus,
.gfield select:focus,
.gfield textarea:focus {
	border-top: 1px solid #941027;
	border-right: 1px solid #b51531;
	border-bottom: 1px solid #d21435;
	border-left: 1px solid #d21435;
}
.gform_body ul {
	padding-bottom: 0;
}
.gform_footer {
	border-top: 1px dotted #999;
	padding-top: 10px;
	text-align: center;
}

/* ---- End Modal Form Styles ---- */

/* ----  Begin Small Form  ---- */
/* (for software download page) */
.form-small {
	width: 400px;
	margin: auto;
	border-top: 1px dotted #999;
}
.form-small .gform_wrapper .top_label input.medium,
.form-small .gform_wrapper .top_label select.medium {
	width: 98%;
}
/* ---- End Small Form ---- */
