/* Utility Classes */

.split {
	width: 100%;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px solid #666666;
}

.size-12 { font-size: 12px !important; }
.size-14 { font-size: 14px !important; }
.size-16 { font-size: 16px !important; }
.size-18 { font-size: 18px !important; }
.size-21 { font-size: 21px !important; }
.size-24 { font-size: 24px !important; }
.size-36 { font-size: 36px !important; }
.size-48 { font-size: 48px !important; }
.size-60 { font-size: 60px !important; }
.size-72 { font-size: 72px !important; }
.size-128 { font-size: 128px !important; }

textarea {
	height: auto;
}

/* Downvote Color */

.down {color: #f04124 !important;}

/* Register Checks */

.postfix.success {
	border-color: #4f8A10;
	background: #DFF2BF;
	color: #4F8A10;
}

.postfix.failure {
	border-color: #f04124;
	background: #fddadc;
	color: #f04124;
}

.register-user.success, .register-pass.success, .register-pass-conf.success, .new-pass.success, .new-pass-conf.success {
	border-color: #4f8A10;
}

.register-user.failure, .register-pass.failure, .register-pass-conf.failure, .new-pass.failure, .new-pass-conf.failure {
	border-color: #f04124;
}