﻿.contactArea { font-size: 13px; margin-top: 25px; padding-left: 20px; width: 700px; }
.contactArea label { float: left; margin-right: 10px; padding-top: 5px; width: 170px; }
.contactArea label.multiline { padding-top: 0px; }
.contactArea label.chkBoxLbl { float: none; margin-right: 0px; width: auto; }
.contactArea input[type="text"], .contactArea textarea { background-color: #121212; border: 1px solid #232323; color: #948E8C; 
                                                         margin: 0px 0px 10px 0px; padding: 5px; width: 300px; }
.contactArea input[type="text"]:focus, .contactArea textarea:focus { border: 1px solid #4E4E4E; }
.contactArea textarea { width: auto; }
.contactArea input[type="text"].small { width: 50px; }
.icon { vertical-align: middle; margin-right: 3px; }
.contactArea div.daysLabel { float: left; height: 40px; margin-right: 72px; }
.contactArea div.photosLabel { float: left; height: 130px; margin-right: 30px; }
.contactArea div.options, .contactArea div.photos { clear: right; }
.contactArea div.photos input[type="file"] { background-color: #121212; border: 1px solid #232323; color: #948E8C; margin-bottom: 5px; 
                                             width: 310px; }
.contactArea div.photos input[type="file"]:focus { border: 1px solid #4E4E4E; }
.contactArea input#opening, .contactArea input#allDays { margin-right: 5px; }
.contactArea div.notification { font-style: italic; }
.contactArea div.buttons { margin-top: 10px; padding-left: 169px; }
.contactArea div.buttons input { margin-right: 10px; }
.contactArea div.footer { margin-top: 20px; }
.contactArea div.footer ul { margin: 5px 0px 0px 0px; list-style-position: outside; list-style-type: none; padding-left: 15px; }
.mandatory { color: #BF0000; }
.contactArea h1 { margin-left: -20px; }
.contactArea p { margin-left: -20px; }
.contactArea span.smallLabel { position: relative; top: 5px; vertical-align: top; }
.contactArea span.smallLabel sup { position: relative; top: -2px; vertical-align: top; }

p { font-size: 13px; }