html{background-color: #0D0D0D;}
body{
    margin: 0 auto;
    max-width: 420px;
    min-width: 320px;
    font-size: 15px;
    font-family: Arial,sans-serif;
    word-wrap: break-word;
}
form{
    padding: 0;
    margin: 0;
}
input{outline: none}
textarea,
input[type="text"]{
    background-color: #3F3F3F;
    border: 1px solid #4E4E4E;
    color: #ffffff;
    outline: none;
    margin: 5px auto;
}
input[type="text"]{padding: 4px;}
input[type="submit"]{
    font-size: 13px;
    cursor: pointer;
}
input[type=submit]{
    background-position:
        100% 0,
        0 0,
        0 0;
    background-repeat:
        no-repeat,
        no-repeat,
        repeat-x;
    display: inline-block;
    margin: 5px auto;
    padding: 0 20px;
    min-height: 28px;
    line-height: 28px;
    vertical-align: middle;
    border: 0;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
    background-color: transparent;
    background-image: url("but_right.png"), url("but_left.png"), url("but_center.png");
}
a{
    text-decoration: none;
    color: #F2C234;
}
a.str{
	border: 1px solid gray;
	padding: 4px;
	margin-left: 4px;
}
.top{
    padding: 8px;
    position: relative;
    color: #BEBEBE;
    text-shadow: 1px 1px 1px black;
    background-color: #191919;
}
a.link{
    display: block;
    padding: 5px;
    background: #262626;
    border-bottom: 1px solid #353535;
    color: #bebebe;
}
.panel_one{
	color: #bebebe;
	display: inline-block;
	background: #262626;
	padding: 5px;
	border-right: 1px solid #353535;
	width: 47%;
	text-align: center;
}
.panel_two{
	color: #bebebe;
	display: inline-block;
	background: #262626;
	padding: 5px;
	border-left: 1px solid #353535;
	width: 46%;
	text-align: center;
}
.c{
    color: #BEBEBE;
    display: block;
    line-height: 1.1;
    padding: 5px;
    border: 1px solid #222222;
    border-top: 1px solid #4E4E4E;
    border-bottom: 1px solid #4e4e4e;
    background-color: #262626;
}

.white{color: white;}
.center{text-align: center;}
.line{
    background: url(border.png) repeat-x;
    height: 5px;
}
.bar{
background: #343434;
height: 5px;
}
.xp{
background: orange;
height: 5px;
}