@charset "UTF-8";

body
 {	
 	color:white;
 	background: #EEEEEE;
 	margin:0px;
 	padding:0px;
}

#header 
{
	color:#FF8856;
    font-size:50px;
    font-weight:600;
	background:white;
	 margin: 0px;
    padding: 1px;

}

#regiForm
{
    background:white;
     margin: 0px;
    padding: 1px;

}

#regiTitle
{
    color:white;
    font-size:20px;
    font-weight:600;
    background:#FF8856;
     margin: 0px;
    padding: 1px;

}

table
{
    border:10px white;

}

th
{
    color:white;
    font-size:17px;
    font-weight:600;
    background:#FF8856;
    width:200px;
    height:50px;
     margin: 0px;
    padding: 1px;
}

td
{
    color:#696969;
    font-size:17px;
    font-weight:550;
    background:#CCFFFF;
    width:300px;
    height: 50px;
     margin: 0px;
    padding: 1px;

}

input
{
    border:none;
    background:none;
}

select
{
    border:none;
    background:none;
    width:300px;
    height:50px;
}

span
{
    background:#FF1A6F;
}

#button
{
    color:white;
    font-size:17px;
    font-weight:550;
    width:150px;
    height:50px;
    background:#FF8856;

}



#message
{
    color:#FF8856;
    font-size:20px;
    font-weight:600;

}

/*
#headerLink
{

	background:#EEEEEE;
	 margin: 0px;
     padding: 0.5px;
}

#headerLink a
{
    color:#888888;
}

a 
{
	color:#008080;
}

#contents
{
	color:orange;
	background:;
}

img:hover {
opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

.relative {
    position: relative;
    width: 600px;
}
.absolute {
    position: absolute;
    bottom: 100px;
    width:50%;
    background:rgba(0,0,0,.6);
    font-size:20px;
    color:white;
    text-align:center;
}

#footer
{
	background:black;
	 margin: 0px;
     padding: 0.5px;
     width:100%;
  	height: 150px;
  	position: absolute;
     bottom: 0;
}
*/