/*	CLEAR BOTH	*/
.cB {
	clear:both;
}

/*	POSIÇOES	*/
.absolute {
	position:absolute;
}
.relative {
	position:relative;
}

/*	MARGENS PARA ABSOLUTE	*/
.absTop {
	top:0;
}
.absRight {
	right:0;
}
.absBottom {
	bottom:0;
}
.absLeft {
	left:0;
}

/*	MARGENS DIVERSAS (EM BASE 10)	*/
.mTop {
	margin-top:10px;
}
.mRight {
	margin-right:10px;
}
.mBottom {
	margin-bottom:10px;
}
.mLeft {
	margin-left:10px;
}

/* Objetos Flutuantes*/

.left {
	float:left;
}
.right {
	float:right;
}

/*	SHOW | HIDE	*/

.show {
	display:block;
}
.hide {
	display:none;
}

div.fotoAmpliada {
	cursor:pointer;
	position:absolute;
	background:#FFF;
	padding:5px;
	border:solid 1px #333;
}

.voltarDois {
	clear:both;
	margin-top:10px;
}

.textoCampanha {
	text-align:center;
	padding-top:5px;
	padding-bottom:5px;
}
div.textarea {
	margin:0 auto;
	clear:both;
	padding:10px 0 15px 0;
	width:90%;
}
div.textarea label {
	font-weight:bold;
	display:block;
	line-height:30px;
	background:#F5F5F5;
	padding:0 0 0 10px;
}
div.textarea textarea {
	width:99%;
}
.noneAll * {
	color:#000;
}