body {
	font-family: Tahoma, serif;
	background: none repeat scroll 0 0 #C4EEE2;
	margin: 0; padding: 0;
}
h1{
	font-family: Georgia;
	color:#f9b41e;
	font-size:3em;
	line-height:1em;
	margin: 20px;
	font-weight: bold;
	vertical-align:top;
}
h2{
	font-family: Georgia;
	color:#fff;
	font-size:24px;
	font-weight: bold;
	margin: 5px;
}

#page-wrap{
	position:relative;
	width:970px;
	//height: 650px;
	margin: 15px auto;
	padding: 5px;
	background: none repeat scroll 0 0 #C4EEE2;
        border: 1px solid #999999;
	border-radius: 10px 10px 10px 10px;
}

.functions {
	clear: both;
	margin: 20px 10px;
	padding: 5px 10px 10px 10px;
	border: 2px solid #054C37;
	background-color: #F6F5F5;
}
.functions input {
	margin: 3px 10px;
	padding: 0 10px;
	font-family:"Arial";
	font-size: 15px;
}
.functions span {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 2em;
}

#load-div{
	width:925px;
	height:38px;
        border: 1px solid #999999;
	border-radius: 3px 3px 3px 3px;
}
#load-div input {
	float: left;
	margin: 4px 10px;
	font-size: 16px;
}
#load-div span {
	float: left;
	margin-right: 30px;
}

#left-div {
	position: relative;
	//bottom: 1px;
	width: 30%;
	height: 450px;
	background: none;
	padding: 10px;
}
#left-div input{
	margin: 8px 8px;
	padding: 0px 17px;
	font-size: 15px;
}

#result {
	position: absolute;
	top:80px;
	//left: 330px;
	//bottom: 5px;
	right: 6px;
	width: 61%;
	height: 450px;
	background: none;
	padding: 10px;
}
#result p {
	font-family: Georgia;
	color: #fff;
	font-size: 1.2em;
	margin: 5px;
}
#result #picture1 {
	width:100%;
	height:100%;
}
#msg{
	height: 400px;
	//width: 300px;
}
#result #msg #picture {
	height: 100%;
	width: 100%;
}

.loadingl {
	position: absolute;
	top: 170px; left: 100px;
}
.loadingr {
	position: absolute;
	top: 170px; left: 300px;
}