@charset "UTF-8";
body {
	margin: 0;
	font-family: 'arial';
}
textarea {
	width: 340px;
	height: 125px;
	float: left;
	font-family: 'arial';
	margin-bottom: 5px;
}
iframe {
	width: 500px;
	height: 260px;
	border: none;
}
h4 {
	margin: 0;
	margin-top: 12px;
	margin-bottom: 20px;
	color: red;
}
sup {
	color: #000000;
	font-weight: bold;
}
#container {
 width:100%; max-width:400px;
 height: 270px;
 float: left;
margin-left: 0px;
}
#chat {
	width: 340px;
	height: 80px;
	padding: 2px;
	border: 1px solid #9D9D9D;
	margin-bottom: 8px;
}
a#send {
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 6px;
	color: #fff;
	background: #006399;
	float: right;
}
.shade {
    background: #fff;
    display: none;
    height: 250px;
    left: 0;
/*    opacity: 0.9 ;*/
    position: fixed;
    top: 0;
    width: 400px;
    z-index: 1000;
}
.overlay {
	width: 300x;
	position: fixed;
	top:0%;
	left:0%;
    display: none;
	z-index: 1001;
}
.close {
    cursor: pointer;
    display: block;
    height: 16px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 16px;
}/* CSS Document */

