acronym {
  border-bottom: 1px dotted
}
table {
  width: 600px;
}
body { 
  font-family: Helvetica, sans-serif; 
  margin: 4em;
  margin-left: 4em;
  width: 55em;
}
#news, #now {
  float:right;
  width: 16em;
  background-color: #ffcccc;
  padding: 1em;
  clear:right;
  margin-bottom: 1em;
}
#now {
  background-color: #ddffdd;
}
#news h2, #now h2 {
  margin-top: 0;
}
#main {
  width: 35em;
  line-height: 1.3em;
} 
pre {
  line-height: 1em;
}
#course-outline, .aside {
  background-color: #eeeeee;
  padding: 10px;
  margin: -10px;
}
.aside p {
  font-style: italic;
}
#course-outline p {
  margin-top: 0;
}
#course-outline ul {
  margin-bottom: 0;
}
th {
  text-align: left;
}
td {
  padding-right: 1em;
}
tr.success {
  color: #aaaaaa;
}
h1 { text-transform: uppercase; font-size: 64pt; margin-bottom: 0.2em}
h2 { text-transform: uppercase; clear:left}
.friend { color: purple; }
a { color: #005500 }
img { float: left;  margin-right: 1em }
.quote {
  margin: -10px;
  padding: 10px;
  background-color: #BCCAE8;
   margin-bottom: 1em; width: 560px

}
q { font-style: italic; }
.register-now, .subtitle { font-size: 1.5em }
img.pay {float: none}
table { margin-bottom: 20px }

#callout {
  position: absolute;
  left: 1em;
  top: 1.5em;
  color: white;
  background-color: #00aa00;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;


  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
  box-shadow: 0 1px 2px rgba(0,0,0,.2);

  
  border-bottom: 1px solid rgba(0,0,0,0.25);

  -webkit-transform: rotate(-7deg); 
  -moz-transform: rotate(-7deg);	
}

#callout h2 {
  margin: 0;
  padding: 10px;
  color: #fff;
}
#callout a {
  text-decoration: none;
  text-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.green {
  color: #e8f0de;
  border: solid 1px #538312;
  background: #64991e;
  background: -webkit-gradient(linear, left top, left bottom, from(#7db72f), to(#4e7d0e));
  background: -moz-linear-gradient(top,  #7db72f,  #4e7d0e);
}

label {
  width: 125px;
  display: inline-block;
}

.submit {
  font-size: 150%;
}

.error {
  color: red;
}

h1 a {
  color: black;
  text-decoration: none;
}

.more-info {
  font-size: 120%;
}
.host {
  margin-top: -1.5em;
  margin-left: 30em;
  font-weight: bold;
  font-size: 120%;
}
.highlight {
  font-weight: bold;
  font-size: 120%;
  background-color: yellow;
  padding: 10px;
  margin: -10px;
  margin-bottom: 20px;
}
.ticklist li {
  margin: 0;
  padding: 2px 0 2px 16px;
  list-style: none;
  background: url('/images/tick1.jpg') no-repeat 5px left;
}
.fieldWithErrors {
  display: inline;
}
