textarea {
	float:left;
	clear:left;
	margin-top:5px;
	border:solid 1px #CCC;
	padding:5px;
}

.preview {
	float:left;
	clear:left;
	width:100%;
}

.tab
{
	background: transparent url('/App_Themes/images/BBCode/Tab.png');
width:24px;
height:24px;
	display:inline-block;
	float:left;
}

.tabblock
{
		background: transparent url('/App_Themes/images/BBCode/Indent-Increase-2.png');
width:24px;
height:24px;
	display:inline-block;
	float:left;
}

.bold 
{
background: transparent url('/App_Themes/images/BBCode/bold.png');
width:24px;
height:24px;
	display:inline-block;
	float:left;
}

.bold:hover {
	
}

.italic {
	background: transparent url('/App_Themes/images/BBCode/Italic.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.italic:hover {
	
}

.underline {
	background: transparent url('/App_Themes/images/BBCode/Underline.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.underline:hover {
	
}

.alignRight
{
		background: transparent url('/App_Themes/images/BBCode/Align-Right.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.alignCenter
{
		background: transparent url('/App_Themes/images/BBCode/Align-Centre-2.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.alignLeft
{
		background: transparent url('/App_Themes/images/BBCode/Align-Left-2.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.alignFull
{
			background: transparent url('/App_Themes/images/BBCode/Align-Full-2.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.link {
	background: transparent url('/App_Themes/images/BBCode/Link.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.link:hover {
	
}

.quote {
	background: transparent url('/App_Themes/images/BBCode/quotes.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.quote:hover {
	
}

.code {
	background: transparent url('/App_Themes/images/BBCode/code.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.code:hover {

}

.image {
		background: transparent url('/App_Themes/images/BBCode/Image.png');
		width:24px;
height:24px;display:inline-block;
	float:left;
}

.image:hover {
	
}

.nlist {
		background: transparent url('/App_Themes/images/BBCode/Numbering-2.png');
		width:24px;
height:24px;display:inline-block;
	float:left;
}

.nlist:hover {
	
}

.blist {
	background: transparent url('/App_Themes/images/BBCode/Bullets-2.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.blist:hover {
	
}

.litem {
	background: transparent url('/App_Themes/images/BBCode/list_item.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.litem:hover {
	
}

.back {
	background: transparent url('/App_Themes/images/BBCode/Undo.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.back:hover {
	
}

.back_disable {
	background: transparent url('/App_Themes/images/BBCode/Undo_dis.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.forward {
	background: transparent url('/App_Themes/images/BBCode/Redo.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.forward:hover {
	
}

.forward_disable {
	background: transparent url('/App_Themes/images/BBCode/Redo_dis.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.usize {
	background: transparent url('/App_Themes/images/BBCode/Format-Font Size.png');
	width:24px;
height:24px;display:inline-block;
	float:left;
}

.usize:hover {
	
}

.dsize {
	
}

.dsize:hover {
	
}

.color
{
	width:15px;
	height:15px;
	display:inline-block;
	float:left;
}

.red
{
	background-color:Red;
}

.black
{
	background-color: Black;
}

.white
{
	background-color: White;
}

.c0052fb
{
	background-color: #0052fb;
}

.green
{
	background-color: Green;
}


