*:focus { outline: none; }
body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
img { border: none; }
td { vertical-align: top; } 
.nowrap { white-space: nowrap; }
table .menu {
	text-align: right;
	white-space: nowrap;
}
table .menu img { margin-left: 5px; }
.mceEditor {
	display: inline-block;
	margin-bottom: 5px;
}

blockquote {
	border: 1px solid #E6DB55;
	background-color: #FFFFE0;
	margin: 1em  0;
	padding: 10px;
	border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px;
}
blockquote.error {
	border-color: #C00;
	background-color: #FAE0E0;
	color: #C00;
}