body {
	background: none;
}

#shoutForm, #postlist {
	border-radius: 8px;
	border: 1px solid #ff3e00;
	width: 99%;
	padding: 1.2em;
	background-color: rgba(255,62,0,0.1);
}

#postlist {
	padding: 1.2em 0;

}

#viewAllMessage #postlist {
	margin-bottom: 1em;
}

#postlist div {
	margin: 0.5em;
	padding: 0.5em;
	border-bottom: 1px solid #ff3e00;
}

#postlist div:last-child {
	border-bottom: none;
}

#postlist .pseudo {
	color: #ff3e00;
	font-weight: bold;
}

#mixComments input[type=text]#pseudo, #videoComments input[type=text]#pseudo {
	width: 20%;
	display: inline-block;
}

#mixComments input[type=text]#message, #videoComments input[type=text]#message {
	width: 40%;
	display: inline-block;
}

@media screen and (max-width: 980px) {
	#mixComments input[type=text]#pseudo, #videoComments input[type=text]#pseudo {
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}

	#mixComments input[type=text]#message, #videoComments input[type=text]#message {
		width: 100%;
		display: block;
		margin-bottom: 1em;
	}

}

.form-error {
	border-radius: 8px;
	border: 1px solid #ff3e00;
	padding: 1.2em;
	background-color: rgba(255,62,0,0.1);
}

div.form-error {
	margin-bottom: 1em;
} 

.form-error .error-message {
	color: #ff0000;
}

table.smiley {
	border-top: 1px solid #ff3e00;
}

.smiley td {
	padding: 0.25em;
	border-bottom: 1px solid #ff3e00;
}