.box_container {
    background-color:#FFFFFF;

}

.box_container .box_tl {
	background: url(/img/signal2010/box/t-l.png) top left no-repeat;
}

.box_container .box_tr {
	background: url(/img/signal2010/box/t-r.png) top right no-repeat;
}

.box_container .box_bl {
	background: url(/img/signal2010/box/b-l.png) bottom left no-repeat;
}

.box_container .box_br {
	background: url(/img/signal2010/box/b-r.png) bottom right no-repeat;
}

.box_padd .box_r {
	padding: 16px;
	min-height:150px;
}

.w600 {	
    width:200px;
}

.box_gradient {
  	background: url(/img/signal2010/box/bg-grad.jpg) top center repeat-x;
}

.box_fade .box_bl {
	background: url(/img/signal2010/box/b-l-grad.png) bottom left no-repeat; 
}


.box_fade .box_r {
	background: url(/img/signal2010/box/b-r-grad.png) bottom right no-repeat; 
}
