#output table,  #char table {
	border: 1px solid #151f2a;
	width: 100%;
}

#output th, #char th {

	background: #47a0ff url(images/icon-table-sort.png) no-repeat 2px 8px;
	padding: 4px 4px 4px 14px;
}

#output tr, #char tr {

	padding: 4px;
}

#output tr.altRow, #char  tr.altRow {
	background-color: #151f2a;
}

#output td, #char  td {
	padding: 0 2px;
}

#output .rightAlign, #char  .rightAlign {
	text-align: right;
}



#output .sortedASC, #char  .sortedASC{
	background: url(images/icon-table-sort-asc.png) no-repeat 2px 4px #151f2a;
}

#output .sortedDESC, #char  .sortedDESC{
	background: url(images/icon-table-sort-desc.png) no-repeat 2px 10px #151f2a;
}

#output .tableHeaderOver, #char  .tableHeaderOver{
	cursor: pointer;
	color: #151f2a;
}


/*tr.selected {
	background-color: gold;
	color: #fff;
}*/

#output tr.over, #char  tr.over{
	background-color: #47a0ff;
	color: #fff;
	cursor: pointer;
}

#output tr.hide, #char tr.hide {
	display: none;
}

/***************************/
#output .tableFilter, #char .tableFilter {
	border: 1px solid #151f2a;
	padding: 2px;
	margin: 5px 0 10px 0;
}

#output .tableFilter input, #char .tableFilter input {
	border: 1px solid #151f2a;
}

#output .tableFilter select, #char .tableFilter select {
	border: 1px solid #151f2a;
}


/*************************************************************/
.label {
	float:left;
	margin-left:3px;
	width:150px
}
.total {
	float:left;
	margin-left:3px;
	width:250px
}
.hightd { background-color:#151F2A; }
#form1 #order,#form1 #class1 {
	display:inline;
	padding-right: 5px;
	display: inline;
	padding-left: 5px;
	margin-left: 5px;
}
.section_rank {
	background-image:url(ranking01.jpg);
	background-repeat: no-repeat;
	height: 163px;
	width: 628px;
	text-align:left;
	
}

.input:focus {
	border:1px solid #567475;
	background: #e4ebeb;
}
#myForm {
	border: 1px solid #080d13;
		position: relative;
	padding: 5px;
    visibility: hidden;
	width:430px;
	top: 50px;
	left: 10px;
	background-image:url(../images/bg01.png);
}
#regoutput {
	position: relative;
	padding: 5px;
	width:430px;
	color:#FFF;
	top: 70px;
	left: 10px;
    float:left;
}
#TOS {
	border: 1px solid #080d13;;
	padding: 5px;
	position: relative;
	top: 50px;
	width: 420px;
	left: 10px;
    float:left;
}
.invclass_mg {
	background-image:url(images/items/inventorymg.jpg);
	background-repeat: no-repeat;
	
}
.invclass_n {
	background-image:url(images/items/inventory.jpg);
	background-repeat: no-repeat;
	
}
#mainregister {
	background-image:url(../images/register.png);
	background-repeat: no-repeat;
	background-position: top left;
	height: 445px;
	width: 420px;
	text-align:left;
}
#myForm p {
	margin-bottom: 5px;
}

#myForm label {
	float: left;
	width: 100px;
	color:#FFF;
}

#myForm input, #myForm textarea, #myForm select {
	border: 1px solid #99b3b4;
	background: #151f2a;
	font: 11px verdana, sans-serif;
	color:#eee;
	padding:3px;
	margin-bottom:4px;
	outline:none;
}


#myForm .red {
	border: 1px solid red;
}

#myForm label.red {
	border: none;
	color: red;
}

#myForm .customRed {
	border: none;
	color: red;
}

#myForm #submit {
	margin-left: 100px;
}


#myForm .errorMessage {
	color: #FFF;
	background: red;
	border: 1px solid #000;
	margin-left: 10px;
	padding-left: 5px;
	font-size: 1em;
}
textarea
{
    border:1px solid #404040;
}