body, html {
	margin:0px;
	padding:0px;
	height:100%;
}

body {
	background-color:#FFFFFF;
}

#container {
	margin: 0 auto;
	padding-bottom:100px;
	width:709px;
	text-align: left;
	height:auto !important;
}
#top {
	position: relative;
	height:81px;
	width:709px;
}
#orange {
	position: relative;
	width:709px;
	height:26px;
	display: block;
	background-image: url(../images/orange.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #FFFFFF;
}
#blue {
	position: relative;
	width:709px;
	height:26px;
	display: block;
	background-image: url(../images/blue.jpg);
	background-repeat:repeat-x;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
}
#bottom {
	position: relative;
	height:156px;
	width:709px;
	background-image: url(../images/bottom.jpg);
}
form {
    float:right;
    padding-top: 93px;
    margin-right:85px;
}
input {
	color: #d17532; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	border: 1px solid #ebebeb
}
.confirm {
 	border: 0px;
 	background: none;
 	margin:0 2px -5px 0 !important;
}
