* {
	font-family: sans-serif;
}

body {
	font-size: 12px;
	text-align: center;
	background-color: #466085;
}

a {
	color: #FFF;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

p {
	font-size: 12px;
	margin: 0;
	display: block;
	color: #FFF;
}

#container {
	margin: 0px auto;
	width: 600px;
	border-left: 1px solid #FFF;
	border-right: 1px solid #FFF;
	background-image: url(images/bg-tile.jpg);
	background-repeat: repeat-y;
	background-position: 0px 144px;
}

#content {
	text-align: left;
	position: relative;
	margin: 0 auto;
}

#demo {
	/*background: url(../images/demo.png) repeat-y top left;*/
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	/*height: 100%;*/
	width: 100%;
	font-weight: bold;
}

#returning {
	margin: 5px 0;
}



/* FORM */
.field-name {
	display: inline;
	width: 105px;
	padding: 2px 0;
}

.input {
	padding: 1px;
}

.longinput {
	width: 205px;
}

.state {
	width: 4em;
}

.phone-a {
	width: 3em;
}

.phone-b {
	width: 4em;
}

#entry-form {
	width: 310px;
	line-height: 1.1em;
	padding-bottom: 10px;
	margin: 0 auto;
}

/* one block of the form*/
.form-section table{
	border-collapse: separate;
	border-spacing: 4px;
	margin-top: 18px;
	width: 310px;
}

/* one item on the form (name and input) */
.form-chunk {
	margin-top: 12px;
}

.form-chunk p {
	margin-bottom: 12px;
}

#form-submit-btn {
	margin-left: -2px;
	display: block;
}

.error, #error-box ul {
	color: #FFCCCC;
}

#error-box {
	border: #000 2px dashed;
	margin: 5px;
	padding: 5px;
}

#bottom-nav {
	margin: 0 20px 4px;
}


/* THANK YOU PAGE */

#thanks {
	text-align: center;
}

#thank_you {
	margin: 180px auto 250px;
}



/* EXTRANEOUS */

.clause {
	font-size: 11px;
}

.highlight {
	color: #FFFF00;
}

.headline {
	font-size: 15px;
	font-weight: bold;
	line-height: 1.1em;
	margin-bottom: 2px;
	margin-top: 16px;
}