.left {float: left;}
.right {float: right;}
.clear-both {clear: both;}

.text-left {text-align: left;}
.text-right {text-align: right;}
.text-center {text-align: center;}

.auto {
  margin-left: auto;
  margin-right: auto;
}

body {
/*  background-color: #ffffff;*/
  color: #000011; 
  /*font-family: Arial, Geneva, Helvetica, sans-serif;*/
  font-family: Courier, Helvetica,sans-serif;
  background: transparent url(/assets/images/crondroid.jpg) no-repeat top left;
}


.container {
  margin: 0;
  min-height: 650px; /* not required for IE6? */
  font-size: 1.2em;
/*
  border-left: 1px dotted #777;
  height: 1000px;
*/
}


* html .container {
/*  margin: 20px 20px 20px 180px;*/

/*  font-size: 1.2em;*/
/*
  border-left: 1px dotted #777;
  height: 1000px;
*/
}




.error p {
  margin: 0;
  padding: 0;
  line-height: 1.2em;
}

form div {
  padding-bottom: 0.5em;
/*  background-color: yellow;*/
}

img {vertical-align:middle;} /* for the captcha */

.underline {text-decoration: underline;}

#footer h2 {
  font-size: 1em;
}


input {
  padding: 2px;
}

input {
  border: 3px solid #afafaf;
  border-width: 2px 1px 1px 2px;
}

input:focus {
  border: 3px solid #f9828b;
  border-width: 2px 1px 1px 2px;
}

