/**** Gallery
***************/

.thumbBox {
width: 140px;
float: left;
margin: 0 0 1em 0;
}

.thumbBox a {
display: block;
width: 122px;
height: 122px;
line-height: 120px;
margin: 0 auto;
text-align: center;
}

.thumbBox a img {
vertical-align: middle;
border: 1px solid #333;
}

.thumbBox a:hover img {border: 1px solid #1F8BFF;}
.thumbsRow {clear: both;}

/**** Manager
***************/

.managecontainer textarea {width: 395px;}

.managecontainer hr {
width: 400px;
text-align: left;
margin: 20px auto 20px 0;
}

.pictureform .managepicture {
float: left;
clear: left;
}

.pictureform .shortfields {
margin-left: 20px;
float: left;
}

.uploadcounter {
width: 20px;
margin-bottom: 10px;
float: left;
clear: left;
}

.uploadform {
margin-top: 20px;
margin-bottom: -10px;
clear: both;
}

.uploadfile {
margin-bottom: 10px;
float: none;
}

.uploadfile input {width: 385px;}
.uploadform .clearboth, .pictureform .clearboth {clear: both;}
.deleteform {float: left;}
