div#stopka{
	font: 9px/10px "Verdana", Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #A69D92;
	text-align: center;
}


body{
    /*IE content centering*/
    text-align: center;
    padding-top: 26px;
    background-image: url('../images/bgcolor.png');
    background-repeat: repeat;
    font: 12px/14px "Verdana", Arial, Helvetica, sans-serif;
    color: black;
}

div#wrapper{
    text-align: center;
    margin: auto;
    width: 800px;
    background-color: white;
    border: 1px solid black;
}
div#wrapper h4{
    font-size: 12px;
    font-weight: bold;
    /*background-color: rgb(78,53,37);*/
    background-image: url('../images/h1back.gif');
    background-repeat: repeat-x;
    color: white;
    margin: 0;
    padding: 5px 5px 5px 5px;
}

div#message{
    margin: auto;
    text-align: center;
    width: 350px;
    padding: 20px;
}
div#message p{
    text-align: center;
}

p#filetypes{
    font-weight: bold;
    color: gray;
}


form{
    padding: 20px 20px 0 20px;
}

form input, textarea{
	font: 12px/14px "Verdana", Arial, Helvetica, sans-serif;
	background-color: white;
   background-image: url('../images/formback.gif');
	border: 1px solid #6495ed;
	margin-bottom: 0.5em;
}

form div#buttons{
    text-align: center;
    padding: 10px;
}

form div#buttons input{
    margin: 5px;
}

table th {
    text-align: left;
    font-weight: bold;
    vertical-align: top;
}
table td {
    text-align: left;
    font-weight: normal;
    padding-left: 20px;
    vertical-align: top;
}

div#warunki{
    height: 255px;
    overflow: auto;
    border: 1px solid gray;
    background-color: #eaeaea;
	 background-image: url('../images/textback.gif');
	 background-repeat: repeat-x;
    margin-bottom: 2em;
}

div#warunki p{
    text-align: justify;
    margin-bottom: 1em;
}
div#warunki p .subp{
    margin-left: 10px;
    padding-left: 10px;
}

.option{
    width: 320px;
    border: 1px solid #c7e7e8;
    text-align: center;
    vertical-align: middle;
    padding: 10px;
}
.option p{
    text-align: center;
}


.alert{
    color: red;
    font-size: 10px;
}
.shadow{
    color: gray;
    font-size: 10px;
}

h2{
    text-align: center;
    font-weight: bold;
    margin: 10px;
}


ul{
    margin-left: 10px;
}

li{
    margin-left: 10px;
}

a:link {
    color: #356894;
    text-decoration: none;
}
a:visited {
    color: #356894;
    text-decoration: none;
}
a:active {
    color: #356894;
    text-decoration: none;
}
a:hover {
    color: #3e74a3;
    text-decoration: none;
}
.center{
    text-align:center;
}

p.subp{
    margin-left: 10px;
}