form {
margin: 0px;
padding: 0px;
}

form label {
font-weight: bold;
}

form input, textarea, select {
 border: #999999 solid 1px;
 background-color: #FBFBFB;
 width: 150px;
 margin: 0px 2px 0px 0px;
 font-size: 11px;
 color: #666677;
 padding: 4px;
 font-family: Verdana, Arial, Helvetica, sans-serif;
}

form input:hover, textarea:hover, select:hover{
 background-color: #DFDFDF;
}

form input.button {
background-color: #FF6600;
border: none;
color: #fff;
font-weight: bold;
cursor: pointer;
padding: 0px;
margin: 0px;
height: 19px;
}

form input.checkbox {
 width: 20px; 
 border: 0px; 
}

form input.radio {
 width: 20px; 
 border: 0px; 
}

/* ########### WEITERE BILDER Weblog ################ */
div.thumb {
	margin-bottom: 0.5em;
	border-style: solid; border-color: White;
	width: auto;
	}

div.thumb div {
	border:1px solid #cccccc;
	padding: 3px !important;
	background-color:#f9f9f9;
	font-size: 94%;
	text-align: center;
	overflow: hidden;
	}

div.thumb div a img {
	border:1px solid #cccccc;
	}

div.thumb div div.thumbcaption {
	border: none;
	text-align: left;
	line-height: 1.4;
	padding: 0.3em 0 0.1em 0;
	}

div.magnify {
	float: right;
	border: none !important;
	background: none !important;
	}

div.magnify a, div.magnify img {
	display: block;
	border: none !important;
	background: none !important;
	}

div.tright {
	clear: right;
	float: right;
	border-width: 0.5em 0 0.8em 1.4em;
	}

div.tleft {
	float: left;
	margin-right:0.5em;
	border-width: 0.5em 1.4em 0.8em 0;
	}

div.afterheading {
        font-size: 84%;
        line-height: 1.2em;
        margin: 0 0 1.4em 1em;
        color: #7d7d7d;
        width: auto;
        }