	#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;
	}
	#info b {
		color : red;
	}
	textarea {
		width: 560px;
		height: 600px;
		direction: rtl;
		font-family: arial , tahoma;
		font-size: 16px;
		font-weight: bold;
		color: #555555;
		text-align:justify;
	}
	#firstname , textarea {
		margin-bottom : 5px;
		border: 1px solid #eebf82;
		background-color: #ffffef;

	}
	#firstname {
		font : 12px Tahoma , Arial;
	}
	#lastname {
		display:none;
		visibility:hidden;
	}
	label {
		float:right;
		display : block;
		width : 100px;
		font-weight:bold;
	}
	.m {
		margin-right:103px;
	}
	#submit {
		font:12px Tahoma;
		width : 150px;
		margin-right:60px;
		margin-top:10px;
	}
	form br {
		clear:right;
	}
	a img {
		border: none;
	}
	.button {
		font-family: tahoma;
		font-size: 12px;
	}
	.button {
		width: 100px;
		height: 30px;
	}
	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;
	}
	#visualcode {
		margin-top : 10px;
		margin-right : 160px;
		padding : 5px;
		font-weight:bold;
		width:410px;
		text-align : center;
		display:block;
	}
	#visualcode #storycode {
		margin-top : 10px;
	}
	#comment-text {
		height : 150px;
	}
	#story-content {
		font-family:b lotus,arial;
		font-size:18px;
		font-weight:bold;
		line-height : 35px;
		text-align:justify;
		direction:rtl;
	}
	#addlink {
		display:block;
		text-align:left;
		text-decoration:none;
		color:blue;
		font-weight:bold;
	}
