#form_project {
 overflow: hidden;
}


#form_project fieldset {
 float: left;
 width: 335px;
 margin-right: 10px;
 padding: 10px;
 padding-top: 13px;
 margin-bottom: 20px;
 background: #e3e5e5;
}

#form_project button {
 display: block;
 clear: both;
}

#form_project textarea.description {
 height: 292px;
}

#form_project .photo {
 border: 1px solid #999;
 padding: 3px;
}

#form_project li {
 position: relative;
 padding: 10px;
 margin-bottom: 10px;
 background: #e9ecec;
}

#form_project li:hover {
 background: #cccfd1;
}

#form_project .pointer {
 position: absolute;
 top: 10px;
 right: 10px;
 cursor: pointer;
}

#photo_home {
 position: relative;
 padding: 10px 10px 0 10px;
 background-color: white;
 border: 1px solid #bdbdbd;
 font-size: 12px;
 margin-bottom: 10px;
}

#photo_home h2 {
 margin-bottom: 8px;
 font-size: 12px;
}

#photo_home a {
 margin-top: 8px;
 font-weight: bold;
 margin-bottom: 0px;
}
p.upload {
 margin-top: 36px;
}