body, table, input, textarea, li, ul, dl, a, select, option {
	font-family: Verdana, Helvetica, sans-serif; 
	font-size: 11px;
	scrollbar-arrow-color: #707070; 
	scrollbar-face-color: #eaeaea; 
	scrollbar-track-color: #f1f1f1; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-3dlight-color: #707070; 
	scrollbar-shadow-color: #707070; 
	scrollbar-darkshadow-color: #ffffff; 
}

body {
	overflow-y: scroll !important;
	background-color: #FFFFFF;
	background-image: url(images/bg2.gif);
	margin:0px 5px 5px 10px;
}

.allbgdiv {

	width:800px; 
	height:600px;
	text-align:center; 
	background: #FFFFFF;
	color:#CCCCCC;
	
	border: 1px solid #CCCCCC;

	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
	behavior: url(/css/border-radius.htc);
	border-radius: 10px;
}

.innerCurve{
	margin-top: 180px;
	margin-left: auto;
	margin-right: auto;
	width:150px;
	background: #FFFFFF;
	border: 1px solid #0066FF;
	-moz-border-radius: 15px; 
	-webkit-border-radius: 10px; 
	-khtml-border-radius: 10px;
	behavior: url(/css/border-radius.htc);
    border-radius: 10px;
}