/*
 * 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: contact.css 132 2008-05-23 16:05:17Z emartin24 $
 *
 */


/* Overlay */
/*body{ text-align:center;
margin:0px;
padding:0px;
font-family:'Lucida Grande','Geneva','Helvetica','Tahoma','Verdana',sans-serif;
font-size:14px;
color:#333333;
margin:5px 10px 5px 10px;
}*/
#contact-overlay {background-color:#999999; cursor:wait; border:3px;}

/* Container */
#contact-container {width:420px; left:50%; top:15%; margin-left:-210px; font-family:'Trebuchet MS', Verdana, Arial; font-size:14px; text-align:left; min-height:400px;}
#contact-container .contact-content {background-color:#fff; color:#663366; height:250px; border-right:#999999  solid 8px; border-left:#999999  solid 8px; min-height:250px;}
#contact-container h1 {color:#222F92; margin:0; padding:0 0 6px 14px; font-size:14px; font-family:'Lucida Grande','Geneva','Helvetica','Tahoma','Verdana',sans-serif; text-align:left;
}
#contact-container span
{
	font-size:14px;
	color:#660033;
	font-weight:bold;
	display:block;
	border-bottom:solid 1px #660099;
	margin:5px 10px 5px 10px;
}


#contact-container .contact-loading {position:absolute; background:url(../img/contact/loading.gif) no-repeat; z-index:8000; height:55px; width:54px; margin:8px 0 0 170px; padding:0;}
#contact-container .contact-message {text-align:center;height:10px;}
#contact-container .new-message {text-align:center;height:10px;}

#contact-container .contact-error {width:92%; font-size:.8em; background:#F2F2F2; color:#FF0000; border:2px solid #ccc; font-size:0.8em; font-weight:bold; margin:0 auto; padding:2px;}
#contact-container br {clear:both;}
#contact-container form {padding:0; margin:0;}
#contact-container label {
padding-left:30px;
float:left;
font-size:14px !important;
font-weight:normal;
margin:10px 0 0;
width:90px;
clear:both}
#contact-container .contact-input {
border:1px solid #999999;
float:left;
margin:7px 0 0;
width:190px;
}
#contact-container textarea {height:84px;}
#contact-container .contact-top {height:10px; /*background:url(../img/contact/form_top.gif) no-repeat;*/ padding:0; margin:0;}
#contact-container .contact-bottom {height:10px; /* background:url(../img/contact/form_bottom.gif) no-repeat;*/ 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 {}
#contact-container .contact-send {
	width:92px!important;
	height:32px!important;
	border:none!important;
	float:left;
	margin:7px 10px 0px 0px !important;
	background-color: #9BCCF0;
	background-image: url(../images/login_but.gif);
}
#contact-container .contact-cancel {
	width:92px!important;
	height:32px!important;
	border:none!important;
	background-color: #9BCCF0;
	margin:7px 10px 0px 0px !important;
	background-image: url(../images/cancel_but.gif);
	z-index:100;
	
}
#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:2px; left:395px; color:#999;}
#contact-container a.modalCloseX:hover {color:#9bb3b3;}
.modalData
{
background-color:#FFFFFF;
border:solid 5px #663366;
/*min-height:250px;*/
}

.forgot_password
{
	color:#663366;
	text-decoration:none;
}

.forgot_password a
{
	color:#663366;
	text-decoration:none;
}

.forgot_password a:hover
{
	color:#663366;
	text-decoration:underline;
}
.contact-content {background-color:#fff; color:#663366; border:#CCCCCC  solid 8px; min-height:150px;}
.contact-send {
	width:92px!important;
	height:32px!important;
	border:none!important;
	background-color: #9BCCF0;
	margin:7px 10px 0px 0px !important;
	background-image: url(../images/login_but.gif);
	z-index:100;
	
}
.contact-cancel {
	width:92px!important;
	height:32px!important;
	border:none!important;
	background-color: #9BCCF0;
	margin:7px 10px 0px 0px !important;
	background-image: url(../images/cancel_but.gif);
	z-index:100;
	
}
.contact-top {height:10px; /*background:url(../img/contact/form_top.gif) no-repeat;*/ padding:0; margin:0;}
 .contact-bottom a,
.contact-bottom a:link,
.contact-bottom a:active,
.contact-bottom a:visited {position:relative; top:-4px; text-decoration:none; color:#666;}
.contact-bottom a:hover {color:#888;}
.labelBox {
padding-left:30px;

font-size:12px !important;
font-weight:normal;
margin:4px 0px 0px 0px;
width:100px;
clear:both;
color:#000000;
vertical-align:top;

}
.h1Box {color:#281830; margin:0; padding:0 0 6px 14px; font-size:16px; text-align:left; font-weight:bold;
}