#overlay {
	position: fixed;
	display:none;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	
	background: black;
	filter:alpha(opacity=30);
	-moz-opacity:0.30;
	-khtml-opacity: 0.30;
	opacity: 0.30;
	
}

#toppanel {  
	position: absolute;
	top: 241px;
	height: 0;
	z-index: 25;  
	text-align: center;  
	margin-left: auto;  
	margin-right: auto;  
}  
#panel {  
	height: 0;  
	width: 940px;  
	position: relative;  
	top: 1px;  
	margin-left: 0;  
	margin-right: auto;  
	z-index: 10;  
	overflow: hidden;  
	text-align: left;  
	background: black;
} 
#panel_contents {  
	height: 100%;  
	width: 500px;  
	position: absolute;  
	z-index: -1;
	left: 220px;
}

.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;  
	z-index: 30;  
}  
div#login {
	width: 240px;  
	height: 150px;  
	position: absolute;
	background: #46392f;  
	text-align: left;  
	padding-left: 10px;
	position: relative;
	margin: 0 auto;
	top: 50px;
}  
div#login p {  
	color: #CCCCCC;  
	font-family: Century Gothic, Georgia, "Times New Roman", Times, serif;  
	line-height: 25px;  
}  
div#login input#password {  
	position: relative;  
	rightright: -6px;  
}  
div#login input#login_btn {  
	border: 1px #899690 solid;  
	cursor: pointer;  
	position: relative;  
	top: 30px;  
	left: 86px;  
}  

.panel_button {
	text-align: center;
    position: relative;
    width: 173px;
    height: 54px;
    background: url(images/panel_button.png);  
    z-index: 20; 
    cursor: pointer;
	top: 1px;
	margin: 0 auto;
}  
.panel_button a {  
    text-decoration: none;  
    color: #F60;  
    font-size: 20px;  
    font-weight: bold;  
    position: relative;
    font-family: Arial, Helvetica, sans-serif;
	top: 15px;
}  
.panel_button a:hover {  
color: white;  
}  


body .socialmedia-buttons img {

	filter:alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

#loginform {
	margin-left: 35px;
}

#loginform p {
	margin-bottom: 0;
}

#loginform input {
	margin-left: 20px;
}

#loginform #wp-submit {
	padding: 5px 20px;
	margin-left: 38px;
}