﻿/* Form Styles */
div.row, div.checkrow, div.submitrow { clear: left; width: 350px; _margin-bottom: 5px; }
div.row label { width: 74px; padding-right: 16px; text-align: right; float: left; display: block; padding-top: 8px; }
div.row input, div.row textarea, div.row select { float: left; width: 160px; font-size: 11px; font-family: Arial; margin-top: 5px; }
div.row textarea { width: 240px; }
div.row select { width: 80px; }
div.row div.note { width: 245px; clear: left; margin: 5px 0 5px 90px; font-size: 10px; }
div.checkrow { padding-top: 7px; }
div.checkrow input { float: left; margin-right: 10px; } 
div.checkrow label { float: left; width: 300px; margin-bottom: 5px; padding-top: 3px; }
div.submitrow { text-align: right; margin-bottom: 30px; }
div.submitrow input { margin-right: 10px; }

#content span.required { font-style: italic; }
p.notes { font-style: italic; font-size: 10px; line-height: 12px; }