@import "Global.css";

.logo {
   height : 60px;
}

h3 {
  font-size : 1.3em;
  text-align : center;
  margin-bottom : 5px;
  padding : 0px;
}

p {
  margin : 0px;
  margin-bottom : 5px;
  padding : 0px;
}

pre{
   margin-top : 0.2em;
   margin-right : 0em;
   margin-bottom : 0em;
   margin-left : 1em;
   padding : 0em;
}

.lar {
   position : relative;
   width : 540px;
   top : -540px;
   height : 0px;
   margin-top : 0px;
   margin-bottom : 0px;
   margin-left : auto;
   margin-right : auto;
   padding : 0px;
   text-align : center;
   color : white;
/*
   border-width : 1px;
   border-style : solid;
   border-color : red;
*/
}

.lartext {
   position : relative;
   width : 540px;
   margin : 0px;
   margin-top : 10px;
   margin-left : auto;
   margin-right : auto;
   padding : 0px;
/*
   border-width : 1px;
   border-style : dotted;
   border-color : white;
*/
}

.idinfo {
   position : relative;
   height : 50px;
   width : 540px;
   top : 0px;
   margin : 0px;
   margin-left : auto;
   margin-right : auto;
   padding : 0px;
   text-align : left;
/*
   border-width : 1px;
   border-style : dotted;
   border-color : green;
*/
}

.name {
   position : absolute;
   left : 0px;
   width : 150px;
   margin-left : 0px;
/*
   border-width : 1px;
   border-style : dotted;
   border-color : white;
*/
}
.email {
   position : absolute;
   right : 0px;
   width : 150px;
   margin-right : 0px;
/*
   border-width : 1px;
   border-style : dotted;
   border-color : white;
*/
}

.query {
   position : relative;
   width : 540px;
   top : 0px;
   margin : 0px;
   margin-left : auto;
   margin-right : auto;
   text-align : center;
/*
   border-width : 1px;
   border-style : dotted;
   border-color : white;
*/
}

.submit {
   position : relative;
   width : 200px;
   margin : 0px;
   margin-top : 10px;
   margin-left : auto;
   margin-right : auto;
   text-align : center;
/*
   border-width : 1px;
   border-style : solid;
   border-color : blue;
*/
}

.report {
   position : relative;
   width : 540px;
   top : -500px;
   height : 0px;
   margin-top : 50px;
   margin-bottom : 0px;
   margin-left : auto;
   margin-right : auto;
   padding : 0px;
   text-align : left;
   font-style : normal;
   color : white;
/*
   border-width : 1px;
   border-style : dotted;
   border-color : blue;
*/
}
.rlink{
   color : silver;
}

.lerror {
   margin-top : 10px;
   margin-bottom : 0px;
   color : red;
   text-decoration : none;
   font-style : italic;
   font-weight : normal;
}

.nav {
   top : 0px;
   height : 500px;
}

.button1 {
   top :40px;
   left : 30px;
}
.button2 {
   top : 150px;
   left : 30px;
}
.button3 {
   top : 260px;
   left : 30px;
}
.button4 {
   top : 370px;
   left : 30px;
}
.button5 {
   top :  40px;
   right : 30px;
}
.button6 {
   top : 150px;
   right : 30px;
}
.button7 {
   top : 260px;
   right : 30px;
}
.button8 {
   top : 370px;
   right : 30px;
}

.contactblock {
   top : -565px;
   height : 60px;
   width : 800px;
   font-size : 0.7em;
}

.addressblock {
   position : absolute;
   top : 10px;
   left : 30px;
   width : 150px;
   height :  30px;
   color : silver;
/*
   border-width : 1px;
   border-style : dashed;
   border-color : pink;
*/
}

.phoneblock {
   position : absolute;
   top : 20px;
   right : 60px;
   height :  20px;
   width : 100px;
   color : silver;
/*
   border-width : 1px;
   border-style : dashed;
   border-color : white;
*/
}
.webblock {
   position : absolute;
   bottom: 5px;
   right: 165px;
   height :  15px;
   width : 225px;
/*
   border-width : 1px;
   border-style : dashed;
   border-color : pink;
*/
}
.emailblock {
   position : absolute;
   bottom: 5px;
   left: 165px;
   height :  15px;
   width : 225px;
/*
   border-width : 1px;
   border-style : dashed;
   border-color : pink;
*/
}
