@charset "utf-8";
/* CSS Document */

form {
	line-height: 35px;
	font-family: 'CompassRegular';
    font-size: 18px;
}


.formCell {
	float: left;
	width: calc(100% - 40px);
	height: 82px;
	margin: 2px 20px;
}

.formBoth {
	float: left;
	width: calc(100% - 40px);
	margin: 2px 20px;
}

.formSubmit {
	float: left;
  	width: 100%;
}

.formSubmitCell {
	position: relative;
	width: 120px;
	left: 50%;
	transform: translateX(-50%);
	margin-top: 20px;
	font-family: 'MarcellusSC';
	font-size: 22px;
	cursor: pointer;
	background-image: url("../pics/arrowSubmit.gif");
	background-repeat: no-repeat;
	background-position: right center;
}


.form0 {
	width: 100%;
	height: 40px;
	padding-left: 7px;
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
}

.formtextfield {
	width: 100%;
	height: 115px;
	padding-left: 7px;
	border: 1px solid #FFF;
	background-color: transparent;
	color: #FFF;
}

	
#submit {
	float: left;
	background: url(../pics/submit.gif) no-repeat;
	cursor: pointer;
	border: 0px;
	margin: 40px 20px 0 0;
	width: 123px;
	height: 37px;
	text-indent: -9999em; 
}



/* 14.1 - >= 710px */
@media screen and (min-width: 44.25em) {

  .formCell {
      width: calc(50% - 40px);
  }


}


/* 14.5 - >= 1200px */
@media screen and (min-width: 75em) {



	
}
