body {
 margin:12px;
 font-family:Arial,Helvetica,Sans-Serif;
 font-size:1em;
 color:#000000;
 background-color:#FFFFFF;
}
img {
 border-width:0px;
}
h1 {
 margin:12px 0px;
 border:1px solid #000000;
 border-width:0px 1px 1px 0px;
}

p {
 text-align:justify;
}

fieldset {
 margin-bottom:12px;
 padding:12px;
 -moz-border-radius:18px;
}
legend  {
 font-weight:bold;
}
input[type="text"] {
 border:1px solid #000000;	
}
input[size="60"] {
 width:45%;
}
textarea[cols="60"] {
 width:95%;
}
input[type="reset"] {
 color:#FF0000;
 width:30%;
}
input[type="submit"] {
 background-color:#B0E76F;
 width:45%;
}

div.fsinfo {
 margin-top:2px;
 padding:2px;
 width:40%; 
 float:right;
 font-size:smaller;
 background-color:#B0E76F;
}
div#goodresults {
 background-color:#B0E76F;
 padding:2px;
}
div#badresults {
 background-color:#C03000;
 padding:2px;
}

a {
 color:#C03000;
 font-weight:bold;
}
a:hover {
 text-decoration:none;
}
#soziobar a {
 display:block;
 border:1px solid silver;
 padding:4px 0px;
 margin-right:4px;
 width:24px;
 float:left;
 text-align:center;
}