1div.unpublished {
2  margin: 2em;
3  margin-left: auto;
4  margin-right: auto;
5  width: 70% !important;
6  min-height: 40px;
7  clear: both;
8  text-align: justify;
9  vertical-align: middle;
10  border-collapse: collapse;
11  padding: 15px 20px 15px 80px;
12  background-position: 30px 50%;
13  background-repeat: no-repeat;
14  -moz-border-radius: 10px;
15  -khtml-border-radius: 10px;
16  border-radius: 10px;
17  background-color: #fdd;
18  background-image: url(images/draft.png);
19}