#colorbox #cboxContent {
	background:none;
	padding:0;
	border:none;
	
	filter: progid:DXImageTransform.Microsoft.Shadow(Enabled=false);
	
	-moz-box-shadow: 0 0 10px #999;
	-webkit-box-shadow: 0 0 10px #999;
	box-shadow: 0 0 10px #999;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
	behavior: url(/_assets/css/PIE.htc);
    _behavior: '';
}

.ctc-modal {
	width:500px;
	position:relative;
	padding:45px 20px 10px;
	background:#fff;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
	behavior: url(/_assets/css/PIE.htc);
    _behavior: '';
    
}

.ctc-modal-chat {
	width:330px;
	position:relative;
	padding:45px 20px 10px;
	background:#fff;
	
	-webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    
	behavior: url(/_assets/css/PIE.htc);
    _behavior: '';
    
}

.ctc-modal .logo {
	position:absolute;
	top:19px;
	left:25px;
}

.ctc-modal .hero {
	display:block;
	margin:0 0 15px;
}

.ctc-modal p {
	font-size:15px;
	margin:15px 0;
}

.ctc-modal .options {
	margin:18px 0;
	text-align:center;
}

.ctc-modal .options a {
	display:inline-block;
	width:110px;
	margin:0 11px;
	padding:11px 10px;
	text-align:center;
	color:#fff;
	background:#5f798f;
	font:normal bold 15px/15px Arial,Helvetica,sans-serif;
}

.ctc-modal .options .close { background:#a1aaaf; }

.ctc-modal .options a:hover { background:#c00; }

.ctc-modal .subtext {
	font-size:12px;
	color:#777;
}

.ctc-modal-chat .logo {
	position:absolute;
	top:19px;
	left:25px;
}

.ctc-modal-chat .hero {
	display:block;
	margin:0 0 15px;
}

.ctc-modal-chat p {
	font-size:15px;
	margin:15px 0;
}

.ctc-modal-chat .options {
	margin:18px 0;
	text-align:center;
}

.ctc-modal-chat .options a {
	display:inline-block;
	width:110px;
	margin:0 11px;
	padding:11px 10px;
	text-align:center;
	color:#fff;
	background:#5f798f;
	font:normal bold 15px/15px Arial,Helvetica,sans-serif;
}

.ctc-modal-chat .options .close { background:#a1aaaf; }

.ctc-modal-chat .options a:hover { background:#c00; }

.ctc-modal-chat .subtext {
	font-size:12px;
	color:#777;
}