#form-container input.text {
width: 230px;
}
#form-container select {
width: 234px;
}
#form-container textarea {
width: 230px;
height: 120px;
}


#tagtips {
text-align: center; background-color: #fffdb9; font-size: 12px; padding: 15px; color: #7D771C;
margin-bottom: 12px;
line-height: 20px;
}
#tagtips a {
font-weight: bold;
padding: 0 4px;
color: #544E0A;
}

.recent-images-wrapper {
float: left;
padding: 4px 0;
text-align: center;
width: 33%;
}
.recent-images-wrapper a {
font-size: 11px;
outline: none;
}
.recent-images-wrapper a img {
border: 1px solid #fff;
}
.default {
background-color: #f4f4f4;
}

#fotoblog-wrapper { width: 140px; float: right; padding: 0; margin: 6px 0 12px 12px; }

#fotoblog { clear: both; position:relative; z-index:3; width: 140px; overflow: hidden; background-color: #eee; padding: 5px 0; margin: 0; }
#fotoblog-inside { width: 10000px; padding: 0; margin: -10px 0; }
#fotoblog-inside img { padding: 0px; margin: 0; border: 0; }
#fotoblog-inside table td { width: 120px; text-align: center; vertical-align: middle; padding: 0px 0px 3px 0px; }

#fotoblog-inside table td a { text-decoration: none; }

#fotoblog-controls { width: 140px; text-align: center; background-color: #fff; }
#fotoblog-controls a { display: block; float: left; width: 70px; height: 14px; outline: none; }

#fotoblog-controls a.prev { background: transparent url(../images/prev.gif) no-repeat top right; }
#fotoblog-controls a:hover.prev { background-position: bottom right; }
#fotoblog-controls a.next { background: transparent url(../images/next.gif) no-repeat top left; }
#fotoblog-controls a.next:hover { background-position: bottom left; }
