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: 575px;
	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;
}
#proxy_url {
	font-family: "Trebuchet MS", "sans-serif";
	font-size: 16px;
	color: #666666;
	width: 410px;
	padding: 4px;
	border: 1px solid #AAAAAA;
}
#proxy_options {
	color: #CCCCCC;
}
#proxy_button {
	font-family: "Lucida Sans Unicode";
	font-size: 12px;
	font-weight: bold;
	padding: 4px;
	cursor: pointer;
	background: #404040;
	color: #999;
}
input, button {
	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;
}
#footer {
	text-align: center;
	padding: 10px 0px;
}
#tooltip {
	width:20em;
	color: #fff;
	background: #555;
	font-size: 10px;
	font-weight: light;
	padding: 5px;
	border: 3px solid #333;
	text-align: left;
}
#error {
	border: 1px solid red;
	border-left: 5px solid red;
	padding: 2px;
	margin: 5px 0 15px 0;
	color: #000;
	background: #eee;
}
#options {
	list-style-type: none;
	width: 475px;
	margin-left: 40px;
	padding: 0;
}
#options li {
	float: left;
	width: 200px;
	border-left: 2px solid #ccc;
}
/* 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_iradio.png) no-repeat right top;
}
