
@media screen {
	div#domain-checker {
		background: white url(/resources/themes/pdl/images/domain_check_bg.jpg) top center no-repeat;
		margin: 5px auto;
		padding: 0px;
		width: 440px;
	}
	
	div.domain-checker {
		height: 46px;
		left: 0px;
		position: relative;
		top: 0px;
	}
	
	form {
		padding: 10px 20px;
		text-align: center;
		white-space: nowrap;
	}
	
	form label, form input, form select {
		vertical-align: middle;
	}
	
	form label {
		color: black;
		font-size: 80%;
		font-weight: bold;
		text-transform: uppercase;
	}
	
	input#domain_fld {
		color: gray;
	}
	
	div#results {
		background: transparent url(/resources/themes/pdl/images/domain_check_base_bg.jpg) bottom center no-repeat;
		left: 0px;
		margin: 10px 0px 0px;
		padding: 0px 10px 15px;
		position: absolute;
		top: 29px;
		width: 420px;
	}
	
	div#static-results {
		margin: 10px auto 20px;
		padding: 0px 10px 15px;
		width: 380px;
	}
	
	div#results p#loading-msg {
		color: rgb(253, 86, 0);
		font-size: 90%;
		font-weight: bold;
		left: 0px;
		margin: 0px;
		padding: 10px;
		position: relative;
		text-align: center;
		top: -4px;
	}
	
	div#results p#loading-msg img {
		left: 0px;
		margin-left: 5px;
		position: relative;
		top: 4px;
	}
	
	div#results p#permalink-msg {
		font-size: 80%;
		text-align: center;
	}
	
	div#results p#permalink-msg a {
		color: black;
		text-decoration: none;
	}
	
	div#results p#permalink-msg a:hover {
		text-decoration: underline;
	}
	
	ul#results-list {
		border-bottom: 1px dotted lightgrey;
		list-style: none;
		margin: 0px 0px 5px;
		padding: 5px 0px;
	}
	
	ul#results-list li {
		border-top: 1px dotted lightgrey;
		font-size: 90%;
		padding: 4px 8px 2px;
		text-align: left;
	}
	
	ul#results-list li.av-yes {
		background: transparent url(/resources/themes/pdl/images/tick.gif) center right no-repeat;
		color: rgb(116, 221, 2);
	}
	
	ul#results-list li.av-no {
		background: transparent url(/resources/themes/pdl/images/cross.gif) center right no-repeat;
		color: rgb(253, 18, 0);
	}
	
	ul#results-list li.av-no a {
		color: rgb(253, 18, 0);
		text-decoration: none;
	}
	
	ul#results-list li.av-no a:hover {
		text-decoration: underline;
	}
	
	ul#results-list li.av-no small {
		color: black;
		font-size: 70%;
		text-transform: uppercase;
	}
	
	ul#results-list li.av-no small a {
		color: black;
		text-decoration: none;
	}
	
	ul#results-list li.av-no small a:hover {
		text-decoration: underline;
	}
	
	div#canvas {
		background: white;
		border: 1px solid rgb(253, 86, 0);
		border-width: 0px 1px;
		margin: 0px;
		-khtml-opacity: 0.95;
		-moz-opacity: 0.95;
		filter: alpha(opacity=95);
		opacity: 0.95;
		padding: 10px 0px 0px;
		width: 418px;
	}
	
	div#results p#whois-info {
		font-size: 70%;
		height: 250px;
		margin: 0px;
		overflow: scroll;
		padding: 0px 1%;
		text-align: left;
		width: 98%;
	}
	
	div#results p#whois-info b {
		color: rgb(253, 86, 0);
		display: block;
		margin-bottom: 10px;
		text-align: center;
	}
	
	div#results div#controls {
		margin: -8px 0px 0px;
		padding: 0px;
		text-align: right;
	}
	
	div#results div#controls button {
		background: rgb(253, 136, 0);
		border: 2px solid rgb(253, 86, 0);
		font-size: 9px;
		left: -5px;
		margin: 0px;
		position: relative;
		text-transform: uppercase;
		top: 8px;
	}
}


