@charset "utf-8";
/* CSS Document */

#postLeftColumn {
	
	float:left;
	margin:200px 30px auto;
	/*margin-top:-100px;
	margin-left:185px;*/
	width:650px;
	color:white;
	min-height:500px;
	/*height:500px;
	overflow:auto;*/
}

body.mceContentBody {
   background: white;
}
.mceContentBody a {
   color: red ; /* FF requires a important here */
}
.textInput
{
	border: 3px solid white;
	/*background:#222327;*/
	background:#141517;
	color: #ffffff;
	font-size: 1.1em;
	padding:10px;
}
