/* 
  CSS Document
  (c) 2008 w3media.sk 
*/
body, html { margin:0; padding:0; text-align: center; }
h1, h2, h3, h4, h5, h6, ul, ol, img { margin: 0; padding: 0; }
p { padding:0 0 10px 0; }
img { border: 0; }

.w3-clear { clear:both; }
.w3-center { margin: 0 auto; }
.w3-tcenter { text-align: center; }
.w3-tleft { text-align: left; }
.w3-tright { text-align: right; }
.w3-left { float: left; }
.w3-right { float: right; text-align: left; }
.w3-hidden { display: none; }
.w3-print { position:absolute; left:-10000px; top:auto; width:1px; height:1px; overflow:hidden; }
.w3-wrap { width: 1000px; text-align: left; }
.w3-hand { cursor: hand; cursor: pointer; }

.w3-good, .w3-error {
  padding: 5px 5px 5px 10px;
  font-size: 80%;
  font-weight: bold;
  position: relative;
  margin-bottom: 10px;
}
.w3-good { border: 2px solid #007D00; background-color: #00A100;}
.w3-error { border: 2px solid red; background-color: #FF9900; }
.w3-close {
  width: 100px;
  position: absolute;
  top: 0px;
  right: 0px;
  text-align: right;
  text-decoration: underline;
  cursor: hand; 
  cursor: pointer;
  padding: 5px;
}

