/*body  {
	  color:#000000;
	  font-size:12px;
	  line-height: 1.3em;
	  font-family:"arial";
	  padding:0px;
	  margin:0px;
	  height:100%;
	  
	  width:100%; 
	  overflow:hidden;

}

html {
	overflow-y: none;
	overflow-x: scroll;
}*/

html, body {margin:0; padding:0; width:100%; height:100%; overflow:hidden;  color:#000000;
	  font-size:12px;
	  line-height: 1.3em;
	  font-family:"arial";}

div,td,table {
      font-size:9pt;
      line-height: 1.3em;
      font-family:"arial";
}



#page-background{position:absolute; z-index:1; width:100%; height:100%;}
#scroller {position:absolute; width:100%; height:100%; top:0; left:0; overflow:auto; z-index:2;} 
#fixed {position:absolute; top:25px; left:10px; width:150px; z-index:10; color:#567; border:1px solid #000; padding:10px;}


img{
border:0px;
}

.mainContainer {
	width:100%;
	margin-left:auto;
	margin-right:auto;
	
}

.mainContainerCentered {
	width:960px;
	text-align:left;        
}

.mainContainerCenteredhome {
	width:770px;
	text-align:left;

}


/*--- Input Styles ---*/
.myinputstyle {
	height:33px;
	width:328px;
	font-family:"arial";
	font-style: normal;
	font-size: 18px;
	color: #0000;
	border:1px #e0e0e0 solid;
	background-color:#ffff;
	padding:5px;
	margin: 0 0 10px 0;
}

.myinputstyle:hover {
	border:1px #cccccc solid;

}

.myinputstyle:focus {
	border:1px #000000 solid;
}

