/* Panel */

#toppanel {
    position: absolute;
    top: 3px;
    width: 300px;
    z-index: 25;
    text-align: center;
    margin-left: 660px;
    margin-right: 0px;
}

#panel {
    width: 300px;
    position: relative;
    top: 0px;
    height:0;
    margin-left: auto;
    margin-right: auto;
    z-index: 10;
    overflow: hidden;
    text-align: left;
}

#panel_contents {
    background: black;
    filter:alpha(opacity=0.95);
    -moz-opacity:0.98;
    -khtml-opacity: 0.95;
    opacity: 0.95;
    height: 100%;
    width: 300px;
    position: absolute;
    z-index: -1;
}

/* Panel Content */

.border {
    border: 15px #1d1d1d solid;
}

img.border_pic {
    border: 15px #1d1d1d solid;
    position: absolute;
    top: 110px;
    float: left;
    margin-left: 150px;
    width: 250px;
    height: 150px;
}

div#login {
	width: 260px;
	position: absolute;
	top: 6px;
	text-align: left;
}

div#login p {
    color: #CCCCCC;
    line-height: 25px;
}

div#login input#password {
    width: 260px;
    height: 150px;
    position: relative;
    right: 150px;
    top: 110px;
    background: #46392f;
    text-align: left;
    padding-left: 10px;
}

div#login input#login_btn {
    border: 1px #899690 solid;
    cursor: pointer;
    position: relative;
    top: 30px;
    left: 86px;
}

/* Panel Button */

.panel_button {
    margin-left: auto;
    margin-right: 0px;
    position: relative;
    top: 0px;
    width: 180px;
    height: 32px;
    background-color:#FD9705;
    z-index: 20;
    filter:alpha(opacity=100);
    -moz-opacity:0.90;
    -khtml-opacity: 100;
    opacity: 100;
    cursor: pointer;
}

.panel_button a {
    text-decoration: none;
    color: #000;
    font-size: 14px;
	text-transform:uppercase;
    font-weight:500;
    position: relative;
    top: 2px;
    left: 2px;
    font-family: Arial, Helvetica, sans-serif;
}

.panel_button a:hover {
	color: #fff;
}

.panel_button img{
	position: relative;   
	top: 6px;
	border: none;
	margin-right: 2px;
}
