/************************************************************************************
Form styles
*************************************************************************************/
#zsWebToCase_528196000007719288 textarea {resize:none;}
#zsWebToCase_528196000007719288 input,
#zsWebToCase_528196000007719288 textarea,
#zsWebToCase_528196000007719288 select {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	border-radius: 4px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:15px;
	-moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3) inset;
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.3); 
	background:#fafafa;
}
#zsWebToCase_528196000007719288 input:focus,
#zsWebToCase_528196000007719288 textarea:focus,
#zsWebToCase_528196000007719288 select:focus {
	background:#f4ecd8;
}

/* all main page form styles*/
#zsWebToCase_528196000007719288 fieldset {
	border:1px solid #666;
	margin:20px;
	padding-bottom:15px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	color:#444;
	background: #fff url(../images/webform-body.jpg) repeat scroll left top;
}
#zsWebToCase_528196000007719288 legend {
	padding:0px 10px;
	margin-left:10px;
	margin-top:15px;
	font-size:1.375em;
	color:#000;
	border:none;
	width:auto;
	background: #fff url(../images/webform-body.jpg) repeat scroll left top;
}
#zsWebToCase_528196000007719288 ol {
	margin:0;
	overflow:hidden;
	margin-left:20px;
	margin-right:20px;
}
#zsWebToCase_528196000007719288 ol li {
	float:left;
	display:inline;
	width:47%;
	margin-right:2.5%;
	margin-bottom:0.5em;
}
#zsWebToCase_528196000007719288 ol li:nth-child(2n) {
	margin-right:0;
	margin-left:2.5%;
}
#zsWebToCase_528196000007719288 ol li.longdesc {
	float:left;
	display:inline;
	width:100%;
}
#zsWebToCase_528196000007719288 ol li.longdesc:nth-child(2n) {
	margin-left:0;
}
#zsWebToCase_528196000007719288 ol li.longdesc input,
#zsWebToCase_528196000007719288 ol li textarea {
	width:97.5%;
	margin-right:2.5%;
}
#zsWebToCase_528196000007719288 ol label {
	display:block;
	margin-bottom:6px;
	cursor:auto;
	color: #000;
}
#zsWebToCase_528196000007719288 ol li input,
#zsWebToCase_528196000007719288 textarea,
#zsWebToCase_528196000007719288 select {
	border:none;
	padding:8px 5px;
}
#zsWebToCase_528196000007719288 ol li input,
#zsWebToCase_528196000007719288 select {
	height:36px; /* fixes text not showing on input */
}
#zsWebToCase_528196000007719288 ol li input,
#zsWebToCase_528196000007719288 ol li select {
	width:95%;
}
#zsWebToCase_528196000007719288 em {
	font-style:normal;
}
#zsWebToCase_528196000007719288 label small {
	display:block;
	font-size:13px;
	font-style:italic;
}

/* button style */
#zsWebToCase_528196000007719288 button {
	background:#f9d835; /* default background for browsers without gradient support */
	background:-webkit-gradient(linear, left top, left bottom, from(#f9d835), to(#f3961c));
	background:-moz-linear-gradient(top, #f9d835, #f3961c);
	background:-o-linear-gradient(top, #f9d835, #f3961c);
	color: #000000;
	cursor: pointer;
	font-size: 16px;
	font-weight:700;
	padding:8px 18px;
	-moz-border-radius: 8em;
	-webkit-border-radius: 8em;
	-khtml-border-radius: 8em;
	border-radius: 8em;
	margin-top:0px;
	border:1px solid #f2c40e;
}
#zsWebToCase_528196000007719288 button:hover {
	background:#f9d835;
	cursor: pointer;
	color:#9a6115;
}

/* small screen 640 and under */
@media only screen and (max-width : 640px) {
#zsWebToCase_528196000007719288 fieldset {
	width:93.4%;
	padding:0;
}
}

/* smartphone landscape */
@media only screen and (max-width : 568px) {
#zsWebToCase_528196000007719288 {width:100%;padding:0;}
#zsWebToCase_528196000007719288 h1 {font-size: 1.625em;}
#zsWebToCase_528196000007719288 h2 {font-size: 1.125em;}
#zsWebToCase_528196000007719288 div.subtitle {font-weight:800!important;}
#zsWebToCase_528196000007719288 p, #zsWebToCase_528196000007719288 ol li label {font-size: 1.125em;}
#zsWebToCase_528196000007719288 fieldset {
	width:100%;
	margin:10px 0;
	padding:0;
}
#zsWebToCase_528196000007719288 ol li.attachment .small_hide {display:none;}

/*change form layouts to single column displays*/
#zsWebToCase_528196000007719288 ol li {
	float:none;
	display:block;
	width:100%;
	margin-right:0;
	margin-left:0;
}
#zsWebToCase_528196000007719288 ol li.longdesc {
	float:none;
	display:block;
	width:100%;
}
#zsWebToCase_528196000007719288 ol li.longdesc input,
#zsWebToCase_528196000007719288 ol li textarea {
	width:95%;
	border:1px solid #dec384;
}
#zsWebToCase_528196000007719288 ol li input {
	border:1px solid #dec384;
}
#zsWebToCase_528196000007719288 ol li.attachment input {
	border:none;
}
#zsWebToCase_528196000007719288 ol li:nth-child(2n) {
	margin-right:0;
	margin-left:0;
}
}

/*smartphone portrait*/
@media only screen and (max-width : 320px) {
#zsWebToCase_528196000007719288 ol li input,
#zsWebToCase_528196000007719288 ol li.longdesc input,
#zsWebToCase_528196000007719288 ol li textarea {
	width:100%;
}
}