/**
 *	Copyright 2008 www.wemakeapplejuice.be - contact@wemakeapplejuice.be
 */
* {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 14px;
}
h1 {
	margin-top: -5px;
}
h2 {
	margin-top: -10px;
}
h3 {
	margin-top: -10px;
	font-size: 12px;
	width: 730px;
	text-align: center;
}
html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
}

#privacy {margin-left: 35px;
          margin-right: 35px;

}

body {
	background-color: #4D4D4D;
}

#horizon {
	position: absolute;
	width: 100%;
	text-align: center; /* IE ...*/
	top: 50%;
}

#mainContainer {
	margin-left: auto;
	margin-right: auto;
	width: 430px;
	height: 190px;
	margin-top: -95px;
	background-image: url(styles/assets/main.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

form,fieldset {
	margin: 0px;
	padding: 0px;
	border: none;	
}

input {
	border: 1px solid #999;
	font-size: 18px;
	padding: 5px;
	color: #333;
	width: 280px;
}

div.logo {
	margin-top: 115px;
}

/**
 * CONTAINER
 */
#container {
	margin-left: auto;
	margin-right: auto;
	width: 807px;
	text-align: left; /* IE ... again */
}

/**
 *	HEADER
 */
#resultsHeader {
	width: 807px;
	height: 174px;
	overflow: hidden;
	background-image: url(assets/result_header2.png);
	background-repeat: no-repeat;	
	text-align: center;
}

#resultsContent {
	width: 100%;
	background-image: url(assets/result_fill2.png);
	background-repeat: repeat-y;
}

#resultsContent div.info {
      width: 807px;
      float: left;
      font-weight: bold;
      margin-top: -10px;
      text-align: center;
      font-size: 16px;

}

#resultsContent div.wat {
      width: 730px;
      text-align: center;
      font-size: 12px;

}


#resultsContent div.results {
	float: right;
	font-weight: bold;
        margin-top: px;
	margin-right: 30px;	
}

#resultsContent dl {
	clear: both;
	margin: 0px;
	margin-left: 110px;
}

#resultsContent img {
	border: 0px;
	vertical-align: middle;
}

#resultsContent dd, dt {
	float: left;
	margin-bottom: 6px;
}

#resultsContent dt {
	width: 100px;
}
#resultsContent div.text {
        margin-left: 110px;    
	margin-top: 20px;
	width: 807px;
}


#resultsContent div.number {
	float: left;
	margin-top: 8px;
	width: 30px;
	margin-right: 15px;
}



#resultsContent img.ok {
	float: left;
	margin-top: 8px;
	width: 14px;
}

#resultsContent div.graph {
	float: left;
	margin-top: 12px;
	background-color: #333;
	height: 6px;
	overflow: hidden;
	border: 0px solid #333;
}

div.clearer {
	clear: both;
	height: 0px;
	overflow: hidden;
}

#resultsBottom {
	width: 100%;
	height: 20px;
	background-image: url(assets/result_bottom2.png);
	background-repeat: no-repeat;
}

/**
 *	FOOTER
 **/
#footer {
	width: 100%;
	text-align: center;
	color: #666;
	font-size: 14px;
}

#footer a {
	text-decoration: none;
	color: #666;
	font-size: 15px;
}
