﻿body {
	background: #3b3b3b url(assets/back-tile.png) repeat-X;
	color: #fff;
	cursor: default;
	text-align: center;
	font-family: Arial, Tahoma, Verdana; 
	padding-bottom: 0px;
}
.m {
	background: #fff;
	margin-left: 6px;
	margin-right: 6px; 
}
a {
	cursor: hand; text-decoration: none;
}
.c {
	margin: auto;
	text-align: left;
}
.n {
	position: absolute;
	height: 100%; width: 100%;
	left: 0px; top: 0px;
	min-height: 800px;
	min-width: 1025px;
	background-image: url(assets/noise.png);
}
.tr {
	text-align: right;
}
.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.ib {
	display: inline-block;
}
.small {
	font-size: smaller;
}
.close {
	background-attachment:fixed;
	position: relative;
	cursor: pointer;
	width: 38px;
	height: 38px;
}

/* Main shadow */
.l, .r {
	position: relative; padding: 0px 0px 0px 0px;
	width: 6px;
}
.r {
	z-index: 1;
}
.l, .fl {
	float: left;
}
.r, .fr {
	float: right;
}
.lt, .rt, .lb, .rb  {
	position: relative; height: 15px; width: 15px; z-index: 100;
}
.lt {
	background: transparent url(assets/sdw-sprite.png) no-repeat 0 -40px;
	left: 0px; top: 0px;
}
.rt {
	background: transparent url(assets/sdw-sprite.png) no-repeat 0 -60px;
	left: -9px; top: 0px;
}
.lb {
	background: transparent url(assets/sdw-sprite.png) no-repeat 0 0;
	left: -0px; top: 0px;
}
.rb {
	background: transparent url(assets/sdw-sprite.png) no-repeat 0 -20px;
	left: -9px; top: 0px;
}
.mt, .mb {	
	position: relative; height: 6px; 
	margin: 0px 15px 0px 15px;
}
.mt {
	background: url(assets/sdw-t.png) repeat-X;
}
.mb {
	background: url(assets/sdw-b.png) repeat-X;
}
.lm, .rm {
	position: relative; top: 0px;
	width: 6px;
}
.lm {
	background: transparent url(assets/sdw-l.png) repeat-Y;
}
.rm  {
	background: transparent url(assets/sdw-r.png) repeat-Y;
}

