body, div, h1, h2, h3, h4, p, ul, ol, li, dl, dt, dd, img, form, fieldset, blockquote {
    margin: 0px;
    padding: 0px;
    border: 0px;
    list-style-type: none;
}
body {
    background: #ffffff;
    font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    font-size: 12px;
}

.clear:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
#top-container {
	display: block;
	width: 860px;
	margin: 10px 0 0 0;
	height: 290px;
	float: left;	
	
}
#bottom-container {
	display: block;
	width: 860px;
	margin: 10px 0 0 0;
	float: left;
}

#container {
	border-width: 1px;
	border-color: #3f86c7;
	border-style: solid;
	width: 230px;
    height:100%;
	margin: 0 10px 0 0px;
	float: left;
}
#container-d {
	display: block;
	width: 230px;
    height:195px;
}
#container-w {
	display: block;
	width: 230px;
    height:155px;
}
#container-v {
	display: block;
	width: 230px;
    height:195px;
}
#container-logo {
	display: block;
	width: 230px;
    height:260px;
	background-image: url(../images/PPP-Calculator.png);
	margin: 0 15px;
	float: left;
}
#title {
	top: 0;
	position: relative;
	background-color: #3f86c7;
	height: 40px;
	width: 230px;
}
span.title-text {
	display: block;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 17px;
	font-weight: 500;
	color: #ffffff;
	width: 240px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
}

.form-clear {
	display: block;
	margin: 6px auto;
	width: 230px;
	height: auto;
	text-align: center;	
}
.form-calculate {
	display: block;
	margin: 12px auto;
	width: 230px;
	text-align: center;
}
.presure-entry{
	display: block;
	width: 230px;
	text-align: center;	
}
span.sub-title-text {
	display: block;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #232323;
	width: 230px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
}
span.sub-title-l-text {
	display: block;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #232323;
	width: 115px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	float: left;
}

.length-entry-l{
	display: block;
	width: 115px;
	height: auto;
	text-align: center;	
	float: left;
}
span.sub-title-r-text {
	display: block;
	font-family:"Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
	font-size: 15px;
	font-weight: 500;
	color: #232323;
	width: 115px;
	text-align: center;
	vertical-align: middle;
	padding-top: 6px;
	float: right;
}

.length-entry-r{
	display: block;
	width: 115px;
	height: auto;
	text-align: center;	
	float: right;
}
	