
* {
	margin: 0;
	padding: 0;
}

body {
	background: #eae4ca url(/globals/retreat/bgBody.jpg) repeat-x center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	min-width: 800px;
	width: 100%;
}

a {
	color: #640b0b;
}

#mastHead {
	width: 714px;
	height: 123px;
	background-image: url(/globals/retreat/mastHead.png);
	text-indent: -100000px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 310px;
}

#vinLeft {
	width: 536px;
	height: 372px;
	background: url(/globals/retreat/vinLeft.png) no-repeat;
	position: absolute;
	top: 0;
	right: 0;
}

#vinRight {
	width: 536px;
	height: 372px;
	background: url(/globals/retreat/vinRight.png) no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

#lockDownForm {
	width: 630px;
	margin: 28px auto 20px;
}

#lockDownForm p {
	margin-bottom: 12px;
}

input[type="text"] {
	border-style: none;
	font: 20px/29px Georgia, "Times New Roman", Times, serif;
	background-image: url(/globals/retreat/bgInput.jpg);
	height: 34px;
	width: 294px;
	color: #666;
	padding-left: 6px;
}

input.changed {
	color: #191919;
}

input.error {
	color: #cb1619;
}

select {
	width: 150px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	border: 2px solid #999;
}

select.error {
	border: 2px solid #cb1619;
}

#name {
	background-position: -70px -20px;
	margin-right: 8px;
}

#email {
	
}

#street {
	margin-right: 8px;
	background-position: 20px;
}

#city {
	
}

#zip {
	margin-right: 8px;
	background-position: 0 -70px;
}

#cell {
	
}

#leader {
	
}

#church {
	
}

#roommate {
	
}

hr {
	border: 1px dashed #b2a079;
	margin-top: 12px;
	margin-bottom: 16px;
}

#submit {
	font: 16px Georgia, "Times New Roman", Times, serif;
	width: auto;
}

#googleForm {
	width: 400px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 22px;
}

#googleForm span {
	text-align: left;
	display: block;
	margin-bottom: 12px;
}

#googleForm select {
	width: 260px;
}