/*
 * Shoutbox Element Styling
 */
 
/* Prevents page from breaking from long text */
pre {
	width: 177px;
	white-space: pre; /* CSS2 */ 
	white-space: -moz-pre-wrap; /* Mozilla */ 
	white-space: -hp-pre-wrap; /* HP printers */ 
	white-space: -o-pre-wrap; /* Opera 7 */ 
	white-space: -pre-wrap; /* Opera 4-6 */ 
	white-space: pre-wrap; /* CSS 2.1 */ 
	white-space: pre-line; /* CSS 3 (and 2.1 as well, actually) */ 
	word-wrap: break-word; /* IE */ 
	white-space: normal;
}
 
.shoutbox_element {
	/* placeholder */
}

.shoutbox_element .shout {
	/* layout */
	text-align:left;
}

.shoutbox_element table {
	/* layout */
	margin-top: 3px;
}

.shoutbox_element form div.input {
	/* layout */
	width: 88%;
}
.shoutbox_element form div.submit {
	/* layout */
	margin-left:135px;
}
.shoutbox_element div.button {
	/* layout */
	width:185px;
	height:30px;
}