.my { border: 1px solid #999999; -webkit-border-radius: 4px; -moz-border-radius: 4px; border-radius: 4px; background-color: #d9d9d9; background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#d9d9d9)); background-image: -webkit-linear-gradient(#ffffff,#d9d9d9); background-image: -moz-linear-gradient(top, #ffffff, #d9d9d9); filter: progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#d9d9d9'); -ms-filter: "progid:DXImageTransform.Microsoft.Gradient(StartColorStr='#ffffff', EndColorStr='#d9d9d9')"; background-image: -ms-linear-gradient(#ffffff,#d9d9d9); background-image: -o-linear-gradient(#ffffff,#d9d9d9); background-image: linear-gradient(#ffffff,#d9d9d9); }