.container {
	width:1000px; 
	margin:0px auto; 
	position:relative;
	z-index:1100;
	}
	
/* Positions the contact form so it doesn't interfere with any other content, as well as a z-index above any other elements on the page */	
#contactFormContainer {
	position:absolute;
	z-index:1;
	float:left;
	width:500px;
	left:200px;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	width:477px;
	background:#eeeeee; 
	border:1px solid #0e0f0e;
	color:#1d1e1c;
	display:none;
	margin:120px 0 0 0;
	padding:0px 10px 10px 10px;
	}   

/* Loading bar that will appear while the ajax magic is happening */
.bar{
	display:none; 
	background:url(../images/ajax-loader.gif) no-repeat center; 
	margin-top:100px;
	height:40px; 
	width:230px;
	}
	
/* Hides the confirmation message until needed */	
#messageSent {display:none;}

/* This hides the form validation alert messages until needed */
#contactForm span { 
	display:none; 
	font-size:9px; 
	line-height:10px; 
	padding-left:6px; 
	color:#760f0f;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	height:27px; 
	width:497px;
	background:url(../images/pop-closebut.png); 
	position:absolute; 
	cursor:pointer;
	margin:0 0 0 -10px;
	}
			
/* Hides the darkening layer for the Modal effect. The z-index is necessary for layering purposes, and be sure to keep the positioning/height/width the same */	
#backgroundPopup{
	display:none; 
	position:fixed; 
	height:100%; 
	width:100%; 
	top:0; 
	left:0;
	background:#000; 
	z-index:1000;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm input {
	width:462px; 
	background:#FFF; 
	color:#1d1e1c; 
	border:1px solid #a5acb2; 
	height:23px; 
	line-height:14px; 
	font-size:11px; 
	padding:7px 0 0 5px;
	}
	
	
#contactForm textarea {
	width:462px; 
	background:#FFF; 
	color:#1d1e1c; 
	border:1px solid #a5acb2; 
	height:110px; 
	line-height:14px; 
	font-size:11px; 
	padding:7px 0 0 5px;
	margin:0px 0 0 0;
	}
	
#contactForm .submit {
	background:url(../images/pop-sendbut.png) no-repeat;
	text-transform:uppercase;
	text-indent:-9600px;
	color:#4d4d4d;
	font-weight:bold; 
	padding:7px 16px 7px 14px; 
	height:51px; 
	width:108px; 
	cursor:pointer; 
	float:right;
	border:none;
	margin:0px 10px 0 0; 
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:0px; font-weight:bold;}
#contactForm p {padding-bottom:1px;}

.bottomlink {position:absolute; bottom:0;}


.popinput {
  width:467px;
  height:25px;
  background:#FFF;
  float:left;
}

.popcomment {
  height:40px;
}

div.popsupportheader {
  float:left;
  width:470px;
  color:#008fd5;
  font-weight:400px;
  margin:0 0 10px 0;
}

.popsupportheader h1{
  
  font-size:20px;
  margin:0;
  padding:0;
}

#contactForm span.greenpopup {
  color:#a7b92c;
  display:inline-block;
  font-size:20px;
  font-weight:400px;
}
