 /* 
Title:		Bluezberry Jam
Author: 	R Landry - Pemaquid Communications
Date: 		2/20/08
Comments:	These styles for various forms
*/
 

.honey {display:none;}

.hide {
	display:none;
	}

/* form styles
---------------------------------------------------------- */	
.formz {
	position:relative;
	margin:0;
	background: #0C153C;
	}
.formz fieldset{
	border:none;
	}
.formz legend {
	text-indent:-9999px;
	}	
.formz label {
	text-transform:uppercase;
	font-size:80%;
	display:block;
	color:#ffffef;
	}
.formz input, .formz textarea {
	margin-bottom:8px;
	width:90%;
	}	

.formz input {
	height:20px;
	display:inline;
	}	
	
.formz .submit {
	width:53px !important;
	}	

.formz .contact {
	width:82px !important;
	}

.formz .submit {
	/*
position:absolute;
	bottom:0;
	left:170px;
*/
	
	}
	
#enewz {
	background:transparent;
	}		

