@charset "UTF-8";
/* CSS Document */

#connect {
	width: 45px;
	height: 222px;
	position: fixed;
	top: 50px;
	left: 0px;
	background-image: url('http://www.cortecvci.com/brand/images/tab.png');
}

#cortec {
	padding: 20px;
	padding-bottom: 0px;
	width: 600px;
	height: 240px;
	background: #e1e1e1;
	color: #000;
	background: right top url('http://www.cortecvci.com/brand/images/bg.png');
}

.socialButton {
	margin: 0;
	padding: 0;
	padding-right: 7px;
	background-color: none;
}

.spacer {
	margin: 0;
	padding: 0;
	height: 4px;
}

html:first-child .spacer {
	margin-bottom: 3px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	.spacer { height: 7px; }
}