body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
}
#container {
	width: 560px;
	margin: 0px auto 0px auto;
	padding: 0px;
}

/* Check is for the actual form */

#check {
	border-top: 1px solid green;
	border-bottom: 1px solid green;
	margin: 15px 0px 15px 15px; 
	padding: 3px;
	text-align: center;
}
#check table {
	vertical-align: top;
	border: none;
	margin: 0px;
}
#check input.check_box {
	border: 1px solid gray;
	width: 257px;
	margin-right: 10px;
	margin-bottom: 2px;
	font-size: 0.9em;
	height: 21px;
}
#check input.check_buto {
	border: 1px solid gray;
	width: 57px;
	margin-bottom: 2px;
	font-size: 0.9em;
	height: 21px;
}
#check span.dirs {
	width: 100px;
	font-weight: bold;
}
#check td.engines {
	text-align: left;
	font-size: 0.8em;
}
#check label {
	width: 70px;
	display: inline;
}
#check label img {
	display: inline;
}
#check input.check_button {
	background:;
	border: 1px solid gray;
	margin-top: 1px;
}
#check td {
	vertical-align: top;
}


/* Linkpop is for the actual display of the results */ 

#linkpop {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 550px;
	background: #ECEDEE;
	border: none;
	text-align: left;
}
#linkpop .execution {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin-left: 190px;
}
#linkpop td, #linkpop th {
	padding: 3px;
}
#linkpop th {
	background: #C1C9CA;
	color: #000000;
}
#linkpop thead th {
	text-align: left;
	color: #FFFFFF;
	background: #4E5A5C;
}
#linkpop tbody td.result {
	text-align: right;
}
#linkpop tbody td {
	padding-left: 5px;
}
#linkpop tbody th {
	text-align: left;
}

			
