#glance_cobrowse_btn 
{
	font-family:	'lucida grande',tahoma,verdana,arial,sans-serif !important; 
	font-weight:	normal !important;
	font-size:		11px !important;
	line-height:	1.2;
	bottom:			0px;
	right:			50px;
	width:			140px !important;	
	border:		    1px solid #BFBFBF !important;
	border-bottom-width:	0px;
	color:						#1170d7 !important;
	background-color:			#ecf5fb !important;
	border-top-left-radius:		4px !important;	
	-moz-border-top-left-radius:4px !important;
	border-top-right-radius:	4px !important;	
	-moz-border-top-right-radius:4px !important;
}

#glance_start_label 
{
	height:			20px !important; 
	background:		url(https://glance.blob.core.windows.net/cobrowse/images/ctct_flag.png) no-repeat 5px 5px !important;
	padding-top:    7px !important;
	padding-left:	40px !important;
	text-align:		left;
}


#glance_start_label #glance_show_btn:hover,
#glance_start_label #glance_stop_btn:hover,
#glance_confirm a:hover
{
	color:			#003794 !important;
	border-bottom:	solid 1px #003794 !important;
}

#glance_confirm {
	border:		    1px solid #BFBFBF !important;
}

#glance_cobrowse_btn a {
    font-weight: bold;
    color: #1170d7 !important;
	cursor:	pointer;
}

#glance_msg_box, #glance_agent_msg_box
{
	border:		    1px solid #BFBFBF !important;
}

#glance_ssnkey_box 
{
	border-top:  	solid 1px #BFBFBF !important;
    background-color: #ecf5fb !important; 
}

#glance_ssnkey_box #glance_ssn_key
{
	background-color: #F0F0F0 !important;
	font-size:		16px;
	font-weight:	normal;
	border:			inherit;
	border-radius:	4px;	
	-moz-border-radius: 4px;
	color: #1170d7 !important;
}

#glance_show_btn:before
{
	content:       "show" !important;
}

#glance_stop_btn:before
{
	content: "stop showing" !important;
}

#glance_keyless_prompt::before {
    content: "Please wait for the agent to connect." !important;
}

#glance_key_prompt::before {
    content: "Please give the agent this code:" !important;
}

#glance_ssn_starting::before {
    content: "Session starting..." !important;
}

#glance_ssn_info::before {
    content:"The agent is viewing" !important;
}

#glance_ssn_info::after {
    content:"your browser." !important;
}

#glance_yes::before {
    content: "Yes" !important;
}

#glance_no::before {
    content: "No" !important;
}

.glance_confirm_rc::before
{
	content: "Allow the agent to take control?" !important;
}

#glance_expand {
    background: url(../images/expand.png) no-repeat center !important;
}

#glance_cobrowse_btn.not_in_session #glance_start_label {
display: block;
}

.glance_ui {
font-family: 	'lucida grande',tahoma,verdana,arial,sans-serif !important; 

font-weight: normal;
font-size: 11px;
line-height: 1.2;
color: #1170d7;
border: 1px solid #BFBFBF;
background-color: #ecf5fb;
}