
#send_mail table {
  	  	
	border-top: 3px solid #feb413;
	border-right: 3px solid #feb413;  
	border-left: 3px solid #feb413;
	border-bottom: 3px solid #feb413;
	width: 163px;	
	}



#send_mail table td {
  background-color: #FE7913;
  padding-left: 5px;
  padding-right: 5px;
}
	
#send_mail table td.title  {
  padding-top: 5px;
  text-align: center;
  font-size: 15px;
  font-family: Verdana; 
  font-weight: bold;
  color: white;
	}

#send_mail table td.title_text {
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  font-family: Verdana;
  color: white;
  padding-bottom:5px;
  padding-top:5px;
	}

#send_mail table td.input {
  font-size: 9px;
  font-family: Verdana; 
  font-weight: bold;
  color: white;
  height: 17px;
	}
	
#send_mail table td.text {
  font-size: 9px;
  font-family: Verdana;
  font-weight: bold ;
  color: white;
  padding-top:0px;
  text-align: left;
	}

#send_mail table td.condition  {
	padding-bottom:8px;
	padding-top:4px;
	padding-left: 10px;
	text-align: right;
	}

#send_mail table td.condition a {
  font-size:9px;
  color: #5f5f5f; 
	text-decoration: underline;
	font-style: italic;
	}
	





