.postbox{
}
.postbox > .inside{
    padding-bottom: 14px;
}
.postbox-textarea{
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}
.postbox-contents{
    margin-bottom: 10px;
}
.postbox-footer{
    height: 30px;
    line-height: 30px;
}
.postbox-footer-counter{
    display: inline-block;
    font-size: 14px;
    color: rgb(40,40,40);
    margin-right: 10px;
}
.postbox-footer-counter.error{
	color: red;
}
.postbox-login{
	background-color: white;
	padding-bottom: 20px;
}
.postbox-login-inside{
	padding: 20px;
	padding-bottom: 35px;
	text-align: center;
	line-height: 26px;
	border-bottom: 1px solid rgb(220, 220, 220);
}
.postbox-login-link{
	font-weight: bold;
}