.grey_glow {
border: 2px solid white;
-webkit-box-shadow:0 0 10px #ddd;
-moz-box-shadow:0 0 10px #ddd;
box-shadow:0 0 10px #ddd;
background: #e9e9e9;
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(233,233,233)), color-stop(1, rgb(255,255,255)));
background-image: -moz-linear-gradient(center bottom, rgb(233,233,233) 0%, rgb(255,255,255) 100%);
}
loading