body {
	font-family: 'Arimo', sans-serif;
	font-size: 20px;
	font-weight:normal;
	width:100%;
	margin:0;
}
img {
	width:100%;
}
h1 {
	margin:0;
	padding:0;
}
.welcome {
	font-size: 40px;
	color: white;
	font-weight:bold;
	padding:0;
}
.welcomeh1 {
	font-size: 20px;
	color: white;
	font-weight:normal;
	margin:10;
	padding:0;
}
.content{
	position: fixed;
	left: 20%;
	top:40%;
}
.logo{
	position: fixed;
	left: 10px;
	top:10px;
}
img.logo {
    width: 200px;
    height: 80px;
	border-radius: 5px;
    background: url(images/sprite.png)-180px -0px;;
}
.location{
	position: fixed;
	left: 225px;
	top:10px;
}
img.location {
    width: 80px;
    height: 80px;
    background: url(images/sprite.png)-90px -0px;;
}
.comments{
	position: fixed;
	left: 318px;
	top:10px;
}
img.comments {
    width: 80px;
    height: 80px;
    background: url(images/sprite.png);
}
.dateContainer {
	width:560px;
	font-size: 20px;
	background-color: #dddddd;
	opacity:0.75;
	padding:15px;
	border-radius: 10px;
	box-shadow: 5px 5px 5px black;
	margin-top: 5px;
}

input, textarea, select, button {
	font-family: 'Arimo', sans-serif;
	font-size: 20px;
	font-weight:normal;
	background:solid;
	background-color: white;
	opacity: 1.0;
	border-radius: 5px;
	padding: 2px;
}
input, textarea, button {
	width:150px;
}
.myButton {
	background: url(images/button.gif);
	background:    -moz-linear-gradient(#eee, url(images/button.gif));
	background:    -o-linear-gradient(#eee, url(images/button.gif));
	background:    -webkit-linear-gradient(#eee, url(images/button.gif));
	background:    linear-gradient(#eee, url(images/button.gif));
	border:        1px solid #666;
	border-radius: 5px;
	display:inline-block;
	cursor:pointer;
	padding: 8px;
	position: relative;
	left: 42%;
	top:52%;
	margin-top:10px;
	-moz-border-radius:13px;
	-webkit-border-radius:13px;
	border-radius:13px;
	box-shadow: 5px 5px 5px black;
}
.car img {
	width:30%;
}
.cost {
	position: relative;
	top:-100px;
	width:300px;
	padding: 10px;
}
.ui-block-b{
	padding: 10px;
}