
#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: 14px;
  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:7px;
  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;
	}
	
button.defaultbutton{
  background-color: rgb(138,210,33);
  border: 1px solid rgb(96,157,18);
  color: white;
  font-size: 11px;
  padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
	cursor: pointer;
	}

button.defaultbutton:hover{
   color:#ffffff;
   border: 1px solid rgb(96,157,18);
     padding-bottom: 0px;
	padding-top: 0px;
	padding-left: 1px;
	padding-right: 1px;
  }



