#postOptions {
	float: left;
	width: 100%;
	background-color: rgb(235, 235, 235);
	padding: 10px;
	margin-bottom: 20px;
}

#postOptions #left{
	float: left;
	width: 45%;
}

#postOptions #right{
	float: left;
	width: 45%;
}

#escrever_post label {
	font-weight: bold;
	font-size: 13px;
	color: rgb(95, 95, 95);
}

#escrever_post input {
	margin-right: 10px;
}