@charset "utf-8";
/* CSS Document
Classification: GE Internal
Version No.	0.1
Version Date: 18th Jan, 2010	
Types of Changes: Created	
Owner/Author: Manish	
Date of review / expiry : Until Superseded */

#backgroundPopup {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:0;
	left:0;
	background:#000;
	z-index:1;
}
#backgroundPopup1 {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	top:0;
	left:0;
	background:#000;
	z-index:1;
}
#popupContactClose {
	display:block;
	cursor:pointer;
	margin:0px;
	padding:0px;
}
#popupContactClose1 {
	display:block;
	cursor:pointer;
	margin:0px;
	padding:0px;
}

#dialog {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#000;

	z-index:2;
	font-size:13px;
width:550px;
	padding:10px;
}
#dialog1 {
	display:none;
	position:fixed;
	_position:absolute; /* hack for internet explorer 6*/
	background:#000;
	
	z-index:2;
	font-size:13px;
	width:550px;
	padding:10px;
}
.head {
	background:url(../images/dot.gif) repeat-x bottom left;
	padding:1px 0px 8px;
	margin-bottom:10px;
	text-align:right;
}

.bg_bar {
	background-color:#E8EBEF;
	padding:10px;
	line-height:18px;
	font:bold 11px Arial, Helvetica, sans-serif;
	color:#454545
}
.titleposi {
	position:absolute;
	font:bold 12px Arial, Helvetica, sans-serif;
}
#button {
	text-align:center;
	cursor:pointer;
}
#button1{
	text-align:center;
	cursor:pointer;
}
