@charset "UTF-8";
/* CSS Document */
body {

background-image: url(../images/Background_Repeat.png);

background-repeat: repeat;

font-family: 'Lucida Console', 'Courier New';

font-size: 12px;

}

#Main {

background-image: url(../images/Welcomepage_Box2.png);

background-position: left;

background-repeat: no-repeat;

width: 640px;

height: 480px;

}

#Form {

margin-top: -90px;

margin-left: 329px;

z-index: 10;

}

#RegBox {

position: absolute;

top: 130px;

left: 50%;

margin-left: -155px;

width: 310px;

height: auto;

z-index: 100;

border: 3px #FFF solid; 

background-color: #000;

color: #FFF;

}

#Gray {

position: absolute;

top: 0;

left: 0;

width: inherit;

height: inherit;

background-color: #000;

z-index: 50;

}

#NoJava {
	
position: absolute;

top: 0;

left: 0;

width: 100%;

height: 100%;

background-color: #000;

z-index: 500000;

color: #FF0000;

}

#Username_Input, #Password_Input {

width: 133px;

}

#Login_Submit {

border: 1px #FFF solid;

width: 70px;

}