

div#pag{
	position: relative;
	top: 0;
	left: 0;
	/*overflow: auto;*/
	/*width: 100%;*/
	height: 100%;
	padding: 0 1% 0 0;
	/*background-color: #f2aaaa;*/

	/*overflow: scroll;*/
	/*border-width: 0.2% 0.5% 0.2% 0.5%;
	border-color: #b5bdeb;
	border-style: solid;
	margin: 0 auto 0 auto;
	z-index: 102;*/
}

div#titl{
	position: absolute;
	top: 0px;
	left: 0;
	width: 32%;
	height: 34px;
	border: 1px solid #b6bdce;
	text-align: center;
}

div#pagl{
	position: absolute;
	top: 40px;
	left: 0;
	width: 32%;
	height: 90%;
	overflow: auto;
	overflow-x: hidden;
	border: 1px solid #b6bdce;
}

div#titm{
	position: absolute;
	top: 0px;
	left: 328px;
	width: 32%;
	height: 34px;
	border: 1px solid #b6bdce;
	text-align: center;
}

div#pagm{
	position: absolute;
	top: 40px;
	left: 328px;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical;*/	
	width: 32%;
	height: 90%;
	float: right;
	/*background: #ff9797;*/
	border: 1px solid #b6bdce;
	/*margin: 1% 3% 1% 10px;*/
}

div#titr{
	position: absolute;
	top: 0px;
	right: 1%;
	width: 32%;
	height: 34px;
	border: 1px solid #b6bdce;
	text-align: center;
}
	
div#pagr{
	position: absolute;
	top: 40px;
	right: 1%;
	overflow: auto;
	overflow-x: hidden;
	/*overflow : -moz-scrollbars-vertical;*/	
	width: 32%;
	height: 90%;
	float: right;
	border: 1px solid #b6bdce;
} 
	
.paddright{
	padding: 1% 2% 0 10%;
}



select, option, submit {	
	color: #cccccc; background-color:#3a4185;
	font-size: 95%; }
