/* Contact Us Form Styling
-------------------------------------------------------------*/

#newsletter_form form			{ width: 470px; }
#newsletter_form .form-field		{ clear: left; margin-bottom: 10px; }
#newsletter_form label.left		{ clear: left; color: #ccc; float: left; font-size: 11px; font-weight: bold; padding-top: 5px; width: 100px; }
#newsletter_form input.text		{ background-color: #141414; border: 2px #232323 solid; color: #ccc; float: left; font-size: 11px; margin: 0 5px 1em 0; padding: 2px; width: 180px; }
#newsletter_form input.button		{ float: right; }


/* Slog Form Styling
-------------------------------------------------------------*/

#comment				{ margin-bottom: 30px; }
#comment form			{ width: 470px; }
#comment .form-field		{ clear: left; margin-bottom: 10px; }
#comment label.left			{ clear: left; color: #fff; float: left; font-size: 11px; width: 150px; }
#comment input.text		{ background-color: #141414; border: 2px #232323 solid; color: #ccc; float: left; font-size: 11px; margin: 0 5px 1em 0; padding: 2px; width: 180px; }
#comment textarea			{ background-color: #141414; border: 2px #232323 solid; color: #ccc; font-family: inherit; font-size: 12px; margin: 0 5px 1em 0; padding: 2px; }
#comment input.button		{ float: right; }
#comment #captcha		{ border-bottom: solid 1px #333; border-top: solid 1px #333; float: left; margin-bottom: 20px; padding-top: 5px; width: 470px; }

.submit_button				{ margin-right: 5px; }



/* LIVE VALIDATION STYLING
-------------------------------------------------------------*/

#newsletter_form label.error		{ color: red; float: left; font-size: 11px; font-weight: bold; padding-top: 5px; width: auto; }
#newsletter_form label.error		{ display: none; }
