/* Styles that are selectable in WYGWAM */

/* Use basic font – set as per style_uc.css */
body { font:14px/1.231 sans-serif; *font-size:small; line-height: 1.3em; } 

.box{
	text-align: center;
	background-color: #EDEDED;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 15px 20px;
	border: 1px solid #43AFD6;
}

.box.highlight-red{
	background-color: #333333;
}
.box.highlight-green{
	background-color: #299d47;
	border-color: #ff3535;
}
.box.highlight-blue{
	background-color: #00a2d7;
}