/* HEADLINES */
h1, h2, h3, h4 { font-weight:bold; }
h1 { font-size:1.5em; }
h2 { font-size:1.3em; }
h3 { font-size:1.1em; }
h4 { font-size:1.0em; }
/* TABLES */
table { margin-bottom:10px; width:100%; table-layout:fixed; empty-cells:show; font-size:1em; border-collapse:separate; }
th, td { padding:3px; border:1px dotted #66b6c4; text-align:left; }
table p { margin:0 0 3px 0; line-height:normal; }
th { background:#66b6c4; }
td { background:#99ced7; }
/* FORMS */
.csc-mailform { border:none; }
.csc-mailform-field { margin-bottom:5px; line-height:20px; }
label { float:left; display:block; width:120px; font-weight:bold; }
input, textarea { padding:2px 0; width:250px; color:#fff; border:1px solid #66b6c4; background:#99ced7; }
input:hover, input:focus, textarea:hover, textarea:focus { padding:2px 0; border:1px solid #66b6c4; background:#66b6c4; color:#fff; }
.csc-mailform-submit { margin-left:120px; padding:3px 0; width:250px; color:#333; font-weight:normal; cursor:pointer; background:#99ced7; border:1px solid #66b6c4; }
.csc-mailform-submit:hover { padding:3px 0; color:#fff; border:1px solid #66b6c4; background:#66b6c4; }
fieldset div, fieldset { clear:both; border:0px none; margin:0px; padding:0px; }
