textarea {
	float:left;
	clear:left;
	margin-top:5px;
	border:solid 1px #CCC;
	padding:5px;
}

.preview {
	float:left;
	clear:left;
}

.btn {
	background: transparent url('/forum/uploadcp/forms/img/button.gif') no-repeat scroll 0 0;
	width:22px;
	height:22px;
	margin-right:5px;
	display:inline-block;
	float:left;
}

.bold {
	background-position:0 0;
}

.bold:hover {
	background-position:0 -25px;
	cursor:pointer;
}

.italic {
	background-position:-25px 0;
}

.italic:hover {
	background-position:-25px -25px;
	cursor:pointer;
}

.underline {
	background-position:-50px 0;
}

.underline:hover {
	background-position:-50px -25px;
	cursor:pointer;
}

.center {
	background-position:-75px 0;
}

.center:hover {
	background-position:-75px -25px;
	cursor:pointer;
}

.img {
	background-position:-100px 0;
}

.img:hover {
	background-position:-100px -25px;
	cursor:pointer;
}

.url {
	background-position:-125px 0;
}

.url:hover {
	background-position:-125px -25px;
	cursor:pointer;
}

.yt {
	background-position:-150px 0;
}

.yt:hover {
	background-position:-150px -25px;
	cursor:pointer;
}

.vermelho {
	background-position:-175px 0;
}

.vermelho:hover {
	background-position:-175px -25px;
	cursor:pointer;
}

.amarelo {
	background-position:-200px 0;
}

.amarelo:hover {
	background-position:-200px -25px;
	cursor:pointer;
}

.verde {
	background-position:-225px 0;
}

.verde:hover {
	background-position:-225px -25px;
	cursor:pointer;
}

.azul {
	background-position:-250px 0;
}

.azul:hover {
	background-position:-250px -25px;
	cursor:pointer;
}

.preto {
	background-position:-275px 0;
}

.preto:hover {
	background-position:-275px -25px;
	cursor:pointer;
}

.spoiler {
	background-position:-300px 0;
}

.spoiler:hover {
	background-position:-300px -25px;
	cursor:pointer;
}

.media {
	background-position:-325px 0;
}

.media:hover {
	background-position:-325px -25px;
	cursor:pointer;
}

.grande {
	background-position:-350px 0;
}

.grande:hover {
	background-position:-350px -25px;
	cursor:pointer;
}

.gigante {
	background-position:-375px 0;
}

.gigante:hover {
	background-position:-375px -25px;
	cursor:pointer;
}

.blist {
	background-position:-400px 0;
}

.b.list:hover {
	background-position:-400px -25px;
	cursor:pointer;
}

.litem {
	background-position:-425px 0;
}

.l.item:hover {
	background-position:-425px -25px;
	cursor:pointer;
}

.back {
	background-position:-450px 0;
}

.back:hover {
	background-position:-450px -25px;
	cursor:pointer;
}

.back_disable {
	background-position:-450px -50px;
}

.forward {
	background-position:-475px 0;
}

.forward:hover {
	background-position:-475px -25px;
	cursor:pointer;
}

.forward_disable {
	background-position:-475px -50px;
}


