/* 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 {
	padding-left:29px;
	bottom:0px;
	width:154px;
	position:absolute;
	z-index:1;
	}
	
/* Hides the whole contact form until needed */	
#contactForm {
	position:relative;
	top:32px;
	width:170px;
	margin-left:-28px;
	display:none;
	color:#000;
	}  
	
	
.contactForm {
	/*background-image:url(../images/popup_header.png);
	background-repeat:no-repeat;*/
	padding-top:47px;
	}   
/* 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:#f5c478;
	}
	
/* Some styling for the contact button */
#contactFormContainer .contact {
	background-image:url(../images/contact_me.jpg);
	background-repeat:no-repeat;
	bottom:1px;
	cursor:pointer;
	height:33px;
	left:0;
	position:absolute;
	width:122px;
	}
			
/* 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; 
	_position:absolute; */
	height:100px;
	width:100px; 
	top:0; left:0;
	background:none; 
	z-index:11;
	}  
	
/* Form styling from here on out. There is nothing in here that you HAVE to use to get this to work */	
#contactForm textarea, #contactForm input {
	width:130px; 
	background:#ffffff url(../images/contact_input.png) repeat-x top; 
	color:#000; 
	height:15px; 
	line-height:14px; 
	font-size:11px; 
	padding:2px 2px 0px;
	}
#contactForm input {
	background:url(../images/text_field_bg.jpg) no-repeat;
	height:19px;
	border:none;
	color:#215679;
	font-weight:bold;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	}
#contactForm textarea {border:3px #504b46 dotted; height:114px; font-family:Arial, Helvetica, sans-serif;}
#contactForm .submit {
	background:url(../images/go_bt_bg.jpg) no-repeat;
	color:#215679; 
	font-weight:bold;
	padding-top:0px;
	padding-right:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	height:25px;
	width:54px; 
	cursor:pointer; 
	float:left;
	margin-top:10px;
	margin-left:88px;
	}
#contactForm .submit:active {background:#cacaca; }
#contactForm label {padding-left:4px; font-weight:bold;}
#contactForm p { margin:6px 0 6px 0; padding:0px;}
#contactForm .input_boxes {
	padding-bottom:17px;
	margin-left:2px;
	width:170px;
	float:left;
	background:url(../images/popup_main_bg.png) no-repeat; 
	}

#dummycontent {padding-top:100px; height:220px;}
.bottomlink {position:absolute; bottom:0;}

.fpmng{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:0px 9px 0 9px;
	width:134px;
	}

.popup_footer{
	padding-bottom:17px;
	margin-top:33px;
	}
	
.inputboxmng{
	padding-left:9px;}