+ font-weight: bold; }
+
+.fieldWithErrors {
+ display: inline;
+}
+.fieldWithErrors input, .fieldWithErrors select {
+ background-color: #ffdfdf;
+}
+
+.mainresultbox {
+ width: 100%;
+ padding: 7px;
+ margin-right: 30px;
+ margin-bottom: 30px;
+ border-style: dotted;
+ border-width: 1px;
+}
+
+.mainresultbox h1 {
+ text-align: center;
+}
+.resultbox {
+ width:47%;
+ float: left;
+ padding: 7px;
+ margin-right: 10px;
+ margin-bottom: 10px;
+ border-style: dotted;
+ border-width: 1px;
+}
+
+.clearbox {
+ clear: both;
+ margin: 30px;