body
{
 font-family: 'Century Gothic', sans-serif;
 background-image: url('bg.jpg');
 background-repeat: repeat-y;
 background-position: top;
 background-color: #555555;
 padding: 0;
 margin: 0;
 text-align: center;
}

label
{
 display: block;
 float: left;
 width: 240px;
 height: 30px;
 clear: left;
 font-weight: bold;
 white-space: nowrap;
}

input[type="text"],input[type="password"], select
{
 display: block;
 float: left;
 border: solid 1px #555555;
}

input[type="checkbox"]
{
 vertical-align: top;
 margin: 2px 5px 0 0;
}

input[type="submit"]
{
 font-weight: bold;
 padding: 3px 9px;
}

select
{
 width: 250px;
}


p.error
{
 font-weight: bold;
 color: red;
}

table
{
 margin: 0;
 border: solid 1px black;
}

td, th
{
 border: solid 1px #555555;
 padding: 2px 5px;
}

textarea#cimek
{
 width: 300px;
 float: left;
 border: solid 1px #555555;
 background-color: #eeeeee;
 padding: 0px;
 margin: 0;
 height: 500px;
}


form
{
 padding: 0;
 margin: 0;
}


div.box
{
 width: 500px;
 margin: 30px auto 0 auto;
 border: solid 1px black;
 background-color: #eeeeee;
 padding: 0 20px 20px 20px;
 background-image: url('formbg2.jpg');
 background-repeat: no-repeat;
 background-position: top;
 font-size: 15px;
 text-align: left;
}

div.box h2
{
 margin: 0 0 20px 0;
 padding: 0;
 border-bottom: solid 2px black;
 font-size: 17px;
}

div.box p
{
 text-align: justify;
}

div.box h1
{
 text-align: center;
 margin-top: 200px;
}

div.bbox
{
 margin: 30px;
 border: solid 1px black;
 background-color: #eeeeee;
 padding: 20px 20px 20px 20px;
 font-size: 12px;
 text-align: left;
}

div.bbox2
{
 margin: 0px;
 border: 1px solid #bebebe;
 background-color: #eeeeee;
 padding: 20px 10px 20px 10px;
 font-size: 13	px;
 text-align: left;
}

div.bbox table
{
 font-size: 12px;
}

div.bbox h1
{
 margin: 0 0 10px 0;
 text-align: center;
 font-size: 22px;
 border-bottom: solid 2px black;
}

div.topcenter
{
 margin: 0 auto 0 auto;
}

