/* CSS Document */
form{
width:360px !important;
}
* html form{
width:170px;
float:right;
}
pre {
	white-space: pre;
	font-family: monospace;
	background-color: #eee;
	width: 90%;
	border: 1px dotted black;
	display: block;
	padding: 7px;
}
code {
	font-family: monospace;
}
h4 { 
	margin-bottom: 0em; }

#commentForm { 
	width: 360px; 
}
#commentForm label { 
	width: 250px; 
}
#commentForm label.error, #commentForm input.submit { 
	margin-left: 253px; 
}
	
#signupForm { 
	width: 360px; 
}
#signupForm label.error {
	font-size:9px;
	width: auto;
	color:red;
	display:block;
	
}
#newsletter_topics label.error {
	display: none;
	margin-left: 103px;
}
form h3{
margin-left:0;
}

form a:link,
form a:visited {
	text-decoration:none;
	color:#013870;
}

form a:hover{
	text-decoration:underline;
}
fieldset{
	border:none;
}
legend{
	padding:10px;
}
label.left{
	float: left;
	width: 10em;
}
textarea{
	width:100%;
	height:100px;
	font-size:12px;
	padding:.5em .1em  .5em .1em!important;
} 
p input{
width:230px;
}
form p {
	margin-bottom:10px;
}
input, textarea, select {
	color:#959595;
	padding:.1em 0em .1em 0.5em;
	border:1px solid #999;
	border-top:2px solid #666;
	border-left:2px solid #666;
	font-size:11px;

}
select {
width:300px;
line-height:1.3em;
color:#313131;
}
option {
line-height:1.5em;
}

/*  floats wieder aufheben*/
form br{
	clear:both;
}
form .space{
	margin-top:10px;
}
label,
select,input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit]{
	cursor:pointer;
}