.border {
	/* general */
	border: 1px solid;
	padding: 5px;
	
	/* curved corners */
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px; /* standard version at last */
	
	/* drop shadows. */
	-moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2);
	box-shadow: 0px 0px 5px rgba(0,0,0,0.45), 0px 1px 2px rgba(0,0,0,0.2); /* standard version at last */
}
.border.carbon_gloss {
	/* general */
	border-color: #000;
	/* background color (for non css3 browsers) and gradient */
	background-color: #2d2d2d;
	background: -moz-linear-gradient(top,
		#585858,
		#4d4d4d 49.9%,
		#2c2c2c 50%,
		#000
		
	);
	background: -webkit-gradient(linear, left top, left bottom,
		from(#585858),
		color-stop(0.49, #4d4d4d),
		color-stop(0.5, #2c2c2c),
		to(#000)
	);
	
	/* linear gradient for IE 5.5+ */
	filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr='#404040', EndColorStr='#000000');
	position: relative;
	left: 0px;
	top: 100px;
	float: left;
	width: 81.8%
	display: none
}
.copy {
	font-family: tahoma;
	font-size: 10px;
	font-weight: bold;
	color: #FFF;
}
.support {
	width: 48px;
	font-family: tahoma;
	font-size: 14px;
	left: 0%;
	position: fixed;
	_position: absolute;
	z-index: 1;
}
.trigger {
	top: 100px;
	position: relative;
	float: right;
	display: none
}
.trigger2 {
	top: 100px;
	position: relative;
	left: 0px;
}
.admin {
	font-family: tahoma;
	font-size: 12px;
	color: #000;
	font-weight: bold;
}
.mmod {
	font-family: tahoma;
	font-size: 12px;
	color: #F00;
	font-weight: bold;
}
.mod {
	font-family: tahoma;
	font-size: 12px;
	color: #FF6600;
	font-weight: bold;
}
.st {
	font-family: tahoma;
	font-size: 12px;
	color: #006600;
	font-weight: bold;
}
.tst {
	font-family: tahoma;
	font-size: 12px;
	color: #00BF80;
	font-weight: bold;
}
.tfnt {
	font-family: tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #FFF;
}

