/* panel */
.error {
  padding-top:   20px;
  padding-bottom:   20px;
  padding-right:	5px;
  padding-left:  50px;
  margin: 10px;
  border:   solid 1px black;
  background: url(../img/important.png) yellow;
  background-repeat: no-repeat;
  background-position: 5px 5px;
  color:  black;
  font-family: Tahoma, sans-serif;
  font-size: 13px;
  line-height: 150%;
  color: #323232;
}

.reqErr {
  border:   solid 1px red;
}

#regulamin div {
  width:  auto;
  height: 200px;
  margin: 10px;
  padding: 5px;
  color:    #111;
  overflow: scroll;
  background: #eee;
  border:   solid 1px gray;
  display: block;
}


.wizardButtonNext {
  position: relative;
  top: 323px;
  left: 349px;
}
.wizardButtonPrevious {
  position: relative;
  top: 323px;
  left: 350px;
}

label {
	margin: 10px 20px 10px 25px;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	line-height: 150%;
	color: #323232;
}

#left label {
  width: 100px;
}
#left input {
  margin-top: 5px;
  margin-bottom: 5px;
}

button, .btn {
    background:url(../img/bg_btn.png);
    width:	80px;
    height:	22px;
    color:	white;
    line-height:	22px;
    border:	0;
}
button:hover, .btn:hover, .btnOver {
   background:url(../img/bg_btn_over.png);
   width:	80px;
    height:	22px;
    color:	white;
    line-height:	22px;
    border:	0;
}

#history {
  font-family: Tahoma, Arial, Helvetica, sans-serif;
  line-height: 40px;
  margin-left: 40px;
  font-size: 0.8em;
}
#history a{
  text-decoration: none;
  color: black;
}
#history a:hover{
  text-decoration: none;
  color: orange;
}

fieldset {
  height:   380px;
  width: 	600px;
}

legend {
  font-family: Tahoma, sans-serif;
  font-size: 0.8em;
}
#premiumCode input, #domena input {
  margin-left: 150px;
  width: 300px;
}


.keyStart {
  font-weight:  bold;
  font-size:  1.7em;
}

.stats td {
  font-family:  courier new, courier;
  text-align: right;
  border-bottom: solid 1px gray;
  border-left: dotted 1px gray;
  padding: 6px;
}
.stats th {
  border-bottom: solid 1px gray;
  padding: 6px;
}
.stats td.nd {
  font-family:  verdana, sans-serif;
  text-align: center;
}
.stats tfoot td {
  font-weight: bold;
}
.inc, .current {
  background: #D7F6FF;
}
#cal {
  border:	solid 1px gray;
  border-top: none;
}
#cal th {
  border-top: solid 1px gray;
  padding: 2px;
}
#cal td {
  padding: 2px;
}