
#container { 
	width: 50%;
	margin: 0 auto;
	text-align: left;
}

.footer {
	background-color: #000;
	padding: 0.5em;
}

.leightbox {
	color: #333;
	display: none;
	position: fixed;
	top: 25%;
	left: 25%;
	width: 50%;
	height: 50%;
	padding: 1em;
	border: 0em solid #B8B8B8;
	background-color: white;
	text-align: left;
	z-index:1001;
	overflow: auto;	
}


.MsgBox[id]{ /* IE6 and below Can't See This */    position:fixed;    }
#MsgBoxOverlay[id]{ /* IE6 and below Can't See This */    position:fixed;    }



#MsgBoxOverlay{
	display:none;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:1000;
	background-color:#333;
	-moz-opacity: 0.8;
	opacity:.80;
	filter: alpha(opacity=80);
}


.border_leftright {
  border-left-width:1px;
  border-left-style:solid;
  border-left-color:black;
  padding-left:2.5em;
  border-right-width:1px;
  border-right-style:solid;
  border-right-color:black;
  padding-right:2.5em;
  text-align:justify;
}

.border_top {
  border-top-width:1px;
  border-top-style:solid;
  border-top-color:black;
  padding-top:1em;
  text-align:justify;
}

.border_bottom {
  border-bottom-width:1px;
  border-bottom-style:solid;
  border-bottom-color:black;
  padding-bottom:1em;
  text-align:justify;
}

.border_no_top {
  border-top-width:0px;
  border-top-style:none;
}

.border_no_bottom {
  border-bottom-width:0px;
  border-bottom-style:none;
}

