#smileyToolbar {	
display: none;	
position: absolute;	
width: 0;	
height: 0;	
background-color: buttonface;	
border: 2px outset;	
}
#toolbar {	

background-color: buttonface;	
border: 1px outset;	
}
.separator {	

border-left: buttonshadow 1px solid;	
border-right: buttonhighlight 1px solid;	
width: 2px;}
.flatButton {	

border: buttonface 1px solid;	
padding: 1px;	
cursor: default;	
}
.raisedButton {	

border: buttonface 1px outset;	
padding: 1px;	
}
.pressedButton {	
border-style: inset;	
padding-top: 2px;	
padding-left: 2px;	
}
.pressedOutButton {	
background-color: threedlightshadow;
}