@charset "utf-8";
/* CSS Document */
body,html{
width:100%;
height:100%;
min-height:100%;
margin:0;
padding:0;}
#fullpage{
		position:absolute;
		left:0;
		top:0;
		min-height:100%;
		height:100%;
		width:100%;
		text-align:center;
		z-index:1;
		background-color:#374DA2;
		-moz-opacity:.3;
		opacity:.3;
		filter: alpha(opacity=30);
		display:none;
	}
	#mainContainer{
		top:8%;
		left:30%;
		position:fixed;
		z-index:2;
		overflow:auto;
		width:496px;
		height:325px;
		background:url(exitpopup/agent/images/main_bg.png) no-repeat;
		display:none;
	}
		#header{
			height:37px;
			font-family:"Verdana";
			font-size:16px;
			color:#fff;
			text-align:center;
			font-weight:bold;
			padding-top:10px;
			padding-bottom:10px;
		}
		#chatWindow{
			width:327px;
			height:148px;
			background-color:#fff;
			float:left;
			margin-left:10px;
			font-size:11px;
			font-family:"Verdana";
			overflow:auto;
			line-height:15px;
			padding-left:5px;
			position:relative;
			border:#527CB6 1px solid;
		}
		#chatAgent{
			width:135px;
			height:130px;/*height:221px;*/
			background-color:#fff;
			float:left;
			margin-left:10px;
			text-align:center;
			border:#527CB6 1px solid;
		}
		#userInput{
			width:332px;
			border:0;
			margin-left:10px;
			float:left;
			margin-top:10px;
			height:40px;
			font-family:"Verdana";
			font-size:14px;
			color:#CC6600;
			border:#527CB6 1px solid;
		}
		#userSend{
			width:133px;
			border:0;
			margin-left:10px;
			float:left;
			margin-top:12px;
			height:40px;
			font-family:"Verdana";
			font-size:14px;
			color:#000;
			background:url(exitpopup/agent/images/send.png) no-repeat;
			font-weight:bold;
			cursor:pointer;
		}
		#typing{
			clear:both;
			font-family:"Verdana";
			font-size:10px;
			padding-left:10px;
			color:#fff;
			display:none;
		}
		#phdesign{
			float:right;
			position:absolute;
			top:255px;
			left:356px;
			font-family:"Verdana";
			font-size:9px;
			padding-top:3px;
			padding-left:10px;
			color:#949FCD;
		}
		#phdesign a{
			color:#5B6CB3;
		}

