body{
	background-color: #9cdcf9;
	background-image: url(../images/body_background.jpg);
	background-repeat: repeat-y;
	background-position: center;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #361c0d;
}

#container{
	position: relative;
	margin: 0 auto;
	width: 888px;
}

#temp_overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
	background-color: black;
	width: 888px;
	height: 100%;
}

#temp_container{
	position: absolute;
	z-index: 2000;
	width: 888px;
	height: 100%;
}

#closeContainer{
	position: absolute;
	top: 5px;
	right: 5px;
}

#close{
	cursor: pointer;
}

#delayed{
	position: absolute;
	top: 200px;
	left: 251px;
}

#top_container{
	position: relative;
	z-index: 1;
	width: 888px;
	height: 425px;
	background-image: url(../images/cheyenne_top.jpg);
	background-color: white;
}

#bottom_container{
	position: relative;
	z-index: 1;
	margin: 0;
	position: relative;
	width: 888px;
	padding-bottom: 30px;
	background-image: url(../images/cheyenne_gras.jpg);
	background-repeat: repeat-y;
}

#form_container{
	position: relative;
	margin: 0 auto;
	width: 800px;
}

#form_container .form_top{
	width: 800px;
	height: 37px;
	background-image: url(../images/background_container_top.png);
}


#form_container .form_middle{
	padding-top: -10px;
	padding-left: 30px;
	padding-right: 20px;
	padding-bottom: 0px;
	font-size: 0.8em;
	width: 750px;
	background-image: url(../images/background_container_middle.png);
	background-repeat: repeat-y;
}

#form_container .form_middle input, #form_container .form_middle select, #form_container .form_middle textarea{
	border: 1px solid #ff0090;
	color: #361c0d;
}

#form_container .form_middle input, #form_container .form_middle select{
	width: 70%;
}

#form_container .form_middle input.large, #form_container .form_middle textarea{
	width: 79%;
}

#form_container .form_middle textarea{
	height: 100px;
}

#form_container .form_bottom{
	width: 800px;
	height: 40px;
	background-image: url(../images/background_container_bottom.png);
}

#form_container #submit_button{
	text-align: right;
}

#form_container #submit_button input{
	width: 25%;
	margin-right: 20%;
}

#form_container .form_middle h1{
	position: relative;
	display: inline;
	font-weight: normal;
	font-size: 1.6em;
	margin: 0;
	border-bottom: 3px dashed #ff0090;
}

#form_container .form_middle h2{
	position: relative;
	font-weight: normal;
	display: inline;
	font-size: 1.3em;
	border-bottom: 2px dashed #ff0090;
}

div.yellow_flower{
	position: absolute;
	background-image: url(../images/yellow_flower.png);
	background-repeat: no-repeat;
	width: 26px;
	height: 27px;
	right: -12px;
	bottom: -17px;
}

div.error_div{
	border: 1px solid red;
	color: red;
}

p.error{
	color: red;
}
