/**
 * Misc utility css classes
 */
.floatLeft { 
	float: left;
	 
} * html .floatLeft {
	display: inline; /*double float margin bug fix */ 
}

.floatRight { 
	float: right;
	 
} * html .floatRight {
	display: inline; /*double float margin bug fix */ 
}

.clear {
	clear: both;
	height: 0; overflow: hidden;
}

/**
*	Mobile GPRS Setup css
*/
.header_content {
	display: none;
	position: absolute;
	top: 70px;
	left: 0;
	width: 600px;
	height: 30px;
	padding: 0;
	border: 1px solid #011545;
	background-color: white;
	z-index:1002;
	overflow:hidden;
}
.white_content {
	display: none;
	position: absolute;
	top: 100px;
	left: 0;
	width: 600px;
	height: 420px;
	padding: 0;
	border: 1px solid #011545;
	background-color: white;
	z-index:1002;
	overflow: auto;
}
table.mobileDetail{
	width:580px;
	border:0;
}
table.mobileDetail td.mobileImg {
	vertical-align:top;
	width:25%;
}
table.mobileDetail td.mobileInstruction {
	vertical-align:top;
}
img.mobileImg {
	border:0;
	padding:10px;
}
