* html span.corners-top, * html span.corners-bottom { background-image: url("http://warezme.org/images/corners_left.gif"); }
* html span.corners-top span, * html span.corners-bottom span { background-image: url("http://warezme.org/images/corners_right.gif"); }

span.corners-top, span.corners-bottom, span.corners-top span, span.corners-bottom span {
	font-size: 1px;
	line-height: 1px;
	display: block;
	height: 5px;
	background-repeat: no-repeat;
}

span.corners-top {
	background-image: url("http://warezme.org/images/corners_left.png");
	background-position: 0 0;
	/*margin: 0 -10px 5px -10px;*/
	margin: 0 -5px;
}

span.corners-top span {
	background-image: url("http://warezme.org/images/corners_right.png");
	background-position: 100% 0;
}

span.corners-bottom {
	background-image: url("http://warezme.org/images/corners_left.png");
	background-position: 0 100%;
	/*margin: 5px -10px 0 -10px;*/
	margin: 0 -5px;
	clear: both;
}

span.corners-bottom span {
	background-image: url("http://warezme.org/images/corners_right.png");
	background-position: 100% 100%;
}

p {
	margin: 0;
	padding: 0;
}

.wadio{
		position: absolute;
		border: 1px solid #98aab1;
		padding: 2px;
		font-family: Verdana, Arial;
		font-size: 10px;
		color:#000000;
		background-color: #f7f8fc;
		right: 9px;
		top: 9px;
		filter:alpha(opacity=40);
		-moz-opacity: .4;
		opacity: .4
		cursor: default;
		vertical-align: middle;
		z-index: 2;
}

.wadio img {
		vertical-align: text-top;
		filter:alpha(opacity=40);
		-moz-opacity: .4;
		opacity: 0.4;
}
#loading {
		font-size: 12px;
		right: 1px;
		background: #0070ea;
		border:1px solid #0052ac;
		color: white;
		font-family: arial,sans-serif;
		position: absolute;
		top: 1px;
		z-index: 3;
}

#header-error {
		position:absolute;
		font-family:verdana,arial;
		background:#b21b1b;
		border:1px solid #610e0e;
		color:white;
		font-size:10px;
		padding:2px;
		top:2px;
		left:2px;
		filter:alpha(opacity=80);
		-moz-opacity: 0.8;
		opacity: 0.8;
		z-index: 3;
}	
		
#theToolTip{
	position: absolute;
	left: -300px;
	width: 250px;
	border: 2px solid #98AAB1;
	padding: 6px 0px 6px 10px;
	background-color: #D7E2EF;
	visibility: hidden;
	z-index: 100;
}

#ToolTipPointer{
	position:absolute;
	left: -300px;
	z-index: 101;
	visibility: hidden;
}

#theToolTip p{
	font-size: 1.1em;
	color: #333333;
	margin-right:10px;
	margin-top:0;
}

#ToolTipTextWrap {
	font-weight:bold;
	font-size: 1.2em;
	color: #592C16;
	margin-right:10px;
}

.curvyNav{
margin: 5px 0 5px 0;
padding: 0pt 5px 0 5px;
background: #e1e9f2
}