/* HEADLINES */
h1, h2, h3, h4, h5, h6 { font-weight:bold; }
h2, h3 { margin-bottom:10px; font-size:1.1em; }
h4, h5, h6 { margin-bottom:5px; font-size:1em; }
/* CONTENT */
#col1, #col2 { text-align:justify; }
/* FORMS */
.csc-mailform { border:none; }
.csc-mailform-field { margin-bottom:5px; line-height:20px; }
label { float:left; display:block; width:100px; font-weight:bold; }
input, textarea { width:220px; color:#888; border:1px solid #888; background:#fff; }
input:hover, input:focus, textarea:hover, textarea:focus { background:#eee; }
.csc-mailform-submit { margin-left:100px; padding:3px 0; width:220px; color:#fff; font-weight:normal; cursor:pointer; background:#888; border:1px solid #888; }
.csc-mailform-submit:hover { color:#fff; background:#af0014; }
fieldset div, fieldset { clear:both; border:0px none; margin:0px; padding:0px; }
