/*
Standard CSS Datei für Formulare auf worx.at
*/

form {
	margin:0;
	padding:0;
}  
fieldset { 
	border: 1px solid #ccc; 
	padding: 1em; 
	margin: 0; 
	padding-top:2em; 
	padding-left:2em;
}
fieldset ul, fieldset li{
	border:0; 
	margin:0; 
	padding:0; 
	list-style:none;
}
fieldset li{
	clear:both;
	padding-bottom:10px;
}
fieldset li span, blockquote span.blue {
	padding-left:4px;
	line-height:20px;
	color: #00aeef;
}

fieldset input, fieldset select, fieldset textarea{
	float:left;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	padding:2px;
	margin-bottom:10px;
	
}

input[type="text"] {
	display:block;
	width:180px;
	border:1px solid #666666;

}

textarea {
	width:300px;
	height:100px;
	border:1px solid #666666;
}

select {
	border:1px solid #666666;
}

fieldset label{
	width:140px;
	float:left;
}

DIV.submit {
	background: #eee;
	border: 1px solid #ccc;
	border-top: 0;
	padding: 1em;
	text-align: right;
	margin-bottom: 20px;
}

.contact form{
	margin-top:10px;
}		
.contact{
	margin-bottom:0px;
}
.contact fieldset {
	padding-left:1em;
}
.newsletter form{
	margin-top:10px;
}	
#message {
          border: 1px solid #ccc;
		  color:red;
          padding: 5px;
      }
