<style type="text/css">
BODY
{
		background: rgb(0,0,0);
		color: rgb(220,220,220);
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
}

.siteouter
{
background: rgba(0,0,0,0.5);
position: absolute;
width: 800px;
height: 560px;
top: 50%;
left: 50%;
margin-top: -280px;
margin-left: -400px;
-webkit-border-radius: 12px;
 -khtml-border-radius: 12px;
	 -moz-border-radius: 12px;
		-ms-border-radius: 12px;
		 -o-border-radius: 12px;
				border-radius: 12px;
-webkit-box-shadow: rgba(0,0,0,1) 0px 5px 5px;
 -khtml-box-shadow: rgba(0,0,0,1) 0px 5px 5px;
	 -moz-box-shadow: rgba(0,0,0,1) 0px 5px 5px;
		-ms-box-shadow: rgba(0,0,0,1) 0px 5px 5px;
		 -o-box-shadow: rgba(0,0,0,1) 0px 5px 5px;
				box-shadow: rgba(0,0,0,1) 0px 5px 5px;
}

.line
{
		background-color:transparent;
		border-bottom:rgb(220,220,220) 1px solid;
		margin-top:19px;
		margin-bottom:20px;
		padding:0px;
}

img
{
		position:relative;
		-webkit-border-radius: 3px;
		 -khtml-border-radius: 3px;
		   -moz-border-radius: 3px;
		    -ms-border-radius: 3px;
		     -o-border-radius: 3px;
		        border-radius: 3px;
}

.tbn
{
		position:relative;
		-webkit-border-radius: 5px;
		 -khtml-border-radius: 5px;
		   -moz-border-radius: 5px;
		    -ms-border-radius: 5px;
		     -o-border-radius: 5px;
		        border-radius: 5px;
		-webkit-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
		 -khtml-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
			 -moz-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
				-ms-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
				 -o-box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
						box-shadow: rgba(0,0,0,0.5) 0px 2px 5px;
}

A, A:link, A:active, A:visited   
{
		color: rgb(0,149,238);
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
		text-decoration: none;
		font-weight:normal;
    -webkit-transition: all 0.5s;
     -khtml-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

A:hover
{
		color: rgb(255,255,255);
		font-size: 16px;
		font-family: Arial, Helvetica, sans-serif;
}

td,tr
{
		color: rgb(220,220,220);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		text-decoration: none;
}

.title
{
		position:relative;
		bottom:5px;
		font-color: rgb(255,255,255);
		font-family: Arial, Helvetica, sans-serif;
		font-size : 22px;
		font-weight:bold;
		TEXT-DECORATION: none;
}

.menu, A.menu:link, A.menu:active, A.menu:visited
{
		color: rgb(0,149,238);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: normal;
		TEXT-DECORATION: none;
		margin:0px;
		padding:5px;
		-webkit-border-radius: 3px;
		 -khtml-border-radius: 3px;
		   -moz-border-radius: 3px;
		    -ms-border-radius: 3px;
		     -o-border-radius: 3px;
		        border-radius: 3px;
    -webkit-transition: all 0.5s;
     -khtml-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

A.menu:hover
{
		color: rgb(255,255,255);
		background:rgb(0,149,238);
}

.menuu, A.menuu:link, A.menuu:active, A.menuu:visited
{
		color: rgb(255,255,255);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 20px;
		font-weight: normal;
		TEXT-DECORATION: none;
		background:rgb(0,149,238);
		margin:0px;
		padding:5px;
		-webkit-border-radius: 3px;
		 -khtml-border-radius: 3px;
		   -moz-border-radius: 3px;
		    -ms-border-radius: 3px;
		     -o-border-radius: 3px;
		        border-radius: 3px;
    -webkit-transition: all 0.5s;
     -khtml-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

A.menuu:hover
{
		color: rgb(255,255,255);
}

.button
{
		color: rgb(120,120,120);
		font-family: Arial, Helvetica, sans-serif;
		font-size : 16px;
		font-weight : bold;
		TEXT-DECORATION: none;
		background-color: transparent;
		border: 2px solid rgb(120,120,120);
		-webkit-border-radius: 5px;
		 -khtml-border-radius: 5px;
		   -moz-border-radius: 5px;
		    -ms-border-radius: 5px;
		     -o-border-radius: 5px;
		        border-radius: 5px;
    -webkit-transition: all 0.5s;
     -khtml-transition: all 0.5s;
       -moz-transition: all 0.5s;
        -ms-transition: all 0.5s;
         -o-transition: all 0.5s;
            transition: all 0.5s;
}

.button:hover
{
		color: rgb(0,149,238);
		border: 2px solid rgb(0,149,238);
}

.textfield
{
		background: rgba(0,0,0,0.3);
		color: rgb(220,220,220);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		TEXT-DECORATION: none;
		height:24px;
		padding-left:4px;
		padding-right:4px;
		border: 2px solid rgb(120,120,120);
		-webkit-border-radius: 5px;
		 -khtml-border-radius: 5px;
		   -moz-border-radius: 5px;
		    -ms-border-radius: 5px;
		     -o-border-radius: 5px;
		        border-radius: 5px;
}

.textfield-err
{
		background: rgba(0,0,0,0.3);
		color: rgb(220,220,220);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		TEXT-DECORATION: none;
		height:24px;
		padding-left:4px;
		padding-right:4px;
		border:2px solid rgb(220,30,30);
		-webkit-border-radius: 5px;
		 -khtml-border-radius: 5px;
		   -moz-border-radius: 5px;
		    -ms-border-radius: 5px;
		     -o-border-radius: 5px;
		        border-radius: 5px;
}

.textfield-text
{
		background: rgba(0,0,0,0.3);
		color: rgb(220,220,220);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		TEXT-DECORATION: none;
		padding-left:4px;
		padding-top:4px;
		padding-right:4px;
		padding-bottom:4px;
		border: 2px solid rgb(120,120,120);
		-webkit-border-radius: 5px;
		 -khtml-border-radius: 5px;
		   -moz-border-radius: 5px;
		    -ms-border-radius: 5px;
		     -o-border-radius: 5px;
		        border-radius: 5px;
		resize: none;
    overflow: auto;
}

.textfield-text-err
{
		background: rgba(0,0,0,0.3);
		color: rgb(220,220,220);
		font-family: Arial, Helvetica, sans-serif;
		font-size: 16px;
		font-weight: normal;
		TEXT-DECORATION: none;
		padding-left:4px;
		padding-top:4px;
		padding-right:4px;
		padding-bottom:4px;
		border: 2px solid rgb(220,30,30);
		-webkit-border-radius: 5px;
		 -khtml-border-radius: 5px;
		   -moz-border-radius: 5px;
		    -ms-border-radius: 5px;
		     -o-border-radius: 5px;
		        border-radius: 5px;
		resize: none;
    overflow: auto;
}

</style>