.content {
    width: auto;
	margin: 20px 40px;
	font-family: "Lucida Grande";
	font-size: 10pt;
}

.picture {
    clear: both;
    margin: 20px 5px 0px 5px;
    overflow: hidden;
    background: #d8d8d8;
    padding: 10px;
    -webkit-box-shadow: 3px 3px 4px #ABABB2;
}

.picture img {
    float: left;
}

.picture .label {
    float: left;
    width: 180px;
    margin: 0px 18px;
}

