/*************************** Generator styles ********************************/
.GenOp{
	text-align:center;
	z-index:0;
	height: 158px;
	width:100%;
	display:block;

		
}
.GenOp input, .GenOp select{
	font-size:9px;
}

.GeneratorFrame {
	margin:0 auto;
	text-align:center;
	padding:0;
	width:100%;
	background-color: #FFFFFF;
	background-image:url('../img/nav/mslLogo.gif');
	background-repeat:no-repeat;
	border-bottom:2px solid #1C63A3;	
}

.GeneratorSubBody{
	height: 155px;
	width:250px;
	display:block;
	float:left;	
	color: #000000;
}

.GeneratorColumn {
	text-align:left;
	float:left;
	width:230px;	
	padding:0;
}

.GeneratorColumn label{
	display:block;
}

.GeneratorFloatingDiv{
	position:absolute; 
	width:700px; 
	height:500px; 
	display:none; 
	padding:0; 
	z-index:1000;
	border-width:2;
	border-style:solid;	
}

.GeneratorFloatingDiv iframe{
	width:696px;
	height:496px;
	border:0;
	overflow-x:auto;
	overflow-y:yes;
}

/************************* End Generator styles *******************************/