/* Style sheet form_is2011 */
form#f1 span.mandatory{padding-left:5px;color:#f00;}
form#f1 p.error{display:inline;color:#f00;}
form#f1{width:700px;}
form#f1 .formelement{width:350px;float:left;margin-top:20px;min-height:50px;}
form#f1 div.message,form#f1 div.captcha{width:700px;clear:both;}
form#f1 label{font-weight:bold;font-size:11px;}
form#f1 input,form#f1 label{width:300px;display:block;}
form#f1 textarea{width:650px;display:block;}
form#f1 input,form#f1 textarea{margin-left:1px;padding:5px 10px;border:1px solid #aaa;-webkit-border-radius: 5px;-moz-border-radius: 5px;border-radius: 5px;-moz-box-shadow:0px 0px 3px #aaa;-webkit-box-shadow:0px 0px 3px #aaa;box-shadow:0px 0px 3px #aaa;font-family:inherit;font-size:inherit;}
form#f1 input:focus,form#f1 textarea:focus,form#f1 input.error:focus,form#f1 textarea.error:focus{border-color:#4fc4fe;-moz-box-shadow:0px 0px 3px #4fc4fe;-webkit-box-shadow:0px 0px 3px #4fc4fe;box-shadow:0px 0px 3px #4fc4fe;color:#4fc4fe;}
form#f1 input.error,form#f1 textarea.error{border-color:#fa5555;-moz-box-shadow:0px 0px 3px #fa5555;-webkit-box-shadow:0px 0px 3px #fa5555;box-shadow:0px 0px 3px #fa5555;color:#fa5555;}
form#f1 input[type=checkbox]{width:20px;display:inline;margin-right:20px;}
form#f1 label#lbl_9_0{display:inline;}
form#f1 div.telnumber{display:none;}
form#f1 .captcha{display:inline;}
form#f1 input.captcha{width:20px;margin-right:20px;margin-left:20px;}
form#f1 div.submit_container{width:700px;clear:both;margin-top:20px;}
form#f1 input[type=submit]{width:200px;margin-right:25px;margin-left:auto;font-weight:bold;color:#fff;text-shadow:-1px -1px 0px #0b1c24;background: #4FC4FE; /* old browsers */background: -moz-linear-gradient(top, #4FC4FE 0%, #239DDA 100%); /* firefox */background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4FC4FE), color-stop(100%,#239DDA)); /* webkit */filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4FC4FE', endColorstr='#239DDA',GradientType=0 ); /* ie */}
