#consCoo,
#consCoo div{
	line-height:16px;
	font-size:11px;
}
#consCoo {
    background-color: rgba(0,0,0,0.4);
    position: fixed;
    top: 33px;
    opacity: 0;
	margin-right:-240px;
    right: 10px;
    width: 220px;
    z-index: 1000;
    padding: 15px;
    -webkit-transition: opacity 1s, margin-right 0.5s;
    transition: opacity 1s, margin-right 0.5s;
    border-radius: 6px;
    text-align: center;
}
.visCo{
    opacity: 1 !important;
	margin-right:0px !important;	
}
#msgCoo{
	color:#FFF;
	font-weight:300;
}
#okCoo,
#infoCoo{
	display:inline-block;
	background-color:#FFF;
	border-radius:3px;
	color:#444;
	cursor:pointer;
	text-align:center;
	padding:3px;
	margin-top:10px;
	font-weight:300;
}
#okCoo{
	width:30px;
	margin-right:5px;
	box-shadow:0px 0px 2px #000;
}
#infoCoo{
	width:40px;
	margin-right:15px;
	box-shadow:0px 0px 2px #000;
}
#okCoo:hover, #infoCoo:hover{
	background-color:#EEE;
}