div.imgfond
{
 background-image: url('../images/imgfond/triforce.png');
 background-repeat: no-repeat;
 background-position: 485px 10px;
}

th
{
 background-color: #2b1605;
 border: 1px solid #973d00;
 vertical-align: middle;
}

th.thcl
{
 font-family: georgia, arial;
 font-size: 18px;
 overflow: hidden;
}

td.sep
{
 font-size: 0px;
 height: 1px;
 background-color: #2b1605;
 border: 1px solid #973d00;
}

td.ban
{
 border: 2px solid #928882;
 text-align: center;
 padding: 3px;
 font-weight: bold;
}
td.ban textarea
{
 width: 99%;
 height: 45px;
 font-size: 11px;
 background-image: url('../images/fond/tr.png');
 background-color: transparent;
 border: 2px solid grey;
}

input.code
{
 width: 99%;
 font-size: 11px;
 background-image: url('../images/fond/tr.png');
 background-color: transparent;
 border: 2px solid grey;
}

div.sint, div.sint2
{
 font-family: georgia, arial;
 font-size: 16px;
 text-align: justify;
 padding: 3px;
}
div.sint2
{
 width: 450px;
}

span.url
{
 color: white;
 font-weight: bold;
}

div#ok
{
 background-color: #2b1605;
 border: 2px solid #973d00;
 width: 400px;
 min-height: 123px;
 position: relative;
  top: 150px;
  left: 110px;
 z-index: 100;
 text-align: center;
 
}
div#ok div.goron
{
 float: left;
 background-image: url('../images/gen/goron.png');
 background-repeat: no-repeat;
 width: 100px;
 height: 123px;
}
div#ok div.icross
{
 float: right;
 width: 25px;
 height: 25px;
 position: relative;
  top: -5px;
  left: 5px;
}
div#ok span.oktitle
{
 color: white;
 text-decoration: underline;
 font-size: 15px;
 font-weight: bold;
}
