*
{
	margin: 2px;
	padding: 0px;

	.htext
	{
	float: left; 
	font-family:'Impact'
	}
	
	.notetext
	{
	font-size: 12px;
	float: left;
	color: #FFFFFF;
	width: 100%; 
	}
	
	.ebutton {
	  display: inline-block;
	  border-radius: 6px;
	  background-color: #f4511e;
	  border: none;
	  color: #FFFFFF;
	  text-align: center;
	  font-size: 12px;
	  padding: 2px;
	  width: 100px;
	  transition: all 0.5s;
	  cursor: pointer;
	  margin: 5px;
	}

	.ebutton span {
	  cursor: pointer;
	  display: inline-block;
	  position: relative;
	  transition: 0.5s;
	}

	.ebutton span:after {
	  content: '\00bb';
	  position: absolute;
	  opacity: 0;
	  top: 0;
	  right: -20px;
	  transition: 0.5s;
	}

	.ebutton:hover span {
	  padding-right: 25px;
	}

	.ebutton:hover span:after {
	  opacity: 1;
	  right: 0;
	}

	.bg
	{
		background-color:#555851; 
		font-family:arial ;
	}
	
	.reply
	{
		color:yellow; 
		font-weight: bold;
		text-align:left;
		white-space: nowrap;
	}
	
	.formstyle
	{
		float: left; 
		width:100%; 
		color:white;
	}
	
	.txttable
	{
		text-align:left;
		float:left;
		width: 100%;
		border: 10px;
		border-color:white;
		cellpadding:0;
	}

	.tdfirstcol
	{
		width:5%;
	}
	
	.chktable
	{
		text-align:left;
		align: left;
		float:left;
		width: 50%;
		border: 0px;
		cellpadding:0;
	}
	
	.lbl
	{
		width:20px;
	}
	.txtbx
	{
		width:20px;		
	}
	
}