body{
background-color: black;
}

.nboxo{
	position: relative;
	width: 200px;
	heigth: 250px;
	
	background-color: #FFFFFF;

	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}

.nboxs{
	position: relative;
	top:1px;
	left:1px;
	width:200px;
	height:250px;

	background-color: #000000;

	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}

.nboxi{
	position: absolute;
	top:1px;
	left:1px;
	width:198px;
	height:248px;

	background-color: #ffffff;

	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}

.nboxh{
	position: relative;
	top: 1px;
	left: 1px;
	height: 22px;
	width: 196px;
	
	border: 1px solid black;

	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
	
	padding-left: 18px;
	padding-top: 4px;
	padding-bottom: 4px;

	font-family : tahoma, arial, verdana, geneva, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : black;
}

.nboxicon{
	position: absolute;
	top: 1px;
	left: 2px;

	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}

.nboxb{
	position: relative;
	top: 3px;
	left: 1px;
	height: 222px;
	width: 196px;
	
	border: 1px solid black;

	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
	
	overflow: hidden;
	
	padding: 0px;
}

.boxfont{
	font-family : tahoma, arial, verdana, geneva, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : black;
}

.texter{
	font-family : tahoma, arial, verdana, geneva, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : black;
}

.infrm {
    top:0px;
    left:0px;
    width : 100%;
    height : 100%;
    margin : 0px;
	box-sizing : border-box;
	-moz-box-sizing : border-box;
}


.btn{
	position: relative;
	heigth: 17px;
    /*padding-bottom: 3px;*/
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}
.btni{
	position: relative;
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
    clear: none;
    float: left;
}
.btnc, .btnco{
	position: relative;
    height: 17px;
    width: 130px;
    background-image: url( ../img/bb.png );    
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
    clear: none;
    float: left;
    
	padding-left: 8px;
	padding-top: 2px;
	padding-right: 8px;
	padding-bottom: 2px;

	font-family : tahoma, arial, verdana, geneva, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : black;
	
	text-decoration : none;
    
    cursor: pointer;
}


.btnco{
    background-image: url( ../img/bbo.png );    
	color : white;
}

.in {
	position:relative;
	width:134px;
	height:18px;
	font-family : tahoma, arial, verdana, geneva, sans-serif;
	font-size : 11px;
	font-weight : normal;
	color : black;
	border: 1px solid white;
	box-sizing:			border-box;
	-moz-box-sizing:	border-box;
}

A {
	color: black;
}

A:hover{
	text-decoration : none;
}

#HEAD{
    position: relative;
    top:0px;
    left:0px;
    width:150px;
    height:427px;
    
    border: 1px solid white;
	-moz-box-sizing:	border-box;
}

.content
{
	position: relative;
	padding: 10px;
	font-family : tahoma, arial, verdana, geneva, sans-serif;
	font-size : 10px;
	font-weight : bold;
	color : black;
}

/* for the join page */
.content label
{
	display: block;
	clear: none;
	float: left;
	width: 150px;
	color: #c00;
}

.content input
{
	margin-bottom: 12px;
	border: 1px solid #000;
	background-color: #efefef;
}