@charset "UTF-8";
body {
	margin: 0;
	font-family: 'arial';
}
textarea {
	width: 269px;
	height: 60px;
	float: left;
	font-family: 'arial';
	margin-bottom: 6px;
}
iframe {
	width: 275px;
	height: 240px;
	border: none;
}
h4 {
	margin: 0;
	margin-top: 12px;
	margin-bottom: 20px;
	color: blue;
}
sup {
	color: #000000;
	font-weight: bold;
}
#container {
 width:100%; max-width:275px;
 height: 240px;
 float: left;
margin-left: 0px;
}
#chat {
	width: 269px;
	height: 125px;
	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: 275px;
    z-index: 1000;
}
.overlay {
	width: 275px;
	position: fixed;
	top:0%;
	left:0%;
    display: none;
	z-index: 1001;
}
.close {
    cursor: pointer;
    display: block;
    height: 17px;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 17px;
}/* CSS Document */

