*::-moz-selection {
    background-color:#fff;
    color:white;
    
}
a{
    color:#666666;
    text-decoration:none;
    padding-right:5px;
}
*{
    outline:none;
    border:none;
    color:#4e4e4e;
    font-family:Arial;
    font-size:13px;
}
strong{
    font-weight:bold
}
body,html{
    background:#d5d1c5
}
body {
    margin: 0;
    padding: 0;
    line-height: 1.5em;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}
h1,h2,h3,h4,h5,h6,h7{
    color:#282c30;
}
h2{
    font-size:22px;
    text-align:center;
    padding-bottom:10px;
}
.Wrapper{
    width:990px;
    margin-left:auto;
    margin-right:auto;
    margin-top:30px;
}
.chatbox {
	position: fixed;
	position:expression("absolute");
	width: 225px;
	display:none;
}

.chatboxhead {
	background-color: #f99d39;
	padding:7px;
	color: #ffffff;

	border-right:1px solid #f99d39;
	border-left:1px solid #f99d39;
}

.chatboxblink {
	background-color: #176689;
	border-right:1px solid #176689;
	border-left:1px solid #176689;
}
h1 a{
    display:block;
    width:162px;
    height:81px;
    background:url(../Images/Logo.png) no-repeat center;   
}
.chatboxcontent {
	font-family: arial,sans-serif;
	font-size: 13px;
	color: #333333;
	overflow-y:auto;
	overflow-x:auto;
	padding:7px;
	line-height: 19px;
}

.chatboxinput {
	padding: 5px;
	background-color: #ffffff;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
}

.chatboxtextarea {
	width: 206px;
	height:44px;
	padding:3px 0pt 3px 3px;
	border: 1px solid #eeeeee;
	margin: 1px;
	overflow:hidden;
}

.chatboxtextareaselected {
	border: 2px solid #f99d39;
	margin:0;
}

.chatboxmessage {
    margin-top:2px;
	margin-left:1em;
}

.chatboxinfo {
	margin-left:-1em;
	color:#666666;

}

.chatboxmessagefrom {
	margin-left:-1em;
	font-weight: bold;
}

.chatboxmessagecontent {
}

.chatboxoptions {
	float: right;
}

.chatboxoptions a {
	text-decoration: none;
	color: white;
	font-weight:bold;
	font-family:Verdana,Arial,"Bitstream Vera Sans",sans-serif;
}

.chatboxtitle {
	float: left;
}
.Message{
    border:1px solid #CCC;
    width:98%;
    padding:5px;
}