@charset "utf-8";
/* CSS Document */

/*********************************************/
/* PAGE LAYOUT STYLES - Header / Footer, etc */
/*********************************************/
body {
	background: #fff url("/images/background1.jpg") top center repeat-x;
	padding: 0px;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.ContentBar{
	width: 100%;
	margin: 0 auto;
	padding: 0;
	font-family: Verdana, "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	text-align: left;
	max-width: 650px;
}
.header {
	font-size: 1.25em;
	margin: 0;
	padding: 0.2em 0 0.5em 0;
	width: 100%;
	text-align: center;
	color: #fff;
}

.boxClear {
	clear: both;
	display: block;
}
input{
    width: 250px;
    height: 25px;
    font-size:18px;
    -webkit-border-radius: 5px;
}
input#submit{
    width: 80px;
    height: 30px;
}

hr {
	display: block;
	clear: both;
	background: #FFF;
	border-color: #FFF;
	border-bottom: 1px solid #6d745f;
}
img {
	border-color: #ce8e00;
}

h1 {
	font-size: 20px;
}
h2 {
	font-size: 16px;
}
h3 {
	font-size: 15px;
}
