@charset "UTF-8";
/* CSS Document */

a {
	text-decoration:none;
}

body {
	background-image: url(images/bg.gif);
	background-repeat: no-repeat;
	background-color:#0892c9;
	background-position: top;
	font-family: 'Open Sans', sans-serif;
}

#navigation {
	width: 1010px;
	height:auto;
	margin: 0 auto;
	margin-top: 25px;
	font-size:14px;
	color: #22273c;
	font-weight:600;
}

#container {
	width: 1010px;
	height:2000px;
	margin: 0 auto;
	background-image:url(images/container.png);
	background-repeat:no-repeat;
	margin-top: 20px;
	margin-bottom: 50px;
	padding-top: 300px;
}

#middle {
	width: 631px;
	height: 234px;
	background-image:url(images/middle.png);
	background-repeat:no-repeat;
	margin: 0 auto;
}


.form_container {
	width: 633px;
	height: 330px;
	background-image:url(images/form_container.png);
	background-repeat:no-repeat;
	margin: 0 auto;
	margin-top: 55px;
}

.input {
	height: 30px;
	width: 200px;
	border-color:#CCC;
}

#cities_container {
	width: 900px;
	margin: 0 auto;
	margin-top: 60px;
}