.castbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}
.castboxhead {
	background-color:#3E5A85;
	padding:4px 7px;
	color: #ffffff;
	border-right:1px solid #3E5A85;
	border-left:1px solid #3E5A85;
}
.castboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}
.castboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	height:200px;
	width:209px;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #eeeeee;
	background-color: #ffffff;
	line-height: 1.3em;
}
.castboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}
.castboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
	outline:none;
}
.castboxtextarea:focus {
	outline:none;
}
.castboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}
.castboxmessage {
	margin-left:1em;border-bottom:#F1F1F1 solid 1px;padding:3px 0px;
}
.e_message {
	float:left;
	width:17px;
	height:17px;
	background:url(../img/rem.png) no-repeat;
	cursor:pointer;
	padding-right:5px;
	margin-right:5px;
	margin-top:5px;
	display:none;
}
.castboxinfo {
	margin-left:-1em;
	color:#666666;

}
.castboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}
.castboxmessagecontent {
}
.castboxoptions {
	float: right;
}
.castboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}
.castboxtitle {
	float: left;
	font-size:11px;
	line-height:220%;
	width:180px;
	overflow:hidden;
	white-space:nowrap;
}
#main_container {
	width:100%;
	background-color:#ffffff; /* DO NOT REMOVE THIS; or you'll have issue w/ the scrollbar, when the mouse pointer is on a white space */
	overflow-x: hidden;
	overflow-y: scroll;
	height:100%;	/* this will make sure that the height will extend at the bottom */
	position:absolute; /* container div must be absolute, for our fixed bar to work */
}