

#accordion {
position:relative;
margin:0;
}

.accordion {
width:900px;

}

.accordion dt {
position:absolute;
top:-37px;right:30px;
font: normal 14px/17px Georgia, Times, serif;
color:#075077;
text-transform: uppercase;
text-align:center;
border:#85bee7 dashed 1px; 
padding: 2px 12px 2px 12px; 
cursor:pointer;
width: 70px;

}

.accordion dt:hover {
text-decoration: none;
background-color: #cbe3f5;
border:#739dbb dashed 1px;
}


.accordion dd {
position:relative;
top:10px;
overflow:hidden; 
background:url(../img/letter.jpg) no-repeat center top;
background-color:transparent;
height: 263px;
}

.accordion span {
display:block; 
font: normal 14px Georgia, Times, serif;
color: #633707;
text-align: left;
margin: 10px 0 5px 0;
padding: 10px 0 10px 30px;
height: 263px;
}

#resume {
	margin: 0;
	padding: 0;
	width: 150px;
	padding: 55px 0 0 50px;
	/* border:#000 dashed 1px;*/
}

#resume a.download {
    color: #4d2905;
	font: bold 12px;
}

#resume a.download:hover {
    text-decoration:underline;
}

#sendletter {
    font: normal 12px Georgia, Times, serif;
    position:relative;
	top:-100px;
	left:250px;
	width: 600px;
	margin: 0;
	padding: 0;
	/* border:#000 dashed 1px;*/
}

.header{font-weight:bold; width:350px; padding-bottom:10px;}

.sendname{
  width:600px;
  height:37px;
}

.sendname2{
  width:520px;
  height:115px;
}

.itext {
  float:right;
  background-color: transparent;
  border:0px none;
  border-bottom:#c5b7b0 solid 1px;
  background:#f5d3c2;
  margin-right:130px;
  height:20px;
  width:400px;
}

.textarea {
  margin-right:50px;
  float:right;
  background-color:transparent;
  border:#c5b7b0 solid 1px; 
  background:#f5d3c2;
  width:400px;

  
}

.answer{
  float:left;
  margin:5px 0 0 350px;
  background-color: transparent;
  border:#c5b7b0 solid 1px; 
  background:#f5d3c2;
  width:150px;
  height:20px;
}

.send{
  float:right;
  background-color: transparent;
  border:0px none;
  font: bold 22px Georgia, Times, serif;
  color: #482201;
  margin-right:25px;
  width:70px;
  position:relative;
  top:-70px;
  }

.send:hover{
	text-decoration:underline;

}

