body {
	margin: 0;
	font-size: 15px;
	font-family: "Microsoft Yahei", "Segoe UI", "SegoeUIWF", "​Arial", "​sans-serif", "Verdana", "Simsun";
	background-color:#F2F2F2;
}

input{
	font-family: "Microsoft Yahei", "Segoe UI", "SegoeUIWF", "​Arial", "​sans-serif", "Verdana", "Simsun";
}

p{
	margin: 0;
}

img {
	border: 0px;
}

a, input {
    outline: medium none;
}
a:link, a:visited {
    color: #5555AA;
    text-decoration: none;
}
a:hover, a:active {
    color: #5555AA;
    text-decoration: underline;
}

#chat {
	height:100%;
	width:650px;
	float:left;
	background-color:#fff;
	border:1px solid #C9C9C9;
	-moz-border-radius: 5px;      
    -webkit-border-radius: 5px;   
    border-radius:5px; 
}

#guide {
	height:100%;
	width:300px;
	float:right;
	background-color:#fff;
	border:1px solid #C9C9C9;
	-moz-border-radius: 5px;      
    -webkit-border-radius: 5px;   
    border-radius:5px; 
}

#chat #msgs {
    overflow: auto;
    position: relative;
	height:450px;
	width:100%;
	border-bottom:1px solid #C9C9C9;
}

#chat #eventbar{
	overflow: hidden;
	height:26px;
	width:100%;
	margin:0px;
	border-bottom:1px solid #C9C9C9;
}

#chat .img-bot {
    background: url("../image/best0755_50.jpg") no-repeat transparent;
    float: left;
    height: 50px;
    margin: 10px;
    width: 50px;
	border: 1px solid #ccc;
	-moz-border-radius: 5px;      
    -webkit-border-radius: 5px;   
    border-radius:5px;
}


#chat .img-hu {
    background: url("http://v2.uyan.cc/code/images/duface.png") no-repeat transparent;
    float: right;
    height: 50px;
    margin: 10px;
    width: 50px;
	border: 1px solid #ccc;
}

#chat .left-convo {
    float: left;
    max-width: 530px;
    min-width: 530px;
    padding: 0px;
	margin-top: 10px;
	
}

#chat .left-arror{
	float:left;
	color:#F2CE80;
	font-size:30px;
	line-height: 30px;
}

#chat .left-txt{
	float:left;
	background-color:#F2CE80;
	max-width:300px;
	padding:8px;
	margin-left: -10px;
	border:0px solid #73972a;
	-moz-border-radius: 5px;      
    -webkit-border-radius: 5px;   
    border-radius:5px;            
}


#chat .right-convo {
    float: right;
    max-width: 530px;
    min-width: 530px;
    padding: 0px;
	margin-top: 10px;
}

#chat .right-arror{
	float:right;
	color:#E2E2E2;
	font-size:30px;
	line-height: 30px;
}

#chat .right-txt{
	background-color:#E2E2E2;
	max-width:300px;
	padding:8px;
	float:right;
 	text-align: right;
	margin-right: -10px;
	border:0px solid #73972a;
	-moz-border-radius: 5px;      
    -webkit-border-radius: 5px;   
    border-radius:5px;   
}

#chatbtn{
	width:80px;
	height:26px;
	border:1px solid #29447e;
	background-color:#486cb4;
	color:#fff;
	margin:0px;
	float:right;
	-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
}

.subEventBtn{
	display: block;
	width:100px;
	height:26px;
	border:0px;
	border-bottom:1px solid #C9C9C9;
	background-color:#000;
	color:#fff;
	-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
}

.blackActionBtn{
	width:100px;
	height:26px;
	border:0px;
	border-right:1px solid #C9C9C9;
	background-color:#000;
	color:#fff;
	margin:0px;
	float:right;
	-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
}

.blueActionBtn{
	width:50px;
	height:26px;
	border:1px solid #29447e;
	background-color:#486cb4;
	color:#fff;
	margin:0px;
	float:left;
	-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
}

#menuDialog{
	position:absolute;
	width:500px;
	height:250px;
	background-color:#F2F2F2;
	display:none;
	-moz-border-radius: 2px;      /* Gecko browsers */
    -webkit-border-radius: 2px;   /* Webkit browsers */
    border-radius:2px;            /* W3C syntax */
}

.new-templete{
	width:630px;
}

.hidden{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

.clr {
    clear: both;
    display: block;
    height: 1px;
    overflow: hidden;
}
.clrLeft {
    clear: left;
    height: 1px;
    overflow: hidden;
}
.clrRight {
    clear: right;
    height: 1px;
    overflow: hidden;
}

