@charset "utf-8";
  #popupbox{
	margin-left: 40%; /* This gets it relatively center on the screen */
	margin-right: 40%; /* This gets it relatively center on the screen */
	margin-top: 50px; /* Makes it a little off the top of the screen */
	padding-top: 10px; /*  Make the text not touching the top on the login box */
	width: 210px; /* For centering it on the screen */
	height: 220px; /* The height of the login box */
	position: absolute; /* Makes a black border around the login box */
	z-index: 9; /* Makes it on top of everything else */
	font-family: arial; /* Makes it hidden at first. Very Important.*/
	left: 370px;
	background-color: #272727;
	top: 60px;
	color: #DBD3C1;
	visibility: hidden;
	margin-bottom: 0;
	padding-left: 10px;
  }
/*==================boxes====================*/
.login_box {
	background:#323232;
	width:200px;
	height: 210px;
	margin-left: 8px;
	margin-right: 20px;
}
.login_box .left-top-corner {
	background-image: url(images/left-top-corner.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
.login_box .right-top-corner {background:url(images/right-top-corner.gif) no-repeat right top;}

.login_box .left-bot-corner {
	background:url(images/left-bot-corner.gif) no-repeat left bottom;
}
.login_box .right-bot-corner {background:url(images/right-bot-corner.gif) no-repeat right bottom; }
.login_box .inner { padding:28px 26px 20px 26px;}

