/***************************
Form Layout
***************************/

.forms .sizing {
	clear: both;
	height: 20px;
	width: 100%;
	color: #000000;
}

.forms .fieldname {
	text-align: right;
	width: 100px;
	float: left;
	margin-right: 5px;
}

.forms .fieldnamewide {
	text-align: right;
	min-width: 150px;
	float: left;
	margin-right: 5px;
}

.forms .fieldnamefull {
	text-align: left;
	width: 100%;
	float: left;
	margin-bottom: 3px;
}

.forms .fieldinfo {
	text-align: right;
	width: 100px;
	float: left;
	color: #000000;
}

.forms input, .forms textarea {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	background-color: transparent;
	border: 1px solid #CCCCCC;
	float: left;
	margin: 0px;
}

.forms select {
	font: 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
}

/***************************
Midnight Mugs
***************************/

.mugs {
	clear: both;
	width: 100%;
}

.mugs .container {
	float: left;
	width: 114px;
	height: 140px;
	margin-right: 7px;
	margin-bottom: 4px;
	position: relative;
}

.mugs a:link, .mugs a:active, .mugs a:visited, .mugs a:focus {
	width: 114px;
	height: 114px;
	display: block;
}

.mugs a img {
	height: 100px;
	width: 100px;
	border-style: none;
	padding: 7px;
	background-image: url(../images/layout/v9_mugs_bg.png);
	background-position: center center;
}

.mugs .name {
	font: bold small-caps 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
}

/***************************
Midnight Bosses
***************************/

.bosskills {
	clear: both;
}

.bosskills .container { float: left; width: 154px; height: 160px; margin-right: 7px; margin-bottom: 4px; position: relative; }

.bosskills a:link, .bosskills a:active, .bosskills a:visited, .bosskills a:focus {
	height: 114px;
	width: 154px;
	display: block;
}

.bosskills a img {
	height: 100px;
	width: 140px;
	border-style: none;
	padding: 7px;
	background-image: url(../images/layout/v9_bosskill_bg.png);
	background-position: center center;
}

.bosskills .name {
	font: bold small-caps 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
}

/***************************
Midnight Downloads
***************************/

.wallpaper {
	clear: both;
	width: 100%;
}

.wallpaper .container {
	float: left;
	width: 154px;
	margin-right: 7px;
	margin-bottom: 4px;
	position: relative;
}

.wallpaper a:link, .wallpaper a:active, .wallpaper a:visited, .wallpaper a:focus {
	height: 114px;
	width: 154px;
	display: block;
}

.wallpaper a img {
	height: 100px;
	width: 140px;
	border-style: none;
	padding: 7px;
	background-image: url(../images/layout/v9_bosskill_bg.png);
	background-position: center center;
}

.wallpaper .name {
	font: bold small-caps 12px Geneva, Arial, Helvetica, sans-serif;
	text-transform: capitalize;
	color: #000000;
	text-align: center;
}