/* tag globals */

html, body {
  padding: 0;
}

p {
  line-height: 150%;
}

h1, h2 , h3, h4, h5, h6 {
  margin: 0;
}

.error a:link, .error a:visited {
  color: black;
}

/* common classes */

.right {
  float: right;
}

.left {
  float: left;
}

.center {
  text-align: center;
  margin: 0 auto;
  display: block;
}

.liner {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  padding: 20px;
}

.relative {
  position: relative;
}

/* forms */

input[type=radio] {
  border: none;
}

.checkbox_list li {
  display: inline-block;
  width: 120px;
  padding: 5px;
  list-style: none;
}

/* clearfix */
.clear {
 display:inline-block;
}
.clear:after {
 display:block; 
 visibility:hidden; 
 clear:both; 
 height:0; 
 content: "."; 
}
