body {
   text-align: center;
   font-family: arial,verdana,helvetica;
   font-size: 80%;
   margin: 0px;
   color: #000000;
   background-color: #FFFFFF;
}
a {
   color: #4040FF;
   text-decoration: none;
}
a:hover {
   color: #0000C0;
   text-decoration: underline;
}
.sign {
   position: relative;
   left: -155px;
   top: +100px;
}
.middle {
   width: 400px;
   height: 140px;
   margin: auto;
   text-align: center;
   border: 1px solid #C0C0C0;
   background-color: #EFF2F5;
   background-image: url("http://error.krasl.cz/images/undercon.jpg");
   background-repeat: no-repeat;
}
.inside {
   margin: 10px;
}
h1 {
   width: 400px;
   height: 20px;
   margin: auto;
   font-size: 120%;
   text-align: right;
   font-weight: bold;
   margin-top: 5px;
   margin-bottom: 0px;
}
h2 {
   text-align: right;
   font-size: 150%;
   color: #808080;
   font-weight: bold;
   margin-top: 15px;
}
p {
   margin-top: 45px;
}
.host {
   color: #808080;
   font-size: 80%;
   width: 400px;
   margin: auto;
   text-align: right;
   position: relative;
   top: -120px;
   left: -10px;

}
.footer {
   color: #808080;
   font-size: 80%;
   text-align: center;
   margin-top: 3px;
}
form {
	margin-bottom: 0px;
}
input {
   font-family: arial,verdana,helvetica;
   font-size: 80%;
   position: relative;
   top: -5px;
}