/* Green Festival Getaway Styles */

h1 {
	font-size: 2em;
	margin: 0.2em auto 0.4em auto; }
h2 { 
	font-size: 1.6em;
	margin: 0.2em auto 0.4em auto; }
h3 {
	font-size: 1.4em;
	margin: 0.2em auto 0.4em auto; }
h4 {
	font-size: 1.2em;
	margin: 0.2em auto 0.4em auto; }
h5 {
	font-size: 1em;
	margin: 0.2em auto 0.4em auto; }

.brightgreen {
	color: #34AE0E;
}
.brightblue {
	color: #167BCD;
}
.gray {
	color: #343434;
}
.larger1 {
	font-size: 110%;
}
.smaller1 {
	font-size: 90%;
}


/* what you win */
#whatyouwin {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#whatyouwin li {
	margin: 2px 0 3px 0px;
	padding: 0 0 0 60px;
	list-style-type: none;
}
#whatyouwin li#tickets {
	background-image: url(../images/greengetaway/ticket55x55.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
#whatyouwin li#airfare {
	background-image: url(../images/greengetaway/airfare55x55.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
#whatyouwin li#hotel {
	background-image: url(../images/greengetaway/hotel55x55.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
#whatyouwin li#dinner {
	background-image: url(../images/greengetaway/dinner55x55.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
#whatyouwin li#transit {
	background-image: url(../images/greengetaway/bus55x55.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
#whatyouwin li#carepackage {
	background-image: url(../images/greengetaway/carepackage55x55.jpg);
	background-position: left;
	background-repeat:no-repeat;
}
#whatyouwin li#backstage {
	background-image: url(../images/greengetaway/backstage55x55.jpg);
	background-position: left;
	background-repeat:no-repeat;
}

/* big blue box for enter info */
div.info1 {
	margin-top: 16px;
	background-color: #D2E7F7;
}
div.info1 h2 {
	background-color: #167BCD;
	color: white;
	size: 0.6em;
	padding: 2px 8px 2px 8px;
}
div.info1 div.container1 {
	padding: 0 6px 6px 6px;
	font-size: 1.1em;
}
/* green box */
div.info2 {
	margin-top: 16px;
	background-color: #DFFFD5;
}
div.info2 h2 {
	background-color: #34AE0E;
	color: white;
	size: 0.6em;
	padding: 2px 8px 2px 8px;
}
div.info2 div.container1 {
	padding: 0 6px 6px 6px;
	font-size: 1.1em;
}
div.info3 {
}
div.info3 h4 {
	color: #167BCD;
	border-bottom: 2px solid #167BCD;
}

/* form styles */
#greensurvey .surveytext {
	font-size: 0.8em;
	margin: 3px;
	width: 200px;
}
#greensurvey input.gpocomments {
	font-size: 0.8em;
	width: 400px;
}
#greensurvey label {
	display: block;
	width: 100px;
	float: left;
	text-align: right;
	padding-right: 10px;
}
#greensurvey label.questions {
	width: 200px;
	margin-left:100px;
	font-size: 1em;
}

#greensurvey input.zip {
	font-size: 0.8em;
	margin: 3px;
	width: 75px;
}

#greensurvey .optional {
	display:none;
}
.tellfriendtext {
	width: 170px;
}
.tellfriendtextlong {
	width: 170px;
	height:100px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
}
.tellfriendlabel {
	color:#222222;
	font-weight:bold;
}

#greensurvey .inputLeft {
/*	display: block; */
	width: 180px;
	float: left;	
	padding-right: 10px;
}

