.container{
background: -webkit-gradient(linear, bottom, left 175px, from(#CCCCCC), to(#EEEEEE));
background: -moz-linear-gradient(bottom, #CCCCCC, #EEEEEE 175px);
margin:auto;
position:relative;
/* width:450px; */

font-family: Tahoma, Geneva, sans-serif;
font-size: 12px;
font-style: italic;
line-height: 14px;
font-weight: bold;
color: #1d5b99;
text-decoration: none;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
padding:10px;
border: 1px solid #999;
border: inset 1px solid #333;
-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);}

.content{
    padding: 5px;
    margin: 0 auto;
}
.content span{
    width: 250px;
}

.dz-message{
    text-align: center;
    font-size: 14px;
}