body {font-family: sans-serif;}
form {width:100%; max-width:700px; margin:0 auto; size:14px; line-height:18px;}
.inputContainer {margin-bottom:15px;}
input[type=text], select {
    width: 100%;
    padding: 12px 10px;
    margin: 5px 0 0;
    box-sizing: border-box;
}
label { margin-top:15px;}
input[type=text]:focus, select:focus, textarea:focus {
    border: 3px solid #555;
	background-color: #F0F0F0;
}
fieldset {border-width:1px;}
textarea {
    width: 100%;
    height: 150px;
    padding: 12px 20px;
    box-sizing: border-box;
    resize: none;
}
.error { color:#F00; font-weight:bold; }

input[type=submit] {
	border-color: #065aa2;
    background-color: #065aa2;
    color: #fff;
    padding: 5px 10px;
}

ul.checkbox  { 
  margin: 5px 0 0; 
  padding: 0; 
  list-style: none; 
} 
ul.checkbox li {
    display: block;
    float: left;
    width: 50%;
	margin-bottom:5px;
}

#customer div {width:35%; float:left;}
#customer div:first-child {width:60%; float:left;margin:0 5% 0 0;}

#rate div {width:30%; float:left; margin:0 0 0 5%}
#rate div:first-child {width:30%; float:left;margin:0;}
#web_rate div {width:47%; float:left; }
#web_rate div:first-child {width:47%; float:left;margin:0 6% 0 0;}

#submitted_text {width:100%; max-width:700px; margin:0 auto; size:14px; line-height:18px;}