/*
 * SimpleModal Contact Form
 * http://www.ericmmartin.com/projects/simplemodal/
 * http://code.google.com/p/simplemodal/
 *
 * Copyright (c) 2010 Eric Martin - http://ericmmartin.com
 *
 * Licensed under the MIT license:
 *   http://www.opensource.org/licenses/mit-license.php
 *
 * Revision: $Id: contact.css 242 2010-03-14 00:55:02Z emartin24 $
 *
 */

.notext{
	display: none;	
}
#container{
	width:26px!important;
	height: 0px!important;
	border:0px dotted #000!important;
	display: block!important;
	position:relative!important;
	left:78px!important;
	padding-top:0px!important;
}
.branding .phone .container .content .contact-form .contact{
	background-color:#099!important;	
	border:1px dashed #000;
}


#content .contact-form .contact{
	display: block;
	border: 1px dashed #000;
}
#content .contact-form .contact a:link{
	width:20px;
	height: 20px;
	background-color:#0C0;
	font-size:8px;
}

/* Overlay */
#contact-overlay {background-color:#000; cursor:wait;}

/* Container */
#content {
border-bottom:0px dotted #999999!important;
border-top:0px dotted #999999!important;
float:left!important;
left:0px!important;
padding:0 0!important;
position:relative!important;
top:0px!important;
width:28px!important;
height:19px!important;
/*background-image:url(http://www.paymentsgateway.com/images/envelopeSm.gif);*/
}
/*#content a:link{
	font-size:0px!important;	
}
#contact-form a{
	font-size:0px!important;	
}

#contact-form a:link{
	font-size:10px!important;	
}*/


#contact-container {
font:16px/22px 'Trebuchet MS',Verdana,Arial;
margin:0 auto 0 12px;
position:absolute !important;
text-align:left;
width:450px;
}

#contact-container .contact-content {
background-color:#4364A0;
color:#DDDDDD;
height:40px;
}



#contact-container h1 {
color:#FFFFFF;
font-family:georgia,sans-serif;
font-size:20px;
font-weight:normal;
line-height:20px;
margin:0 0 5px 5px;
padding:0 0 6px 12px;
text-align:left;
}
#contact-container .contact-loading {background:url(../img/contact/loading.gif) no-repeat; height:55px; margin:-14px 0 0 190px; padding:0; position:absolute; width:54px; z-index:8000;}
#contact-container .contact-message {text-align:center;}
#contact-container .contact-error {
background:none repeat scroll 0 0 #FDE3E3;
border:1px solid #C3040B;
color:#C3040B;
font-size:12px;
font-weight:normal;
line-height:18px;
margin:0 auto;
padding:4px 0;
width:92%;
}
#contact-container br {clear:both;}
#contact-container form {
background-color:#4364A0;
margin:0;
padding:0;
}
#contact-container label {clear:left; display:block; float:left; font-weight:bold; padding-right:4px; text-align:right; width:100px;}
#contact-container .contact-input {background:#eee; border:1px solid #fff; font-family:'Trebuchet MS', Verdana, Arial; float:left; padding:2px; margin:2px; width:300px;}
#contact-container textarea {height:114px;}
#contact-container .contact-cc {cursor:default; font-size:14px; vertical-align:top;}
#contact-container .contact-top {
	background-image: url(http://www.paymentsgateway.com/simpleModal/img/formTop.png);
	height:13px;
	width:450px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
}
#contact-container .contact-bottom {
	background-image: url(http://www.paymentsgateway.com/simpleModal/img/formBottom.png);
	font-size:12px; height:13px; line-height:12px; text-align:center;
	height:13px;
	width:450px;
	margin:0;
	padding:0;
	background-repeat: no-repeat;
}
#contact-container .contact-bottom a,
#contact-container .contact-bottom a:link,
#contact-container .contact-bottom a:active,
#contact-container .contact-bottom a:visited {color:#666; position:relative; top:-4px; text-decoration:none;}
#contact-container .contact-bottom a:hover {color:#888;}
#contact-container .contact-button {
background-attachment:scroll;
background-color:#4364A0;
background-image:url("http://www.paymentsgateway.com/simpleModal/img/btnBkgBlue.png");
background-position:0 2px;
background-repeat:no-repeat;
border:0 none;
color:#FFFFFF;
cursor:pointer;
font-size:13px;
font-weight:bold;
height:27px;
margin:5px 0 0 4px;
text-align:center;
vertical-align:middle;
width:100px;
}
#contact-container .contact-button:hover {
background-image:url("http://www.paymentsgateway.com/simpleModal/img/btnBkgBlue.png");
background-position:0 -50px;	
}


#contact-container a.modal-close, #contact-container a.modal-close:link, #contact-container a.modal-close:active, #contact-container a.modal-close:visited {
	background-image:url("http://www.paymentsgateway.com/simpleModal/img/xBtn.png");
	background-repeat:no-repeat;
	color:#999999;
	font-size:0px;
	font-weight:bold;
	height:28px;
	position:absolute;
	right:10px;
	text-decoration:none;
	top:10px;
	width:28px;
}
	
	
#contact-container a.modal-close:hover {
	background-image:url("http://www.paymentsgateway.com/simpleModal/img/xBtn.png");
	background-repeat:no-repeat;
	background-position: 0px -28px;
}




