/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2009 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 213 2009-09-17 04:10:02Z emartin24 $
 *
 */

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#contact-container {width:500px; height:416px; overflow:hidden; background: url(/images/bodyBoxXLarge-yellow.png) no-repeat;}

#contact-container form {padding:0; clear:both; float:left; margin:30px 0 0; width:100%;}
#contact-container label {clear:left; display:block; float:left; text-align:right; padding-right:4px; font-weight:bold; color:#fff; margin-bottom:15px;}
#contact-container input {float:left; margin-left:10px;}
#contact-container #tbPostcode {margin-left:80px;}
#contact-container #siteSearch {margin:20px auto; width:85%; float:none; clear:none;}
#contact-container #siteSearch p {clear:both; color:#fff; float:left; width:100%; margin-top:40px;}

#contact-container .lsssSubmit,
#contact-container .lsssSubmit:link,
#contact-container .lsssSubmit:active,
#contact-container .lsssSubmit:visited {background: url(/images/calcBtnBg.gif) left bottom no-repeat; width:75px;border:0; color:#FFFFFF; font-weight:bold; height:21px;}
#contact-container .lsssSubmit:hover {background: url(/images/calcBtnBgActive.gif) no-repeat;}

#contact-container a.modal-close,
#contact-container a.modal-close:link,
#contact-container a.modal-close:active,
#contact-container a.modal-close:visited {text-decoration:none; font-weight:bold; font-size:1.2em; color:#fff; width:60px; height:18px; background: url(/images/btnClose.gif) top right no-repeat; float:right;position:relative; right:30px; top:30px;}
#contact-container a.modal-close:hover {color:#9bb3b3;}
