/*
 * 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.css,v 1.3 2010/01/14 18:54:50 jorge Exp $
 *
 */

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

/* Container */
#lightbox-container {
	width:500px; 
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px; 
	text-align:left;
	color:#333333;
	}
#lightbox-container .lightbox-content {
	background-color:#FFFFFF;
	border-left:13px solid #eeeeee;
	border-right:13px solid #eeeeee;
	color:#333333; 
	height:100% !important;
	}
#lightbox-container h1 {
	color:#333333;
	margin:0; 
	padding:0 0 6px 12px; 
	font-size:15px;
	font-weight:bold; 
	text-align:left;
	}
	
#lightbox-container .lightbox-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-container .lightbox-message {text-align:center;}
#lightbox-container .lightbox-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-container br {clear:both;}
#lightbox-container form {padding:0; margin:0;}
#lightbox-container label {
	font-size:12px;
	color:#333333;
	font-weight:bold;
	float:left;
	padding:5px 0 0 5px;
	text-align:right;
	width:120px;
	margin-right:5px;
	}
#lightbox-container .text {
	border:1px solid #CCCCCC;
	color:#999999;
	font-size:12px;
	height:18px;
	width:182px;
	}
#lightbox-container #submit {
	border:1px solid #CCCCCC;
	color:#999999;
	font-size:12px;
	height:20px;
	float:right;
	margin-right:5px;
	margin-bottom:5px;
	}
#lightbox-container textarea {
	border:1px solid #CCCCCC;
	color:#999999;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	height:auto;
	width:auto;
	}
#lightbox-container .lightbox-cc {font-size:.9em; cursor:default;}
#lightbox-container .lightbox-top {
	height:17px; 
	background:url(/imgs/lightbox/form_top.gif) no-repeat; 
	padding:0;
	margin:0;
	 /*filter: alpha(opacity=50); opacity: .5*/
	 }
#lightbox-container .lightbox-bottom {
	height:17px; 
	background:url(/imgs/lightbox/form_bottom.gif) no-repeat; 
	font-size:.7em; 
	text-align:left;
	/*filter: alpha(opacity=50); opacity: .5*/
	}
#lightbox-container .lightbox-bottom a,
#lightbox-container .lightbox-bottom a:link,
#lightbox-container .lightbox-bottom a:active,
#lightbox-container .lightbox-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
#lightbox-container .lightbox-bottom a:hover {color:#888;}
#lightbox-container .lightbox-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-container .lightbox-send {width:50px; background:url(/imgs/send.png) no-repeat;}
#lightbox-container .lightbox-cancel {width:65px; background:url(/imgs/cancel.png) no-repeat;}
#lightbox-container a.modalCloseX,
#lightbox-container a.modalCloseX:link,
#lightbox-container a.modalCloseX:active,
#lightbox-container a.modalCloseX:visited {
	text-decoration:none; 
	font-weight:bold;
	text-indent:-999px;
	position:absolute; 
	top:9px; 
	right:9px; 
	color:#999;
	background:url(/imgs/lightbox/close.jpg) no-repeat;
	height:24px;
	width:24px;
	}
#lightbox-container a.modalCloseX:hover {color:#9bb3b3;}