/* CSS Document */

body {
  width: 100%; height: 100%;
  background: #bbe0ef;
  margin: 0 auto 0 auto; padding: 0;
	color: #333333;
}

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;
}

.r { text-align: right; }
.l { text-align: left; }
.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; }

div.blue-line { height: 1px; overflow: hidden; border-bottom: 2px solid #c7cde0; }

.msg-err, .msg-ok { padding: 15px; margin: 15px 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: #3c4f86; text-decoration: none; }
a:hover { text-decoration: underline; }
a img { border: 0; }
