

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: lightyellow;
padding: 15px;
left: -1000px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 50px;
left: 75px; /*position where enlarged image should offset horizontally */

}







 body {margin:0px; padding:0px; background-color:#FFFFFF}

  .policy{font-family:Tahoma; font-size:10px;  color:#A4AFB1; }
  .text{font-family:Tahoma; font-size:10px;  color:#8D9591; }
  .white{font-family:Tahoma; font-size:10px;  color:#FFFFFF; text-decoration:none; line-height:10px }
  .main{font-family:Tahoma; font-size:11px;  color:#7D8682; line-height:13px }
  .green{font-family:Tahoma; font-size:10px;  color:#7EB101; line-height:13px }
  .green_11{font-family:Tahoma; font-size:11px;  color:#7EB101; line-height:13px }
  .orange{font-family:Tahoma; font-size:11px;  color:#FF9C00; line-height:13px }
  .blue{font-family:Tahoma; font-size:11px;  color:#00AAD5; line-height:13px }
  .beyaz{font-family:Arial, Helvetica, sans-serif; font-size:1px;  color:#ffffff; line-height:13px }





  .input{
  		width:107px; height:21px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#B7BCBE;
		font-family:Tahoma; font-size:11px;  color:#7D8682;
		padding-top:2px;
		}
		
  .input2{
  		width:319px; height:22px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#939C9E;
		font-family:Tahoma; font-size:11px;  color:#494F4E;
		padding-top:2px;
		}

		.textarea{
		width:319px; height:85px;
		border-width:1px;
		border-style:solid;
		background-color:#FFFFFF;
		border-color:#939C9E;
		font-family:Tahoma; font-size:11px;  color:#494F4E;
		padding-top:2px;
		overflow:auto;
		}


 






 





