/* 
===================================
 Container Styles for Electric Blue
===================================
*/ 

.RoundedCorners .egry_container_top_bg
{
	background: url("images/ElecGry/ElecGry_N.png") repeat-x top left;
}

.RoundedCorners .egry_container_top_left
{
	background:url("images/ElecGry/ElecGry_NW.png") no-repeat top left;
}

.RoundedCorners .egry_container_top_right
{
	background:url("images/ElecGry/ElecGry_NE.png") no-repeat top right;
}

.RoundedCorners .egry_container_right_bg
{
	background:url("images/ElecGry/ElecGry_E.png") repeat-y top right;
}

.RoundedCorners .egry_container_left_bg
{
	background:url("images/ElecGry/ElecGry_W.png") repeat-y top left;
}

.RoundedCorners .egry_container_pad
{
	background:#FFF url("images/ElecGry/ElecGry_BG.png") top left;
}

.RoundedCorners .egry_container_bot_bg
{
	background:url("images/ElecGry/ElecGry_S.png") repeat-x top left;
}

.RoundedCorners .egry_container_bot_left
{
	background:url("images/ElecGry/ElecGry_SW.png") no-repeat top left;
}

.RoundedCorners .egry_container_bot_right
{
	background:url("images/ElecGry/ElecGry_SE.png") no-repeat top right;
}

