﻿
/* Style for rounded box user control */

.rounded2_wrapper
{
	width:100%;
}

.rounded2 {
 margin:0px auto;
 color:#000000; 
 background-color:#ffffff; 
 width:100%; 		/* Needs 100% to work on masterpage's content page. */
}

.rounded2 .hd2 .c2
{
 font-size:1px; /* ensure minimum height */
 height:9px; 
}

.rounded2 .ft2 .c2
{
 font-size:1px; /* ensure minimum height */
 height:9px;	
}

.rounded2 .hd2 {
 background:transparent url(Images/border2_tl.jpg) no-repeat 0px 0px;
}

.rounded2 .hd2 .c2 {
 background:transparent url(Images/border2_tr.jpg) no-repeat right 0px;
}

.rounded2 .bd2 {
 background:transparent url(Images/border2_ml.jpg) repeat-y 0px 0px;
  
}

.rounded2 .bd2 .c2 {
 background:transparent url(Images/border2_mr.jpg) repeat-y right 0px;
}

.rounded2 .bd2 .c2 .s2 {
	margin:0px 10px 0px 3px;
	background-color:transparent;	
	padding-bottom:3px;
}

.rounded2 .ft2 {
 background:transparent url(Images/border2_bl.jpg) no-repeat 0px 0px;
}

.rounded2 .ft2 .c2 {
 background:transparent url(Images/border2_br.jpg) no-repeat right 0px;
}

