 	
/* Hides the whole contact form until needed */	
#popupContact{
	height:289px;width:558px;
	border:1px solid #929191;
	display:none;
	padding:7px 12px; 
	color:#fff
	}   

/* 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:100%; width:100%; 
	top:0; left:0; 
	background:#88bf90; 
	z-index:11;
	}     
	
/*  CONTACT FORM  */
form p{
	width:auto;
	margin:0px;
	padding:5px 0px;
}
form input.readonly {
	width:40px;
	height:1.2em;
	border:none;}

input, textarea {
	padding: 5px;
	width:200px;
	font-family: Helvetica, sans-serif;
	font-size: 1.2em;
	margin: 0px 0px 8px 0px;
	border: 2px solid #ccc;
}

textarea {
	height: 60px;
	overflow:hidden;
	}

textarea:focus, input:focus {
	border: 2px solid #ff9940;
}

input.submit-button {
	width: 100px;
	background-color:#ff9940;
}

label {
	float: left;
	margin-right: 25px;
	width: 105px;
	padding: 5px 0px;
	font-size: 1.4em;
}

