body {
  background-color: #787878;
  font-family: "Segoe UI",Verdana,Arial,Helvetica,sans-serif;
}

.clear {
	clear: both;
}

#validation-container {
  width: 1000px;
  margin: 0 auto;
  margin-top: 2%;
}

#validation {
  float: left;
  width: 750px;
  height: 550px;
}

#validation iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

#sidebar {
  float: right;
  width: 250px;
  margin-top: 20px;
}

#sidebar .box {
	margin-bottom: 25px;
}

#sidebar .box h3 {
	font-size: 15px;
	color: #d8d8d8;
	border-bottom: 1px solid #d8d8d8;
}

#sidebar .box ul {
  list-style-image:none;
	list-style-position:outside;
	list-style-type: none;
	margin-left:0;
  padding-left:0;
}

#sidebar .box ul li {
  background: transparent url(../img/bullet.gif) no-repeat scroll 0 8px;
	line-height: 180%;
	padding-left: 12px;
	font-size: 11px;
}

#sidebar .box ul li a {
  color: #fff;
  text-decoration: none;
}

.validation-seal {
	text-align: center;
  margin-top: 20px;
}