
/*

Design by Halimi Fatos / K3SH

*/



#reg {
    position : absolute;
    left : 25%;
    text-align : center;
    top : 25%;
  }


#format_reg {
    position : absolute;
    left : 102px;
  }


#quote {
    border-bottom-style : dotted;
    border-left-style : dotted;
    border-right-style : dotted;
    border-top-style : dotted;
    margin-left : 5%;
    margin-right : 5%;
    margin-top : 5%;
    margin-bottom : 5%;
  }


body {
    background-color : #FFFFFF;
    background-image : url('./pictures/stripe.png');
    background-repeat :repeat;
    font-family:Verdana;
  }


.logo {
    color : #ff2200;
    font-family : Verdana;
    font-size : 40px;
    left : 35%;
    position : absolute;
    top : 35%;
  }


#LogoKGP {
    left : 15%;
    position : relative;
  }


#LogoK3SH {
    left : 40%;
    position : relative;
  }


.buttons {
    -khtml-border-radius : 20px;
    -moz-border-radius : 20px;
    background-image : url('./pictures/bg_buttons.png');
    border-bottom-color : #202020;
    border-bottom-style : solid;
    border-left-color : #202020;
    border-left-style : solid;
    border-right-color : #202020;
    border-right-style : solid;
    border-top-color : #202020;
    border-top-style : solid;
    left : 26%;
    position : absolute;
    top : 25%;
  }


.content {
    -khtml-border-radius : 30px;
    -moz-border-radius : 30px;
    background-image : url('./pictures/bg_buttons.png');
    border-bottom-color : #202020;
    border-bottom-style : solid;
    border-left-color : #202020;
    border-left-style : solid;
    border-right-color : #202020;
    border-right-style : solid;
    border-top-color : #202020;
    border-top-style : solid;
    color : #ff0004;
    margin-left : 10px;
    font-size : 13px;
    height : 450px;
    margin-right : 0px;
    overflow : auto;
    padding-bottom : 10px;
    padding-left : 10px;
    padding-right : 10px;
    padding-top : 10px;
    position : absolute;
    top : 40%;
    width : 95%;
    z-index : auto;
  }


table {
    background-color : #000000;
    border-bottom-color : silver;
    border-left-color : silver;
    border-right-color : silver;
    border-top-color : silver;
    left : 25%;
    position : absolute;
  }


/*img {
    left : 23%;
    position : absolute;
  }*/


td {
    background-color : #454545;
  }


.contact {
    font-family : FreeSans;
    left : 30%;
    position : absolute;
    top : 10%;
  }


a {
    color : #ff0004;
    font-family : Verdana;
    font-size : 20px;
  }


a:visited {
    color : #ff0004;
    font-family : Verdana;
    font-size : 20px;
  }


pre {
    color : #ff0004;
    font-family : Verdana;
    font-size : 15px;
  }


#regbtn {
	left : 26%;
    position : absolute;
  }


