#jliovox-c2c-window{
	 position: absolute;
     left: 50%;
     margin-left: -250px;
     top: 50%;
     margin-top: -205px;
	 width: 500px;
	 height: auto;
	 background-color: #fff;
	 padding: 10px;
	 border: 4px solid #eaeaea;
	 font-family: verdana;
	 font-size: 10pt;
	 color: #333;
	 z-index: 900;
	 -webkit-border-radius: 6px;
	 -moz-border-radius: 6px;
	 border-radius: 6px;
	 -moz-background-clip: padding;
	 -webkit-background-clip: padding-box;
	 background-clip: padding-box;
}
#jliovox-c2c-overlay{
	 position: fixed;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 100%;
	 z-index: 899;
} 
#jliovox-c2c-overlay{
	 background-color: rgb(0, 0, 0);
	 opacity: 0.6;
}
#c2c-dragHandle{
	 position: absolute;
	 top: 0;
	 left: 0;
	 width: 100%;
	 height: 50px;
	 cursor: auto;
	 z-index: 902;
}
#jliovox-c2c-window h2{
	 font-size: 15pt;
	 color: #000;
	 margin-bottom: 10px;
	 padding-top: 5px;
	 z-index: 901;
}
#jliovox-c2c-window input, #jliovox-c2c-window button{
	 font-size: 11pt;
	 color: #000066;
	 border: 2px solid #005293;
	 background-color: #fff;
	 margin-top: 0px;
	 -webkit-border-radius: 4px;
	 -moz-border-radius: 4px;
	 border-radius: 4px;
	 padding: 3px;
	 vertical-align: middle;
	 margin-right: 3px;
	 z-index: 901;
}
#jliovox-c2c-window label{
	 font-size: 11pt;
	 margin-right: 3px;
	 z-index: 901;
}
#c2c-close{
	 background-image: url('../images/close_button.png');
	 background-repeat: no-repeat;
	 position: absolute;
	 display: block;
	 width: 36px;
	 height: 34px;
	 top: 2px;
	 right: 5px;
	 z-index: 903;
}
#c2c-btlogo{
	 background-image: url('../images/bt_logo.png');
	 background-repeat: no-repeat;
	 position: absolute;
	 display: block;
	 width: 118px;
	 height: 57px;
	 top: 7px;
	 left: 7px;
	 z-index: 901;
}
.c2ch-call{
	 background-image: url('../images/phone.png');
	 background-repeat: no-repeat;
	 padding-left: 40px;
	 height: 32px;
	 z-index: 901;
}
.c2ch-steps{
	 background-image: url('../images/help.gif');
	 background-repeat: no-repeat;
	 padding-left: 40px;
	 height: 32px;
	 z-index: 901;
}
#jliovox-c2c-window{
	 left: 50%;
	 margin-left: -250px;
	 top: 50%;
	 margin-top: -205px;
}