#input[type="text"]{background-color:#d8d8d8;border: solid 1px  #bfbfbf;font-family:"Lato Regular",arial,sans-serif;font-weight:normal;
	font-size:0.9em;border:solid 1px  #bfbfbf;height:20px;padding:5px 5px;color:#504e4e;-webkit-border-radius:5px;
	-moz-border-radius:5px;border-radius:5px;}
textarea{width:89%;height:auto; max-width:554px; background-color:#d8d8d8;font-family:"Lato Regular",arial,sans-serif;
	font-size:0.8em;color:#504e4e;overflow-y:auto;border-radius:5px;border:solid 1px  #bfbfbf;resize:none;padding:5px 5px;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
input[type="submit"]{padding:5px 15px;background:#61629b;border: 0px ;margin-left:auto;width:200px;height:40px;
	display:block;cursor:pointer;color:#fff; 
	font-family:Lato-Bol,arial,sans-serif;font-size:1em;}
input[type="submit"]:hover{color:#2e333c;}
.checkbox input[type=checkbox], .checkbox_disabled input[type=checkbox]{visibility:hidden;margin: 3px 3px 3px 4px;}
.checkbox, .checkbox_disabled{position:relative;width:auto;line-height:1.3em;margin:0px;color:#2e333c;} 
.checkbox label{position:absolute;cursor:pointer;width:16px;height:16px;color:#504e4e;top:1px;left:3px;background:##d8d8d8;
	-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;border: solid 1px  #bfbfbf;}
.checkbox_disabled label{position:absolute;cursor:pointer;width:16px;height:16px;color:#504e4e;top:1px;left:3px;
  	background-color:#d8d8d8;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.checkbox label:after, .checkbox_disabled label:after{position:absolute;opacity:0.1;content:'';width:9px;height:3px;
	background:transparent;top:4px;left:3px;border:2px solid #504e4e;border-top:none;border-right:none;
	-webkit-transform:rotate(-55deg);-moz-transform:rotate(-55deg);-o-transform:rotate(-55deg);
	-ms-transform:rotate(-55deg);transform: rotate(-55deg);}
.checkbox label:hover::after{opacity:0.3;}
.checkbox input[type=checkbox]:checked + label:after,
.checkbox_disabled input[type=checkbox]:checked + label:after{opacity:1;}