/* 
================================
 Container Styles for DotNetNuke
================================
*/   

.alright {
/*	float: right;*/
/*	clear:both;*/
}

.right_bg
{
	background: url(bg_right.gif) repeat-x 0 0;
	border:3px solid #d0edf8;
	padding: 0.3em;
	display:inline-block;
	
}
.right_bg a.CommandButton:link {
	font-size: 12px;
	text-transform:uppercase;
	font-family: Arial;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	background: #0362ac;
	padding:0.1em;
	border:2px solid #b3dafc;
}
