body {
	background-image: url(/images/main.gif);
	background-repeat: repeat-x;
	background-color: #000000;
	font-family: "Lucida Sans Unicode", "Tahoma", "sans-serif";
	font-size: 12px;
	color: #CCCCCC;
	padding: 0px;
	margin: 0px;
}
#wrapper {
	text-align:justify;
	width: 615px;
	margin: auto;
}
a {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}
a:link {
	color: #CCC;
}
a:visited {
	color: #CCC;
}
a:active {
	color: #CCC;
	text-decoration: underline;
}
a:hover {
	text-decoration: underline;
}
#search_button {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	cursor: pointer;
}
#results {
	border: 1px solid #666;
	background: #404040;
	color: #999;
	font-family: "Lucida Sans Unicode", "Tahoma", "sans-serif";
	font-size: 10px;
}
input, button, textarea {
	border: 1px solid #666;
}
.FormSubmit {
	background: #404040;
	color: #999;
}
fieldset {
	border: 0;
	color: #999;
	font: bold 11px Verdana, arial, helvetica, sans-serif;
	padding: 8px 0;
}
label {
	display: block;
	font-weight: normal;
	margin-bottom: 8px;
	cursor: help;
}
textarea {
	display: block;
	background: #bbb;
	height: 70px;
	margin-bottom: 6px;
	overflow: auto;
	width: 275px;
}
#footer {
	text-align: center;
	padding: 10px 0px;
}
/* Peeling efect*/
img {
	behavior: url(iepngfix.htc)
}
#pageflip {
	position: relative;
	right: 0;
	top: 0;
	float: right;
}
#pageflip img {
	width: 50px;
	height: 52px;
	z-index: 99;
	position: absolute;
	right: 0;
	top: 0;
	-ms-interpolation-mode: bicubic;
}
#pageflip .msg_block {
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	background: url(http://www.cnetmedia.net/images/banners/peeloff_domains.png) no-repeat right top;
}
