@charset "utf-8";
/* CSS Document */

/* SETUP - DONT MODIFY THESE ITS ONLY FOR POSITIONING AND SIZES */
#qc_chat {
	width: 476px;
	height: 491px;
    opacity:0.95;
	position:fixed;
	z-index: 99999;
}
#qc_chat_con {
	position: relative;
}
#qc_chat_handle {
	position: absolute;
	top: 0px;
	height: 35px;
	width: 100%;
	z-index: 1;
	cursor: move;
}
#qc_chat_handle_exit {
	position: absolute;
	top: 5px;
	right: 24px;
	width: 50px;
	height: 25px;
	z-index: 2;
	cursor: pointer;
}
#qc_chat_iframe {
	width: 100%;
	height: inherit;
	border: 0px;
	background-color: transparent;
	margin: 0px;
	padding: 1px;
}


/* MODIFY THESE */
#qc_chat {
	background: url(../qc_images/Window_qChat_Normal.png) no-repeat;
}
#qc_chat_con {
}
#qc_chat_handle {
	border: 1px solid #FF0000;
	border:0px;
}
#qc_chat_handle_exit {
	border: 1px solid #FFFF00;
	border:0px;
}
#qc_chat_iframe {
	margin: 37px 0px 0px 14px;
}