﻿
/* Style for rounded box user control */

.rounded_wrapper
{
	width:100%;
}

.rounded {
 margin:0px auto;
 color:#000000; 
 background-color:#ffffff; 
 width:100%; 		/* Needs 100% to work on masterpage's content page. */
}

.rounded .hd .c
{
 font-size:1px; /* ensure minimum height */
 height:9px; 
}

.rounded .ft .c
{
 font-size:1px; /* ensure minimum height */
 height:9px;	
}

.rounded .hd {
 background:transparent url(Images/border1_tl.jpg) no-repeat 0px 0px;
}

.rounded .hd .c {
 background:transparent url(Images/border1_tr.jpg) no-repeat right 0px;
}

.rounded .bd {
 background:transparent url(Images/border1_ml.jpg) repeat-y 0px 0px;
  
}

.rounded .bd .c {
 background:transparent url(Images/border1_mr.jpg) repeat-y right 0px;
}

.rounded .bd .c .s {
	margin:0px 10px 0px 3px;
	background-color:transparent;	
	padding-bottom:3px;
}

.rounded .ft {
 background:transparent url(Images/border1_bl.jpg) no-repeat 0px 0px;
}

.rounded .ft .c {
 background:transparent url(Images/border1_br.jpg) no-repeat right 0px;
}
