/* CSS Document */

body {
  width: 100%; height: 100%;
  background: #fff url('../img/layout/page-bg.png') top center repeat;
  margin: 0 auto 0 auto; padding: 0;
  position: relative;
}

body, h1, h2, h3, td, th, a, select, input, textarea, button {
	font-size: 12px;
	font-family: 'Arial CE', Arial, Helvetica, sans-serif;
}
textarea, input {
  font-size: 12px;
}

.l { text-align: left; }
.r { text-align: right; }
.c { text-align: center; }
.j { text-align: justify; }

.left { float: left; }
.right { float: right; }
.cleaner { clear: both; overflow: hidden; height: 1px; }
div[class] .cleaner { height: auto; }

.text-center { text-align: center; }

.msg-err, .msg-ok { padding: 15px; margin: 0 0 10px 0; text-align: center; }
.msg-err { color: #c00; }
.msg-ok { color: #360; }
.free { border: #ccc; padding: 15px; text-align: center; }
.msg-err .hide, .msg-ok .hide { position: absolute; top: 5px; right: 5px; }

a { color: #ac2021; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0px solid black; }
