/*
 * 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 185 2009-02-09 21:51:12Z emartin24 $
 *
 */


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

/* Container  8d0507*/
#contact-container {width:604px; background:url(/modal/contact/img/contactbg.png) no-repeat; margin-top:0; font-family:arial, helvetica, sans-serif;; font-size:12px; text-align:left;}
#contact-container .contact-content {color:#666; height:40px;}
#contact-container h1 {color:#fda804; margin:0; padding:0 0 6px 15px; font-size:1.2em; text-align:left;}
#contact-container .contact-loading {position:absolute; background:url(/modal/contact/img/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:-14px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {width:92%; font-size:.8em; font-size:0.8em; font-weight:bold; margin:0 auto;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold; margin:6px 0 0 0;}
#contact-container .contact-input {font-family:arial, helvetica, sans-serif; float:left; padding:2px; margin:6px; font-size:12px; background:url(http://www.blackdogadvertising.com/modal/contact/img/textfield.jpg) no-repeat; width:224px;}
#contact-container .contact-textarea {font-family:arial, helvetica, sans-serif; float:left; padding:2px; margin:6px; font-size:12px; background:url(http://www.blackdogadvertising.com/modal/contact/img/textareabg.jpg) no-repeat; width:224px;}
#contact-container textarea {height:90px; font-size:.9em;}
#contact-container input:focus, #contact-container textarea:focus{
border: 2px solid #87bd10;
}
#contact-container .contact-cc {font-size:.9em; cursor:default;}
#contact-container .contact-top {height:13px; padding:0; margin:0;}
#contact-container .contact-bottom {height:13px; font-size:.7em; text-align:center;}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {margin:4px 0 0 4px; padding: 0 0 4px 0; cursor:pointer; height:44px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center;}
#contact-container .contact-title {color:#fda804; margin:0; padding:0 0 6px 12px; font-size:1.2em; text-align:left;}

#contact-container .contact-send {width: 120px; padding: 0 0 0 0; color:#000000; background:url(/modal/contact/img/contact/send.png) no-repeat;vertical-align:middle;}
#contact-container .contact-cancel {width:65px; padding: 0 0 0 0 ; color:#000000; background:url(/modal/contact/img/contact/cancel.png) no-repeat;vertical-align:middle;}
#contact-container a.modalCloseX,
#contact-container a.modalCloseX:link,
#contact-container a.modalCloseX:active,
#contact-container a.modalCloseX:visited {text-decoration:none; font-weight:bold; font-size:1.2em; position:absolute; top:5px; right:8px; color:#404040;}
#contact-container a.modalCloseX:hover {color:#404040;}

#contact-container dl {
	font:normal 12px/15px Arial;
    position: relative;
    width: 350px;
}
#contact-container dt {
    clear: both;
    float:left;
    width: 130px;
    padding: 4px 0 2px 0;
    text-align: left;
}
#contact-container dd {
    float: left;
    width: 200px;
    margin: 0 0 8px 0;
    padding-left: 6px;
}


/* The hint to Hide and Show */
#contact-container .hint {
    position: absolute;
    right: -50px;
    width: 200px;
	display:none;
    margin-top: -4px;
    border: 1px solid #c93;
    padding: 10px 12px;
    /* to fix IE6, I can't just declare a background-color,
    I must do a bg image, too!  So I'm duplicating the pointer.gif
    image, and positioning it so that it doesn't show up
    within the box */
    background: #ffc url(pointer.gif) no-repeat -10px 5px;
}

/* The pointer image is hadded by using another span */
#contact-container .hint .hint-pointer {
    position: absolute;
    left: -10px;
    top: 5px;
    width: 10px;
    height: 19px;
    background: url(pointer.gif) left top no-repeat;
}
