h1,h2{
	width:325px;
}

div#bubble{
	float:right !important;
	width:432px;
	color:#545c64;
	font-size:15px;
	font-weight:bold;
	/* margin:45px 0 19px 0;  changed by parminder */
	margin: 45px 0 0 0;
	padding-right:20px;
}

div#bubble div{
	float:right !important;
	padding:8px 10px 6px 10px;
	cursor:pointer;
	z-index:10;
	position:relative;
}

div#bubble div.current{
	cursor:default;
}

div#switchwrap{
	float:left;
	width:779px;
	margin-bottom:30px;	
}

select#switchsection{
	float:right;
	width:138px;
	height:22px;
	border:0px;
	margin:2px 24px 0 0;
	padding:2px;
	color:#444;
}

a.askaquestion{
	float:left;
}

div#floaty{
	float:none !important;
	height:25px;
	padding:0 0 0 12px !important;
	margin-top:4px;
	/*background:#def1fa url(../images_home/bubbleleft.png) left no-repeat;*/
	z-index:5 !important;
	position:absolute !important;
	visibility:hidden;
}

div#floaty div#inner{
	float:right;
	height:25px;
	padding:0 12px 0 0 !important;
	/*background:url(../images_home/bubbleright.png) right no-repeat;	*/
}