#emailForm{
  margin-top: 5px;
}

#feedBack {
  font-family: "Tahoma", Arial, sans-serif;
  color: #505050;
  font-size: 11px;
  line-height: 17px;
  font-weight: bold;
  text-align: center;
  padding: 15px 10px 15px 0px;
}
#alert{
	font-family: Tahoma;
	color: #CC0208;
	text-align: center;
	font-size: 8pt;
	height: 15px;
}
#emailLabel {
 	font-size: 12px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
}
#trescLabel {
 	font-size: 12px;
    font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: left;
	vertical-align: top;
	padding-top: 3px;
}
#emailButton {
	text-align: right;
	vertical-align: top;
}
#email{
	font-family: Tahoma;
	color: #6B6B6B;
	background-color: #F0F0F0;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	font-size: 10px;
	width: 212px;
    height: 15px;
	padding-left: 4px;
	padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 0px;
}
#tresc{
	font-family: Tahoma;
	color: #6B6B6B;
	background-color: #F7F7F7;
	border-style: solid;
	border-width: 1px;
	border-color: #B0B0B0;
	font-size: 10px;
	width: 212px;
    height: 112px;
	padding-left: 4px;
	padding-right: 4px;
    padding-top: 2px;
    padding-bottom: 2px;
}
#button{
margin-top: 5px;
	cursor: pointer;
	
}


