/************************************************************************************
Form styles
*************************************************************************************/
#zsWebToCase_528196000000660068 textarea {resize:none;}
#zsWebToCase_528196000000660068 input,
#zsWebToCase_528196000000660068 textarea,
#zsWebToCase_528196000000660068 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_528196000000660068 input:focus,
#zsWebToCase_528196000000660068 textarea:focus,
#zsWebToCase_528196000000660068 select:focus {
	background:#f4ecd8;
}

/* all main page form styles*/
#zsWebToCase_528196000000660068 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_528196000000660068 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_528196000000660068 ol {
	margin:0;
	overflow:hidden;
	margin-left:20px;
	margin-right:20px;
}
#zsWebToCase_528196000000660068 ol li {
	float:left;
	display:inline;
	width:47%;
	margin-right:2.5%;
	margin-bottom:0.5em;
}
#zsWebToCase_528196000000660068 ol li:nth-child(2n) {
	margin-right:0;
	margin-left:2.5%;
}
#zsWebToCase_528196000000660068 ol li.longdesc {
	float:left;
	display:inline;
	width:100%;
}
#zsWebToCase_528196000000660068 ol li.longdesc:nth-child(2n) {
	margin-left:0;
}
#zsWebToCase_528196000000660068 ol li.longdesc input,
#zsWebToCase_528196000000660068 ol li textarea {
	width:97.5%;
	margin-right:2.5%;
}
#zsWebToCase_528196000000660068 ol label {
	display:block;
	margin-bottom:6px;
	cursor:auto;
	color: #000;
}
#zsWebToCase_528196000000660068 ol li input,
#zsWebToCase_528196000000660068 textarea,
#zsWebToCase_528196000000660068 select {
	border:none;
	padding:8px 5px;
}
#zsWebToCase_528196000000660068 ol li input,
#zsWebToCase_528196000000660068 select {
	height:36px; /* fixes text not showing on input */
}
#zsWebToCase_528196000000660068 ol li input,
#zsWebToCase_528196000000660068 ol li select {
	width:95%;
}
#zsWebToCase_528196000000660068 em {
	font-style:normal;
}
#zsWebToCase_528196000000660068 label small {
	display:block;
	font-size:13px;
	font-style:italic;
}

/* button style */
#zsWebToCase_528196000000660068 button {
	font-size:20px;
	text-transform:uppercase;
	height:60px;
	padding:0px 32px;
	color:#fff;
	background: #862b22;
	background: -webkit-gradient(linear, left top, left bottom, from(#862b22), to(#851509));
	background: -moz-linear-gradient(top, #862b22, #851509);
    background: -o-linear-gradient(top, #862b22, #851509);
	border:1px solid #862b22;
	cursor:pointer;
	font-weight:700;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	margin-top:0px;
}
#zsWebToCase_528196000000660068 button:hover {
	background:#af382c;
	border:1px solid #af382c;
	color:#fff;
	cursor: pointer;
}

/* small screen 640 and under */
@media only screen and (max-width : 640px) {
#zsWebToCase_528196000000660068 fieldset {
	width:93.4%;
	padding:0;
}
}

/* smartphone landscape */
@media only screen and (max-width : 568px) {
#zsWebToCase_528196000000660068 {width:100%;padding:0;}
#zsWebToCase_528196000000660068 h1 {font-size: 1.625em;}
#zsWebToCase_528196000000660068 h2 {font-size: 1.125em;}
#zsWebToCase_528196000000660068 div.subtitle {font-weight:800!important;}
#zsWebToCase_528196000000660068 p, #zsWebToCase_528196000000660068 ol li label {font-size: 1.125em;}
#zsWebToCase_528196000000660068 fieldset {
	width:100%;
	margin:10px 0;
	padding:0;
}
#zsWebToCase_528196000000660068 ol li.attachment .small_hide {display:none;}

/*change form layouts to single column displays*/
#zsWebToCase_528196000000660068 ol li {
	float:none;
	display:block;
	width:100%;
	margin-right:0;
	margin-left:0;
}
#zsWebToCase_528196000000660068 ol li.longdesc {
	float:none;
	display:block;
	width:100%;
}
#zsWebToCase_528196000000660068 ol li.longdesc input,
#zsWebToCase_528196000000660068 ol li textarea {
	width:95%;
	border:1px solid #dec384;
}
#zsWebToCase_528196000000660068 ol li input {
	border:1px solid #dec384;
}
#zsWebToCase_528196000000660068 ol li.attachment input {
	border:none;
}
#zsWebToCase_528196000000660068 ol li:nth-child(2n) {
	margin-right:0;
	margin-left:0;
}
}

/*smartphone portrait*/
@media only screen and (max-width : 320px) {
#zsWebToCase_528196000000660068 ol li input,
#zsWebToCase_528196000000660068 ol li.longdesc input,
#zsWebToCase_528196000000660068 ol li textarea {
	width:100%;
}
}

div.page .content article .side .details{padding:0px 20px}
div.page .content article .lg .web-header{border-top:1px solid #222;border-left:1px solid #222;border-right:1px solid #222;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none}
div.page .content article .lg{box-shadow: 3px 3px 3px #777;}
div.page .content article .lg .lgbody{border:1px solid #222;background:#fff url(https://www.siam-legal.com/images/webform-body.jpg) repeat scroll left top;padding-bottom:20px}
.ctct-form-defaults{padding:24px 12px 0px!important}
.ctct-form-container,.ctct-form-embed,.form_3,.ctct-form-defaults{background-color:transparent!important}
#web-form legend{font-size:1.125em;font-weight:600;margin-bottom:0;border-bottom:1px solid #999;line-height:1.25em}
.ctct-form-text{margin-top:-10px!important;font-size:.85em!important;font-weight:200;line-height:1.375em}
.ctct-form-label{font-size:.85em!important;font-weight:600}
#ctct_form_3 label{font-size:0.875em!important;font-weight:600!important}
#ctct_form_3 input, .ctct-form-element{height:30px!important;font-size:1em!important;padding:2px 8px!important}
.ctct-form-button{font-weight:600;padding:10px 16px;background-color:#862b22;border:1px solid #862b22;color:#ffffff;border-radius:3px;width:100%}
.lgbody .ctct-form-button{font-size:20px;height:60px;}
.ctct-form-button:hover{background-color:#af382c;border:1px solid #af382c}
#success_message_3 h2{font-size:1.15em!important}
.lgbody #gdpr_text{width:50%}
@media only screen and (max-device-width: 720px){
	.lgbody #gdpr_text,.lgbody #gdpr_text a{width:100%;font-size:0.875em!important}
	.lgimg{display:none}
	.lgbody #email_address_3,.lgbody #first_name_3{width:100%!important;height:48px!important}
	.lgbody #email_address_label_3,.lgbody #first_name_label_3{font-size:1.3em!important}
}