.hide {
	position: absolute;
		top: -3000px;
		left: 0;
	display: block;
	width: 100px;
	height: 100px;
	overflow: hidden;
}

a.arrowSmall {
	padding-left: 15px;
	text-decoration: none;
	font-weight: bold;	
	background: url(../img/arrowRedCircle.gif) 0 .25em no-repeat;
}
a.arrowSmall:hover,
a.arrowSmall:focus,
a.arrowSmall:active {
	text-decoration: underline;
}

/***************************************************************
			Software update Page - mostly overriding main styles
***************************************************************/

/* Common Software update styles */
#softwareUpdate{
	margin-top: 20px;
}

	#softwareUpdate p{ margin-top:8px;}
	
	#softwareUpdate strong{ color:#000;}

	#softwareUpdate #midCol{ width:600px;}
	#softwareUpdate h2#productStrap{
		font-family:Arial;
		font-weight:normal;
		font-size:24px;
		color:#f70303;
		overflow:visible;
		text-indent:0;
		}

	#softwareUpdate h3 {
		color:#666;
		font-size:120%;
		font-weight:bold;
		}

	#softwareUpdate #productStrap { 
		margin-bottom:0;
	}

	#softwareUpdate #intro { 
		margin-bottom:10px;
	}

	#softwareUpdate .question { 
		background:transparent url(../../../../img/english/common/arrow_mm.gif) no-repeat 0 0;
		padding-left:15px;
		color:#666;
		}

	#softwareUpdate .row{
		margin-top:20px;margin-bottom:20px;
	}
	#softwareUpdate #row_imei{ margin-bottom:0;}
	#softwareUpdate select{ width:150px;}
	#softwareUpdate input#txtIMEINumber{ width:250px;}
	#softwareUpdate .arrowSmall{ margin-left:10px;}
	#softwareUpdate #imeiNote{ width:150px;}
	#softwareUpdate #thankYou { margin-bottom:10px;} 
	#softwareUpdate .formSect2 .row{ margin-bottom:10px;}


	#softwareUpdate  .error {
			background:#eee;
			width:360px;
			min-width:360px;
			padding:10px;
	 }


	#softwareUpdate .formSect3{
			background:#eee;
			width:470px;
			min-width:470px;
			padding:10px;
			}

	#softwareUpdate .bgWrap{ width:470px;}

	#softwareUpdate .formSect3  h3 { 
		color:#000;
		font-size:100%;
		}
	#softwareUpdate .formSect3  label { 
		font-weight:bold;
		}
	#softwareUpdate .formSect3 .left { width:20px;}

	#softwareUpdate .formSect3 .agreement {
		background:#fff;
		height:90px;
		width:450px;
		overflow:scroll;
		border: 1px solid #000;
		padding-left:2px;
	}


	#softwareUpdate .download { 
		margin:20px 0 0 10px;
		}

	#softwareUpdate .error .arrowSmall {
		margin-left:0;
	}
	#softwareUpdate #row_download {
		margin-bottom: 250px;
	}

#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 5px;
	opacity: 0.85;
	font-size: 83%;
}
#tooltip h3, #tooltip div { margin: 0; width:300px; }



