#form{
  background: white;
  padding: 12px;	
  margin: 10px;
	
}

.buttons {
	margin-top: 0px;
	}
	
table.post {
	width: 100%;
	margin: 0 1em 2em 0;
    border: 1px solid #999;
  
}

tr.header {
	font-size: 12px;
	background: #666;
	color: white;
}

tr.header td{
	padding: 5px;	
	background: #666;

}

tr.header td.title {
	font-weight: bold;
}
	
tr.header td.name {
	font-size: 10px;
	text-align: right;
}


tr.response-header {
	font-size: 10px;
	background: #999;
	color: white;
}

tr.response-header td{
	padding: 5px;	
	background: #999;

}

tr.response-header td.title {
	font-weight: bold;
	}
	
tr.response-header td.name {
	font-size: 10px;
	text-align: right;
}


tr.email td {
	text-align: right;
    padding: 3px 3px 3px 0;
    font-size: 10px;
}


tr.body {
	font-size: 12px;
}

tr.body td {
	padding: 1em;	
    line-height: 20px;
}



.topimage {
	margin: 10px 0 10px 0;
	text-align: center;	
}

.foreword {
  font-size: 14px;
  padding: 1em 2em;
  line-height: 18px;
  color: #000000;
}

ul.comment {
  font-size: 12px;
  line-height: 18px;
  list-style-type: square  
}

#simplemodal-overlay {
  background-color:#000;
  cursor:wait;
}

#simplemodal-container {
  height:300px;
  width:500px;
  background-color:#fcc;
  border:3px solid #ccc;
}

#simplemodal-container a.modalCloseImg {
  background:url(../img/x.png) no-repeat;
  width:25px;
  height:29px;
  display:inline;
  z-index:3200;
  position:absolute;
  top:-14px;
  right:-18px;
  cursor:pointer;
}

.show-all-link {
	margin: 0px 3px 10px 0;
	text-align: right;
	font-size: 10px;
}

.response-link {
    margin-bottom: 10px;
    margin-right: 3px;
    margin-top: 3px;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
}


.message {
  margin: 10px 0 30px 0;
  font-size: 14px;
  font-weight: bold;
}

.errors {
  font-size: 14px;
  font-weight: bold;
  color: red;
}

.errors li {
	text-decoration: none;
	text-indent: 0;
}

p.done{
   font-size: 16px;
   font-weight: bold;
   margin: 100px 0  800px 0;
   text-align: center;
   line-height: 200%;/
   
}

.submit-post {
  float: left;
  margin-right: 15px;
}


.submit-back{
  
}