/****** FILE: millerstn/css/all.css *****/
/*
	I. Table Of Contents
	1. Reset
	2. Tables
	3. Headings
	4. Anchors
	5. Form Elements
	6. General Classes
	7. Template & Layout
	8. Print
	9. Mobile
*/



/****************************************************************
 1. Reset  -  http://tantek.com/log/2004/undohtml.css  -  http://meyerweb.com/eric/tools/css/reset/
****************************************************************/
html, body, h1, h2, h3, h4, h5, h6, img, blockquote, q, table, thead, tbody, tfoot, caption, th, tr, td, a, form, input, textarea, fieldset, pre,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video
{ margin: 0px; padding: 0px; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block; }

a img, img { border: none; }
a { text-decoration: none; }
img
{
display: block; /* http://developer.mozilla.org/en/docs/Images,_Tables,_and_Mysterious_Gaps */
-ms-interpolation-mode: bicubic; /* http://css-tricks.com/ie-fix-bicubic-scaling-for-images/ */
image-rendering: optimizeQuality; /* https://developer.mozilla.org/En/CSS/Image-rendering */
}

ul, ol, p, h2, h3, h4, h5, h6, .content .margin
{
margin-top: 12px;
margin-bottom: 12px;
}

th, b, strong, h1, h2, h3, h4, h5, h6 { font-weight: bold; }



/****************************************************************
 2. Tables
****************************************************************/
table
{
border: 1px solid #999;
border-collapse: collapse;
border-spacing: 0px;
width: 100%;
}

td, th
{
border: 1px solid #999;
empty-cells: show;
margin: 0px;
padding: 6px;
vertical-align: top;
}

th { text-align: center; }

caption
{
background: #000;
color: #fff;
font-weight: bold;
margin-left: -1px;
padding: 6px;
}



/****************************************************************
 3. Headings
****************************************************************/
.content h2, .content h3, .content h4
{ line-height: 1em; }

.content h2
{
color: #706f6f;
font-size: 30px;
margin-top: 0px;
padding-bottom: 13px;
border-bottom: 1px solid #706f6f;
margin-bottom: 20px;
}

.content h2 em
{
color: #9c9c9c;
font-style: normal;
font-weight: normal;
}

h2.content-subnav-after
{
border-bottom: 0px;
padding-bottom: 10px;
margin-bottom: 0px;
}

.content h3
{
color: #706f6f;
font-size: 25px;
}

.content h4 { font-size: 14px; }



/****************************************************************
 4. Anchors - Link - Visited - Hover - Focus - Active
****************************************************************/
a
{
/* http://blog.kenneth.io/blog/2012/03/04/word-wrapping-hypernation-using-css/ */
-ms-word-break: break-all;
word-break: break-all;
word-break: break-word;
color: #b11016;
}



/****************************************************************
 5. Form Elements - http://www.456bereastreet.com/archive/200410/styling_even_more_form_controls/
****************************************************************/
fieldset { padding: 10px; }

legend { font-weight: bold; }

label
{
padding: 0px 0px 5px 0px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="search"],
input[type="number"]
{
-webkit-appearance: none;
background: #eee;
border: 1px solid #a3a3a3;
border-color: #a3a3a3 #f7f7f7 #f7f7f7 #a3a3a3;
padding: 4px;
}

select, textarea, input, button
{
color: #555;
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
outline-width: 0px; /* Removes mac outline */
}

textarea
{
height: 150px;
width: 300px;
line-height: 26px;
overflow-y: auto;
resize: both;
}

button,
#Form_EmailForm_action_CancelFormAction
{
border: 1px solid #e1b1b1;
border-radius: 15px;
color: #fff;
line-height: 1em;
overflow: visible;
padding: 5px 12px;
width: auto; /* http://www.viget.com/inspire/comments/styling-the-button-element-in-internet-explorer/ */
background: #b11016 url(/millerstn/images/button-bg.png) repeat-x left top;
background: -moz-linear-gradient(top,  #ffffff 0%, #b11016 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b11016)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#b11016 100%); /* W3C */
}

/* http://stackoverflow.com/questions/2610497/change-an-inputs-html5-placeholder-color-with-css */
input::-webkit-input-placeholder { color: currentColor; }
input:-moz-placeholder { color: currentColor; }
.error{ color: red; }



/****************************************************************
 6. General Classes
****************************************************************/
.collapse,
.columns,
ul.reset,
ol.reset
{
list-style-type: none;
margin: 0px;
padding: 0px;
overflow: hidden;
}

.collapse > li { float: left; }

.columns > li
{
float: left;
margin-left: 4%;
}

.columns.columns-3 > li { margin-left: 3%; }

.columns.columns-7 > li { margin-left: 2%; }

.columns > li.column-row
{
clear: left;
margin-left: 0px;
}

.columns-1 > li { width: 100%; }
.columns-2 > li { width: 48%; }
.columns-3 > li { width: 31%; }
.columns-4 > li { width: 22%; }
.columns-2.columns-75-25 > li { width: 23%; }
.columns-2.columns-75-25 > li.column-row { width: 73%; }
.columns-2.columns-25-75 > li { width: 73%; }
.columns-2.columns-25-75 > li.column-row { width: 23%; }
.columns-2.columns-60-40 > li { width: 36%; }
.columns-2.columns-60-40 > li.column-row { width: 60%; }
.columns-2.columns-63-25 > li { width: 25%; }
.columns-2.columns-63-25 > li.column-row { width: 63%; }
.columns-7 > li { width: 11%; }

.columns-7 { margin-left: 75px; }

.columns > li.column-row
{
clear: left;
margin-left: 0px;
}

.space-bottom > li { margin-bottom: 50px; }

.content-left
{
float: left;
margin: 0px 15px 15px 0px;
}

.content-right
{
float: right;
margin: 0px 0px 15px 15px;
}

.container .no-space-bottom { margin-bottom: 0px; }

.container .no-space-top,
.container .no-space-bottom + *
{ margin-top: 0px; }

.hr
{
border-bottom: 1px solid #706f6f;
height: 1px;
margin: 1.5em 0em;
text-align: center;
width: 100%;
}
.hr hr { display: none; }

.black { font-weight: 900; }

.align-center { text-align: center; }

.content .gradient-heading
{
background: url(/millerstn/images/gradient-header-bg.png);
background: -moz-linear-gradient(left,  rgba(238,238,238,0.02) 0%, rgba(238,238,238,0.89) 9%, rgba(238,238,238,1) 91%, rgba(238,238,238,0.02) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,0.02)), color-stop(9%,rgba(238,238,238,0.89)), color-stop(91%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,0.02))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(238,238,238,0.02) 0%,rgba(238,238,238,0.89) 9%,rgba(238,238,238,1) 91%,rgba(238,238,238,0.02) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(238,238,238,0.02) 0%,rgba(238,238,238,0.89) 9%,rgba(238,238,238,1) 91%,rgba(238,238,238,0.02) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(238,238,238,0.02) 0%,rgba(238,238,238,0.89) 9%,rgba(238,238,238,1) 91%,rgba(238,238,238,0.02) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(238,238,238,0.02) 0%,rgba(238,238,238,0.89) 9%,rgba(238,238,238,1) 91%,rgba(238,238,238,0.02) 100%); /* W3C */
background-repeat: repeat-y;
background-position: center top;
font-size: 12px;
font-weight: normal;
padding: 5px;
text-align: center;
}

/* Pseudo Elements  */
::-moz-selection
{
background: #b11016;
color: #fff;
}

::selection
{
background: #b11016;
color: #fff;
}

.group:before,
.group:after
{
content: "";
display: table;
}

.group:after { clear: both; }

.group { zoom: 1; /* For IE 6/7 (trigger hasLayout) */ }

aside.news { padding-top: 24px; }

aside.news li { margin-bottom: 10px; }

.right { float: right; }
.margin-top { margin-top: 15px; }
.image-right { float: right; margin-left: 15px; }


/****************************************************************
 7. Template & Layout
****************************************************************/
html
{
overflow-y: scroll; /* http://webdevel.blogspot.com/2007/05/controlling-browser-scrollbars.html */
}

body
{
color: #777;
font-family: 'myriad-pro', Arial, Helvetica, sans-serif;
font-size: 12px;
vertical-align: baseline;
}

.container
{
background: url(/millerstn/images/header-bg_copy.png) no-repeat left top;
margin: 0px auto;
text-align: left;
width: 1000px;
}

.bg { }

.header
{
height: 91px; /* 120 */
position: relative;
padding-top: 19px;
z-index: 99;
}

h1
{
margin: 0px;
display: inline-block;
float: left;
}

	h1 a
	{
	display: block;
	height: 61px;
	width: 174px;
	}

		h1 span { display: none; }

.menu { display: none; }

.nav
{
float: right;
width: 824px;
margin-top: -19px;
}

	.nav .nav-products ul,
	.nav .nav-main ul
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

		.nav .nav-products li,
		.nav .nav-main li
		{ float: left; }

	.nav .nav-products
	{
	float: right;
	padding-right: 15px;
	}

		.nav .nav-products li { margin-left: 7px; }

		.nav .nav-products ul li:first-child { margin-left: 0px; }

		.nav .nav-products li { width: 199px; }
		.nav .nav-products li + li { width: 212px; }
		.nav .nav-products li + li + li { width: 194px; }
		.nav .nav-products li + li + li + li { width: 174px; }

			.nav .nav-products li a
			{
			display: block;
			height: 81px;
			}

			.over-1000 .nav .nav-products li a { background: url(/millerstn/images/nav-items3.png) no-repeat; }

				.nav .nav-products li a span { display: none; }

			.over-1000 .nav .nav-products .nitro a { background-position: 0px 0px; }
			.over-1000 .nav .nav-products .intellispray a { background-position: -215px 0px; }
			.over-1000 .nav .nav-products .atlas a { background-position: -446px 0px; }
			.over-1000 .nav .nav-products .technology a { background-position: -656px 0px; }

			.over-1000 .nav .nav-products .nitro a:hover { background-position: 0px -81px; }
			.over-1000 .nav .nav-products .intellispray a:hover { background-position: -215px -81px; }
			.over-1000 .nav .nav-products .atlas a:hover { background-position: -446px -81px; }
			.over-1000 .nav .nav-products .technology a:hover { background-position: -656px -81px; }

	.nav .nav-main
	{
	clear: both;
	padding-top: 8px; /* @IE7 */
	/*padding-left: 45px;*/
	}

	.nav .nav-main ul li { margin: 0px 9px; }

	.nav .nav-main ul li a { color: #706f6f; }

	.nav-search input,
	#SearchForm_SearchForm input
	{
	background: #fff url(/millerstn/images/search-bg.png) no-repeat 4px center;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	height: 11px;
	line-height: 11px;
	font-size: 10px;
	width: 70px;
	padding: 2px 6px 2px 14px;
	}

.nav-mobile
{
display: none;
font-family: Arial, Helvetica, sans-serif;
position: absolute;
top: 80px;
width: 90%;
left: 5%;
}

.nav-mobile.active { display: block; }

	.nav-mobile + .menu
	{
	display: inline-block;
	float: right;
	margin: 0px;
	}

	.menu a
	{
	color: #fff;
	display: block;
	padding: 0px 40px;
	height: 61px;
	line-height: 61px;
	font-size: 14px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: underline;
	}

	.nav-mobile .nav-products,
	.nav-mobile .nav-main
	{
	background: rgba(51,51,51,0.90);
	padding: 0px 25px;
	}

	.nav-mobile .nav-products { padding-top: 25px; }

	.nav-mobile .nav-main
	{
	padding-top: 15px;
	padding-bottom: 25px;
	}

		.nav-mobile ul
		{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		}

		.nav-mobile .nav-products ul { border-bottom: 1px solid #9c9c9c; }

			.nav-mobile a
			{
			color: #fff;
			display: inline-block;
			margin-bottom: 15px;
			}

			.nav-mobile .nav-products a
			{
			font-size: 14px;
			line-height: 14px;
			font-weight: bold;
			text-transform: uppercase;
			}

			.nav-mobile .nav-main a { font-size: 12px; }

.content
{
background: url(/millerstn/images/content-bottom-shadow-bg.png) no-repeat center bottom;
background-size: 100%;
line-height: 18px;
padding: 0px 30px 60px 30px;
/* http://www.dustindiaz.com/min-height-fast-hack/ */
min-height: 200px;
height: auto !important;
height: 200px;
}

	.crumbs
	{
	font-size: 10px;
	list-style-type: none;
	margin: 0px;
	padding: 5px 0px 20px 0px;
	overflow: hidden;
	width: 100%;
	}

		.crumbs > li
		{
		float: left;
		padding: 0px 0px 0px 6px;
		}

		.crumbs > li:first-child { padding: 0px; }

		.crumbs > li:after
		{
		content: ">";
		color: #777;
		padding-left: 6px;
		}

		.crumbs > li.selected:after { content: "\00a0"; }

	.content-header
	{
	margin-bottom: 20px;
	position: relative;
	}

		.content-header h3
		{
		color: #fff;
		font-size: 42px;
		line-height: normal;
		position: absolute;
		bottom: 10%;
		left: 0px;
		padding: 0% 10%;
		width: 80%;
		text-align: center;
		}

			.content-header h3 span
			{
			display: block;
			text-shadow: 6px 6px 6px rgba(0,0,0,0.75);
			}

	.content-subnav
	{
	background: url(/millerstn/images/content-subnav-bg.png) left top;
	background: -moz-linear-gradient(left,  rgba(238,238,238,0.02) 0%, rgba(238,238,238,0.89) 9%, rgba(238,238,238,1) 91%, rgba(238,238,238,0.02) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(238,238,238,0.02)), color-stop(9%,rgba(238,238,238,0.89)), color-stop(91%,rgba(238,238,238,1)), color-stop(100%,rgba(238,238,238,0.02))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  rgba(238,238,238,0.02) 0%,rgba(238,238,238,0.89) 9%,rgba(238,238,238,1) 91%,rgba(238,238,238,0.02) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  rgba(238,238,238,0.02) 0%,rgba(238,238,238,0.89) 9%,rgba(238,238,238,1) 91%,rgba(238,238,238,0.02) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  rgba(238,238,238,0.02) 0%,rgba(238,238,238,0.89) 9%,rgba(238,238,238,1) 91%,rgba(238,238,238,0.02) 100%); /* IE10+ */
	background: linear-gradient(to right,  rgba(238,238,238,0.02) 0%,rgba(238,238,238,0.89) 9%,rgba(238,238,238,1) 91%,rgba(238,238,238,0.02) 100%); /* W3C */
	border-top: 1px solid #706f6f;
	margin-bottom: 20px;
	padding: 7px 60px;
	}

		.content-subnav ul li { padding: 0px 17px; }

		.content-subnav ul li:first-child { padding-left: 0px; }

			.content-subnav ul li a { color: #777; }

			.content-subnav ul li.selected a,
			.content-subnav ul li a:hover
			{ color: #b11016; }

	.intro
	{
	font-size: 14px;
	padding-bottom: 40px;
	}

.footer
{
clear: both;
padding: 30px;
}

	.footer-links
	{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	}

		.footer-links > li
		{
		float: left;
		width: 16%;
		margin-left: 2%;
		}

			.footer-links > li:first-child { margin-left: 0%; }

			.footer-links .column-legal
			{
			text-align: right;
			width: 28%;
			}

				.footer-links dl,
				.footer-links dt,
				.footer-links dd
				{ margin: 0px; }

				.footer-links dl { margin-bottom: 20px; }

				.footer-links dt
				{
				font-weight: bold;
				margin-bottom: 12px;
				}

					.footer-links a { color: #777; }

					.footer-links a:hover { text-decoration: underline; }


/*WISH LIST PAGE STYLES*/

.content #wishListContents {
	width: 100%;
 }
.wishListRowContainer  {
	width: 99%;
	height: 36px;
	margin: 0px;
	padding: 5px;
}
#wishListHeader  {
	background-color: #b30a0a;
	height: 23px;
	margin: 0px;
	padding: 5px;
}
.wishListItem, #wishListHeaderItem  {
	width: 60%;
	margin: 0px;
	padding: 2px;
	vertical-align:top;
	float: left;
	font-size: 15px;
}
.wishListMSRP, .wishListEXT, #wishListHeaderMSRP, #wishListHeaderEXT  {
	width: 20%;
	height: 33px;
	margin: 0px;
	padding:2px;
	text-align: right;
	vertical-align: top;
	float: left;
	font-size: 15px;
}
.wishListQty, #wishListHeaderQty  {
	width: 10%;
	height: 33px;
	margin: 0px;
	padding: 2px;
	text-align: center;
	vertical-align: top;
	float: left;
	font-size: 15px;
}
.wishListRemove, #wishListHeaderRemove {
	width: 8%;
	height: 25px;
	margin: 0px;
	padding: 0px;
	text-align: center;
	vertical-align: top;
	float: left;
}
.wishListHeader {
	font-weight: bold;
	color: #FFF;
}
#wishListFooter {
	text-align:center;
	font-weight: bold;
	color: #FFF;
}
#wishListEmpty  {
	width: 90%;
	margin: 0px auto;
	padding: 0px;
	font-weight:bold;
	text-align: center;
}
#removeAll,#btnEmail,#btnPrint{
	color: white;
	border: 1px solid;
	height: 32px;
}

.content input[type="button"], #wishListFooter a {
	border: 1px solid #e1b1b1 !important;
	border-radius: 15px !important;
	color: #fff !important;
	line-height: 1em;
	overflow: visible;
	padding: 5px 12px !important;
	width: auto; /* http://www.viget.com/inspire/comments/styling-the-button-element-in-internet-explorer/ */
	background: #b11016 url(/millerstn/images/button-bg.png) repeat-x left top;
	background: -moz-linear-gradient(top,  #ffffff 0%, #b11016 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b11016)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #ffffff 0%,#b11016 100%); /* W3C */

}

.wishListItem, .wishListQty, .wishListMSRP { font-size: 12px; }

/* locator styles */
.columns > * {
	margin-left: 4%;
	float: left;
}

.columns > .nth-1 {
	margin: 0;
}


/****************************************************************
 8. Print - http://www.alistapart.com/stories/goingtoprint/
****************************************************************/
@media print {
.header, .nav, .footer { display: none; }
.content { border-width: 0px; color: #000; float: none; padding: 0px; width: 100%; }
.content a { text-decoration: underline; border-bottom-width: 0px; }
img { max-width: 100%; }
p, h2, h3 { orphans: 3; widows: 3; } /* http://davidwalsh.name/html5-boilerplate */
}



/****************************************************************
 9. Mobile
****************************************************************/

/* http://timkadlec.com/2012/10/ie10-snap-mode-and-responsive-design/ */
@-ms-viewport { width: device-width; }
@-o-viewport { width: device-width; }
@viewport { width: device-width; }

@media (max-width: 1000px) {

img
{
width: auto;
max-width: 100%;
}

.container { width: 100%; }

.header { height: 61px;  }

.container .responsive-100,
.container .responsive-100 > li,
.container .responsive-100 > li.column-row
{
float: none;
margin: 0px 0px 10px 0px;
width: 100%;
}

.columns-7 { margin-left: 0px; }
.columns-7 > li:not(.column-row) { margin-left: 2%; }
.columns-7 > li { width: 12%; }

.content-subnav ul
{
display: table;
table-layout: fixed;
width: 100%;
}

.content-subnav ul li
{
display: table-cell;
float: none;
padding: 0px;
text-align: center;
}

}
@media only screen and (max-width: 767px) {
	.wishListItem, #wishListHeaderItem {
		width: 55%;
	}
}
@media (max-width: 600px) {

.container .responsive-50,
.container .responsive-50 > li,
.container .responsive-50 > li.column-row
{
float: none;
margin: 0px 0px 10px 0px;
width: 100%;
}

.responsive-50-hide { display: none; }

.columns-7 > li { width: 23%; }
.columns-7 > li.column-row { clear: none; margin-left: 2%; }
.columns-7 > li:nth-child(4n+1) { clear: left; margin-left: 0% !important; }

.content-subnav
{
background: none;
padding: 0px;
}

.content-subnav ul { display: block; }

.content-subnav ul li
{
display: block;
padding: 0px;
}

.content-subnav ul li a
{
background: #ddd;
color: #777;
display: block;
font-weight: bold;
padding: 5px 0px;
margin-bottom: 10px;
}

.footer-links > li { width: 49%; }

.footer-links > li:nth-child(2n+1)
{
clear: both;
margin-left: 0px;
}

.footer-links .column-legal { text-align: left; }

.wishListItem, #wishListHeaderItem {
	width: 55%;
}


}

@media (max-width: 480px) {

    @-ms-viewport{
        width: 320px;
    }

.container .responsive-25,
.container .responsive-25 > li,
.container .responsive-25 > li.column-row
{
float: none;
margin: 0px 0px 10px 0px;
width: 100%;
}

body { word-wrap: break-word; }

.nav li { width: 20%; }

.nav li a
{
min-width: 100%;
width: 100%;
}

.columns-7 > li { width: 48%; }
.columns-7 > li,
.columns-7 > li:not(.column-row) { margin-left: 4%; }
.columns-7 > li:nth-child(2n+1) { clear: left; margin-left: 0% !important; }
.wishListItem, #wishListHeaderItem {
	width: 50%;
}

.wishListMSRP, #wishListHeaderMSRP {
	width: 25%;
}

#wishListFooter a {
	display: block;
	margin-bottom: 10px;
}

}

@media (max-width: 320px) {

    @-ms-viewport{
        width: 320px;
    }

.footer .footer-links > li { width: auto; }

.footer .footer-links > li
{
clear: both;
margin-left: 0px;
}

h1 { width: 65%; }

.menu
{
width: 35%;
background: #333;
}

.menu a
{
padding: 0px 40px 0px 0px;
text-align: right;
}


}

@media (max-width: 200px) {

h1 a
{
background-size: 100%;
height: auto;
max-width: 100%;
width: 100%;
}




}

/****** FILE: millerstn/css/search.css *****/
#SearchForm_SearchForm fieldset
{
	border: none;
	padding: 0px;
}

#SearchForm_SearchForm_action_results
{
	display: none;
}

.searchResultItem
{
	margin-bottom: 25px;
	padding-bottom: 25px;
	border-bottom: solid 1px #e5e5e5;
}

/****** FILE: millerstn/css/contact.css *****/
.columns-2 { width: 100%; }

#Form_Form .row { margin-bottom: 10px; }

#Form_Form label { display: block; }

#Form_Form input[type="text"],
#Form_Form input[type="tel"],
#Form_Form input[type="email"],
#Form_Form textarea
{
width: 100%;
-webkit-appearance: none;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
-ms-box-sizing: border-box;
box-sizing: border-box;
}

aside.contact { padding-top: 40px; }

aside.contact h3 { font-size: 18px; }

.information-aside { padding-left: 12px; }

form div.field {
	margin: 0 10px 20px 0;
}
form div.field.text {
	width: 48%;
	margin-right: 2%;
	float: left;
}
	
form div.field.textarea {
	float: none;
	clear: left;
}

form fieldset {
	border: none;
}

.recaptchatable {
	background: white;
}

form input[type="submit"]
{
border: 1px solid #e1b1b1;
border-radius: 15px;
color: #fff;
line-height: 1em;
overflow: visible;
padding: 5px 12px;
width: auto; /* http://www.viget.com/inspire/comments/styling-the-button-element-in-internet-explorer/ */
background: #b11016 url(/millerstn/images/button-bg.png) repeat-x left top;
background: -moz-linear-gradient(top,  #ffffff 0%, #b11016 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#b11016)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#b11016 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#b11016 100%); /* W3C */
}

