.mainframe {
	background-color: #000000;
	background-image: url(images/basebacking.jpg);
	background-position: center bottom;
	height: 630px;
	width: 880px;
	border: 3px solid #dcb975;
	background-repeat: no-repeat;
	margin-top: 30px;
	margin-right: 30px;
	margin-left: 30px;
	padding-left: 30px;
}
.inputfields {
	background-image: url(images/input_backing.jpg);
	background-repeat: repeat-x;
	border: 1px solid #000000;
	font-size: 13px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	vertical-align:top;
	height:28px;
}
 ----- SCroller ------------------ ->
.scrollerTop {
display:block;
background-color:#f1f1f1;
background-image:url(images/scroller_heading.gif);
background-repeat:no-repeat;
height:20px;
background-color:#999999;
}

.scrollerDiv {
	display:block;
	position:relative;
	height:300px;
	overflow:hidden;
	padding:0px;
	padding-top:0px;
	margin-bottom:15px;
}


.scrollButtonDown {
	display:block;
	width:460px;
	background-image:url(images/up.png);
	background-repeat:no-repeat;
	height:32px;
	text-decoration:none;
	margin-top:10px;
	cursor:pointer;
}

.scrollButtonUp {
	display:block;
	width:460px;
	background-image:url(images/down.png);
	background-repeat:no-repeat;
	height:32px;
	text-decoration:none;
	cursor:pointer;
}

