form
    {
	
    border-width: 2px;
    border-style: solid;
    border-color: #cccccc;

    padding: 15px;
    width: 350px;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
	color: #5b8ff9;
    }
	
	
label
    {
    float: left;
    width: 75px;
    text-align: right;
    
    margin-right: 15px;
    }
	
input
    {
    background-color: #f4f3ac;

    font-size: small;

    border-width: 1px;
    border-style: solid;
    border-color: #5b8ff9;
    
    margin-bottom: 10px;
	
    }
	
select
    {
    width: 120px;
    font-size: x-small;
    background-color: #f4f3ac;
    
    border-color: #5b8ff9;
    border-style: solid;
    border-width: 1px;
    
    margin-bottom: 10px;
    }
	
textarea
    {
    width: 250px;
    height: 100px;
    background-color: #f4f3ac;
    
    border-width: 1px;
    border-style: solid;
    border-color: #5b8ff9;
    
    font-family: Arial, Helvetica, sans-serif;
    font-size: small;
    
    margin-bottom: 10px;
    }
	
fieldset
    {
	background-image: url(schrift.jpg);
	background-repeat: repeat;
	background-position: 1px 1px;	
	
	background-color: #fffff;
	border-width: 2px;
	border-style: solid;
	border-color: red;
	width: 200px;
	}
	
legend
     {
	font-family: Arial, Helvetica, sans-serif;
    font-size: 110%;
	color: #5b8ff9;
	 }