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

body {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 12px;
	background:url(images/bgb.jpg) repeat-x;
	direction:rtl;
}

.logo {
		width: 210px;
		background-image:url(images/webist.jpg);
		height:70px;
		margin: 0 auto;
		padding-left: 50px;
}
div.container {
				width:600px;
				height:auto;
				margin: 0 auto;
				margin-top: 80px;
}
.form_left {
			 width:300px;
			 float:left;
}

.sidebar { width: 290px; float:right; min-height:100px;}


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

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