/* CSS template */
*, * focus { outline: none;margin: 0;padding: 0; }

body { font-family: Arial, Helvetica, sans-serif; padding:10px 20px; }
a { color: #015DA2; }
h1 { font-size: 22px; margin-bottom: 2px;line-height: 28px;color: #015DA2; }
p { font-size: 12px;line-height: 16px;margin-bottom: 10px; }
label { display: block;color: #015DA2;font-size: 12px;font-weight: bold;line-height: 18px;height: 18px; }
textarea, input { width:300px;border: 1px solid #BFD6E8;color: #666;font:italic 12px/24px Arial, Helvetica, sans-serif;height: 24px; }
textarea { height:160px; }

input[type="submit"] { background: url('images/sub-commentform.jpg') no-repeat left top;color: white;padding: 0;width: 163px;line-height: 27px;height: 27px;font-weight: bold;margin-top: 4px;border:0;font-style:normal; }


.colhalf { width:50%; }
.clearme { clear:both; }

.error { font-weight: bold;font-style: normal;color: #CD2222;float: right; }

.colhalf.floatright { width:auto; }

.floatleft { float:left; }
.floatright { float:right; }
.alignright { text-align:right; }
