*{
    font-size:12px;
    color:white;
    font-family:arial;
}
A IMG {
    outline:none;
}

BODY{
	margin-left:0px;
	margin-top:0px;
	background-color:#5a5a5a;
}

.background{
	width:657px;
	height:533px;
	
	position:absolute;
	left:50%;
	margin-left:-328px;
	
	background-repeat: no-repeat;
}

.headerPanel{
    margin-left:26px;
    margin-top:20px;
}

.headerPanel A{
	text-decoration:none;
}
.headerPanel A:hover{
	text-decoration:underline;
}

/*-- user chat --*/
.userBox{
	width:490px;
	height:65px;
	
	margin-left:80px;
}
.userText, .userText SPAN{
	color:#2b2b2b;
	width:370px;
	font-size:12px;
	font-weight:bold;
}
.userText SPAN{
	margin-right:5px;
	color:#000000;
}
.userChatText{
    margin-left:20px;
    margin-top:40px;
}

/*-- text box --*/
.userChatText .textPanel{
	margin-top:12px;
	margin-left:20px;
}

.textPanel{
	width:430px;
	height:30px;
}
.chatTxt{
	width:395px;
	height:20px;
	
	color:#2b2b2b;
	font-size:12px;
	font-weight:bold;
	
	margin-left:5px;
	margin-top:2px;
	
	background:none;
	border:none;
	padding:0px;
}
.back{
	width:400px;
	height:20px;

	background-color:white;
	border:1px solid #1d1d1d;

	opacity:0.5;
	filter:alpha(opacity=50);

}
.userChatText .chatButton{
	margin-top:8px;
	cursor:pointer;
}
/*-- text box --*/

/*-- user chat --*/

/*-- teach user --*/
.teachPanel{
	margin-top:80px;
	margin-left:80px;
}
.teachMessages{
	font-weight:bold;
	width:440px;
	margin-bottom:10px;
}
/*-- teach user --*/

/*-- themes --*/
.themerList{
	opacity:0.6;
	filter:alpha(opacity=60);
}
.themerList, .themerList OPTION{
	color:#313131;
}

.default .background{
	background-image: url('images/sally-bg.jpg');
}
.leaves .background{
	background-image: url('images/leaves.jpg');
}
.bee .background{
	background-image: url('images/bee.jpg');
}
.sea .background{
	background-image: url('images/sea.jpg');
}
.turtle .background{
	background-image: url('images/turtle.jpg');
}
/*-- themes --*/
