/* Dünne Ränder */
input, textarea, select, .form-tabs label
{ border:1px solid #ccc; }

/* Panel-Rand */
.form-panel
{ border:1px solid #ccc; }

/* Radius */
select, .module, input, textarea
{ border-radius:6px; }

.profile-section img
{ border-radius:50%; }

/* Keine Ränder */
input[type="submit"]
{ border:none; }
