body {
	font-family: "Trebuchet MS", Verdana, sans-serif;
	color: white;
	background: #7bc7fb url(images/bg-bar.jpg) repeat-x center top;
	margin: 0;
}
h1 {
	margin: 0;	
	}
h2 {
	margin: 5px;
	color: #0069B0;	
	size: 14px;
}
a {
	text-decoration: none;
	color: white;	
}
a:hover {
	text-decoration: underline;
}
.hidden {
	display: none;	
}
.small {
	font-size: 0.8em;	
}
#cloud {
	position: relative;
	width: 180px;	
	z-index: 11;
	overflow: hidden;	
}
#sky {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;	
	z-index: 10;
}
#tree {
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;	
	background: url(images/tree.png) no-repeat fixed bottom right;
	z-index: 100;
}
#content {
	margin: 0 auto;
	padding: 10% 0;
	text-align: center;
	vertical-align: middle;
	z-index: 110;
}
#logo {
	display: block;
	margin: 15px auto 20px auto;
}
.whitebox {
	position: absolute;
	top: 120px;
	left: 30%;
	padding: 10px;
	text-align: left;
	background: url(images/white-box-60p.png) repeat;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #999;
	font-size: 14px;
}
.whitebox a {
	color: #444;
}
#offerlist {
	list-style-type: none;	
}
#offerlist img {
	border: 0;	
	vertical-align: middle;	
}

.iform table {
	border: 1px solid red;
}
.iform td {
	vertical-align: top;	
}
.iform th {
	font-weight: normal;	
	text-align: right;
	vertical-align: top;
}
.iform th[colspan="2"] {
    color: #555;
    text-align: left;
    
}
.iform input {
    color: #555;
	width: 300px;
}
.iform input[type="text"] {
	border: 1px solid #999;
	padding: 1px;
}
.iform textarea {
	border: 1px solid #999;
	padding: 1px;
	width: 300px;
	height: 100px;
}
#sendform {
	padding-right: 280px;	
}
#upload {
	position: absolute;
	top: 10px;
	right: 10px;
	bottom: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: white;
	width: 260px;
	background: #139BDE;
}
