@charset "utf-8";
/* CSS Document */

body {  font-family:Tahoma, Geneva, sans-serif; 
		font-size:12px; 
		color:#000; 
		direction:rtl;
		}
#container { width:300px; padding-top: 30px; margin: 0 auto;}

textarea#styled {
	width: 260px;
	height: 120px;
	border: 3px solid #cccccc;
	padding: 5px;
	font-family: Tahoma, sans-serif;
	
	background-image: url(img/bg.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

input#styled {
	width: 260px;
	border: 3px solid #cccccc;
	font-family:Tahoma, Geneva, sans-serif;
	
	}