.table-rounded-corners2 {
border: 1px solid #696;
padding: 6px 0;
text-align: center; width: 200px;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
-webkit-box-shadow: #666 3px 4px 5px;
-moz-box-shadow: #666 3px 4px 5px;
box-shadow: #666 3px 4px 5px;
background: #FFD899;
background: -webkit-gradient(linear, 0 0, 0 bottom, from(#FFD899), to(#EE33B0));
background: -webkit-linear-gradient(#FFD899, #EE33B0);
background: -moz-linear-gradient(#FFD899, #EE33B0);
background: -ms-linear-gradient(#FFD899, #EE33B0);
background: -o-linear-gradient(#FFD899, #EE33B0);
background: linear-gradient(#FFD899, #EE33B0);
-pie-background: linear-gradient(#FFD899, #EE33B0);
behavior: url(/pie/PIE.htc);}