	#info {
		background-color: #fffacd;
		height: auto;
		overflow: hidden;
		margin-top: 10px;
		margin-right: 20px;
		text-align: right;
		direction: rtl;
		border: 1px solid #eebf82;
		padding: 5px;

	}
	textarea {
		border: 1px solid #eebf82;
		background-color: #ffffef;
		width: 98%;
		height: auto;
		direction: ltr;
		font-family: arial , tahoma;
		font-size: 16px;
		font-weight: bold;
		color: #555555;
	}
	a img {
		border: none;
	}
	.submit , .button {
		font-family: tahoma;
		font-size: 12px;
	}
	.button {
		width: 100px;
		height: 30px;
	}
	.submit {
		width: 71px;
	}
	h1 , h2 , h3 {
		font-size: 12px;
		display: inline;
	}
	h2 , h3 {
		font-weight: normal;
	}
	#email , #code {
		font-family: tahoma;
	}
	#code {
		width: 66px;
		text-align: center;
		font-weight: bold;
		font-size: 13px;
	}
	#show {
		height: 25px;
	}
