@charset "ISO-8859-1";



input.field,textarea.field {
	font-family: Arial, Verdana, Tahoma, Geneva;
	font-size: 27px;
	color:#000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 7px;
	padding-left: 5px;
	padding-top:0px;
	padding-bottom:0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d1d1d1;
	border-right-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	border-left-color: #d1d1d1;
	vertical-align: middle;
	z-index:0;
	
}


#emailcrew input {
	font-family: Arial, Verdana, Tahoma, Geneva;
	font-size: 27px;
	color:#000000;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-left: 5px;
	padding-top:0px;
	padding-bottom:10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #d1d1d1;
	border-right-color: #d1d1d1;
	border-bottom-color: #d1d1d1;
	border-left-color: #d1d1d1;
	vertical-align: middle;
	z-index:0;
	
}

textarea {
	height:12px;
	overflow: hidden;
}
textarea:focus {
	height:300px;
}

input:hover,textarea:hover {
	
}
input:focus {
	background-color:#e8e8e8;
}






/*////////////////////////CUSTOM BUTTONS/////////////////////////*/

#send {
	background-image:url(../images/send_up.jpg);
	width:414px;
	height:80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center;
}
#send:hover {
	background-image:url(../images/send_over.jpg);
	width:414px;
	height:80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center;
}
#subscribe {
	background-image:url(../images/subscribe_up.jpg);
	width:414px;
	height:80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center;
}
#subscribe:hover {
	background-image:url(../images/subscribe_over.jpg);
	width:414px;
	height:80px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-repeat: no-repeat;
	background-position: center;
}

.submitbtn {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #FFFFFF;
}
.required {
	color: #ff3600;
	font-size: 25px;
	font-style: normal;
	padding: 3px;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: none;
}

