.nonscrolltop	{
	position: fixed;
	z-index: 10000;
}

.nonscrolltopcenter {
	width:1020;
	font-size: 18px;
	background-color: #FFF;
	display: block;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-radius:10px;
	box-shadow: 10px 5px 10px 5px #510028;
	opacity:0.8;
	text-align: center;
	border-top-width: thin;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	text-indent: 50px;
	vertical-align: middle;
}
	
.nonscrollbottom	{
	position: fixed;
	right: 0;
	bottom: 0;
	font-size: 14px;
	background-color: #FF0;
	display: block;
	border-top-style: ridge;
	border-right-style: ridge;
	border-bottom-style: ridge;
	border-left-style: ridge;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #000;
	border-radius:10px;
	height: 30px;
	width: 1000px;
	box-shadow: 10px 5px 10px 5px #510028;
	opacity:0.8;		
}
