@charset "utf-8";
/* CSS Document */

#super_contact { 
	position:absolute; 
	right: 0px;
	bottom: 0px;
	height: 125px;
	width: 180px;
	overflow: hidden;
	display: none;
	padding: 15px;
	border: solid 1px #ccc;
	font: 400 1em/1.3em Arial, sans-serif;
	color: #777;
	background: #fff;
	z-index: 1;
}
body > div#super_contact { position: fixed; }
body > div#super_contact { position: fixed; }
#super_contact h1 {
	background: #c00;
	height:23px;
	padding:8px 20px 0 15px;
	color:#fff;
	position:relative;
	font-size:14px;
	font-weight:bold;
}
#super_contact h2 {
	color: #06c;
	margin: 4px 0 0;
}
.scontact_body {
	height:379px;
	border:1px solid #ccc;
	margin:0 0 0 2px;
	padding:10px;
	background:#FFF;
}
#scontact_enter {
	height:73px;
	border:1px solid #ccc;
	margin:0 0 0 2px;
	background:#FFF;
	overflow:hidden;
}
#super_contact strong {
	width:65px;
	float:left;
	text-align:right;
	padding:2px 10px 0 0;
}