	body {
		direction: rtl;
		font: 14px Arial, Tahoma, sans-serif;
		background-color: #fff;
		color: #000;
		padding: 0;
		margin: 0;
	}
	
	h1 {
		font-size:38px;
		color:#F15A21;
		margin:4px;
		padding:4px;
	}
	
	h2 {
		font-size:18px;
		color:#000;
		margin:4px;
		padding:4px;
	}
	
	p {
		font-size:14px;
		color:#000;
		margin:4px;
		padding:4px;
	}

	.input1 {
		border: 1px solid #666;
		font: 12px Arial, Tahoma, sans-serif;
		background: #fff;
		width: 167px;
		height: 14px;
	}
		
	#main_div {
		width: 770px;
		height: 550px;
		text-align: center;
		margin-top: 10px;
		position: relative;
		border: 1px solid #fff;
	}
	
	#title_div {
		height:24px;
		width:565px;
		position: absolute;
		top:3px;
		right:202px;
		text-align:right;
	}
	
	#text_div {
		height:293px;
		width:560px;
		position: absolute;
		top:59px;
		right:208px;
		text-align:right;
	}
	
	#input_div {
		position: absolute;
		top: 2px;
		right: -8px;
		width: 169px;
		height:550px;
		color: #000;
		font: bold 13px Arial, Tahoma, sans-serif;
	}

	#footer {
		width: 110px;
		height: 30px;
		margin-top: 15px;
		background: url('../images/adv_transparent.gif') top center no-repeat;
		cursor: pointer;
	}
		
	a.link_title {
		color:#FFFFFF;
		font-size:16px;
		font-weight:bold;
	}
	
	a.link_title:hover {
		color:#FBFF82;
	}
