/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2008 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: lightbox_chica.css,v 1.2 2009/03/30 19:48:01 jorge Exp $
 *
 */

/* Overlay */
#lightbox-chica-overlay {
	background-color:#aaa9a9; 
	cursor:wait;
	}

/* Container */
#lightbox-chica-container {
	width:225px; 
	font-family:'Trebuchet MS', Verdana, Arial; 
	font-size:16px; 
	text-align:left;
	}
#lightbox-chica-container .lightbox-chica-content {
	background-color:#FFFFFF;
	border-left:13px solid #eeeeee;
	border-right:13px solid #eeeeee;
	color:#ddd; 
	height:100% !important;
	}
#lightbox-chica-container h1 {
	color:#d76300; 
	margin:0; 
	padding:0 0 6px 12px; 
	font-size:1.2em; 
	text-align:left;
	}
#lightbox-chica-container .lightbox-chica-loading {position:absolute; background:url(/imgs/loading.gif) no-repeat; z-index:8000; height:55px;width:54px; margin:-14px 0 0 170px; padding:0;}
#lightbox-chica-container .lightbox-chica-message {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	text-align:center;
}
#lightbox-chica-container .lightbox-chica-error {width:92%; font-size:.8em; background:#000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#lightbox-chica-container br {clear:both;}
#lightbox-chica-container form {padding:0; margin:0;}
#lightbox-chica-container label {clear:left; display:block; width:100px; float:left; text-align:right; padding-right:4px; font-weight:bold;}
#lightbox-chica-container .lightbox-chica-input {font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; background:#eee; border:1px solid #fff; width:300px;}
#lightbox-chica-container textarea {height:114px; font-size:.9em;}
#lightbox-chica-container .lightbox-chica-cc {font-size:.9em; cursor:default;}
#lightbox-chica-container .lightbox-chica-top {
	height:17px; 
	background:url(/imgs/lightbox-chica/form_top.gif) no-repeat; 
	padding:0;
	 margin:0;
	 }
#lightbox-chica-container .lightbox-chica-bottom {
	height:17px; 
	background:url(/imgs/lightbox-chica/form_bottom.gif) no-repeat; 
	font-size:.7em; 
	text-align:center;
	}
#lightbox-chica-container .lightbox-chica-bottom a,
#lightbox-chica-container .lightbox-chica-bottom a:link,
#lightbox-chica-container .lightbox-chica-bottom a:active,
#lightbox-chica-container .lightbox-chica-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#lightbox-chica-container .lightbox-chica-bottom a:hover {color:#888;}
#lightbox-chica-container .lightbox-chica-button {margin:4px 0 0 4px; cursor:pointer; height:24px; border:0; font-size:1em; font-weight:bold; color:#fff; text-align:center; vertical-align:middle;}
#lightbox-chica-container .lightbox-chica-send {width:50px; background:url(/imgs/send.png) no-repeat;}
#lightbox-chica-container .lightbox-chica-cancel {width:65px; background:url(/imgs/cancel.png) no-repeat;}
#lightbox-chica-container a.modalCloseX,
#lightbox-chica-container a.modalCloseX:link,
#lightbox-chica-container a.modalCloseX:active,
#lightbox-chica-container a.modalCloseX:hover {color:#9bb3b3;}