#content-wrap h1 {
   font-family:Rockwell, Gerogia, Tahoma;
   font-size: 1.6em;
   line-height: 1.2em;
   font-weight:bold;
   color: #F60;
   letter-spacing: -.1em;
   margin: 1em 0;
}

#content-wrap h2 {
   font-family:Rockwell, Gerogia, Tahoma;
   font-size: 1.4em;
   font-weight:bold;
   color: #639;
   letter-spacing: -.1em;
   margin:2em 0 1em 0;
   }

#content-wrap h3 {
   font-family:Rockwell, Gerogia, Tahoma;
   font-size: 1.2em;
   line-height:1.4em;
   font-weight:bold;
   color: #999;
   letter-spacing: -.1em;
   margin:0 0 1em 0;
   }
   
#content-wrap p {
   font-size:.8em;
   line-height:1.8em;
   color:#333;
}

#content-wrap p.date {
line-height: 100%;
margin:0;padding:0;
}

#rtcol {
margin: 40px 0 0 0;
   
   position:absolute;
   top:10px;
   right:20px;
   width: 160px;
   float:right;
}

div.form-wrap {
border: 1px solid #ccc;
background: #DDEEFE;
margin:10px 0;
width: 520px;
padding:10px;
text-align:left;font-size: 80%;
}

div.form-wrap label {
width: 250px;
}



input.text {
width:340px;
margin:2px;
}

.right {
}

.form-row {
padding: 5px 2px;
}
.form-left {
float:left;
width:150px;
}


.form-right {
float:right;
width:350px;
}

.form-br {
clear:both;
}