﻿.txt
 {
  border: 1px solid #a0d9f9;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
   background-color:White;
  color:Black;
    margin-left: 22px;
}
.btn
 {
  border: 1px solid #029fe8;
  color:white;
  font-family:Verdana; 
  background-color:#029fe8;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;  
 }
 .btn{
		/*display: block;
		background: #c8c8c8;
		height: 100%;
		text-align: center;*/
	}
btn:hover{
		background: red;
	}
	.noline
	{ color:Black;
		text-decoration:none;
	}
	.noline:hover
	{
		color:#0072c6;
		text-decoration:none;
	}
  .watermarked
{
    padding:2px 0 0 2px;
    border: 1px solid #a0d9f9;
    background-color:#E5E4E2;
    color:Gray;
    -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px 5px 5px 5px;
  font-family:Verdana;
  
}
.text-arrange{width:0px; margin:0px; padding:0px; }
  .txt-left{width:143px; float:left;}
 .cont-text{ line-height: 20px; width:300px;overflow-y:scroll; height:40px; overflow-x:hidden ;}
 .cont-texted{ line-height: 20px; width:400px;overflow-y:scroll; height:40px; overflow-x:hidden ;}