#ct_chat_pie {
	right: 14px; 
	width: 200px; 
	height: 360px; 
	bottom: -320px; 
	overflow: hidden; 
	position: fixed; 
	z-index: 1000; 
	background-color: #E1E1E1;
	border-radius: 4px;
	}
#ct_titulo_chat img{
	width: 20px; 
	height: 20px;
	padding: 0;
	margin: 10px 0 0 4px;
	}
#ct_titulo_chat {
	font-size: 18px;
	background-color: #09989F;
	margin: 0 auto; 
	padding: 0 0 0 10px;
	text-align: center;
	width: auto; 
	height: 40px;
	overflow: hidden;
	}
#ct_titulo_chat .activar {
	font-family: Roboto;
	color: #fff;
	text-decoration: none; 
	margin: 8px 30px 0 0; 
	width: 134px; 
	height: 22px; 
	float: right;
	}
#ct_titulo_chat .activar2 {
	font-family: Roboto;
	font-size: 18px; 
	color: #fff; 
	text-decoration: none; 
	margin: 8px 30px 0 0; 
	width: 134px; 
	height: 22px;
	float: right;
	}
#ct_titulo_chat .activar {

	}
#ct_titulo_chat .activar2 {

	}
#ct_titulo_chat #ct_chat_body {
	width: 100%; 
	height: auto; 
	clear: both; 
	margin: 4px; 
	padding: 4px;
	float: left;
	background-color: #fff;
	}
	
#ct_form {
	margin: 4px auto 0 auto;
	color: #000;
	width: 90%;
	font-family: Open Sans Condensed, sans-serif;
	}
#ct_form #form {
	box-sizing: border-box;
	width: 100%;
	padding: 0;
	margin-bottom: 10px;
	font-weight: 200;
	}
#ct_form #form label {
	font-size: 16px;
	font-weight: 200;
	padding-top: 8px;
	display: block;
	color: #666;
	}
#ct_form #form input, #ct_form #form textarea, #ct_form #form select {
	box-sizing: border-box;
	border: #C1C1C1 1px solid;
	width: 100%;
	font-size: 16px;
	font-weight: 200;
	padding: 4px 4px 4px 10px;
	font-family: 'Roboto', Arial, serif; 
	border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	}
#ct_form #form input[type=submit] {
	box-sizing: border-box;
	border: none;
	background-color: #09989F;
	padding: 4px;
	margin: 8px auto;
	font-size: 18px;
	cursor: pointer;
	color: #fff;
	width: 100%;
	border-radius: 2px;
	-webkit-border-radius: 2px; 
	-moz-border-radius: 2px;
	}
#ct_form #form input[type=submit]:hover {
	background-color: #22323C;
	color: #fff;
	}
@media screen and (max-width: 880px) {
	#ct_form {
		padding: 10px;
		}
	#ct_form #form {
		padding: 0;
		margin: 0;
		}

}