@import url(http://fonts.googleapis.com/earlyaccess/opensanshebrew.css);

	html,body {
		background: url(images/bg.jpg) 0 0 no-repeat;
		background-size: 100% 100%;
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 14px;
		line-height: 21px;
		font-family: 'Open Sans Hebrew', serif;
		direction: rtl;
		width: 100%;
		height: 100%;
	}

	.wrapper {
		width: 960px;
		height: 600px;
		margin: 20px auto;
	}
	
	.content {
		background: url(images/white.png) 0 0 no-repeat;
		width: 908px;
		min-height: 472px;
		background-size: 100% 100%;
		padding: 15px;
		position: relative;
	}
	
	.logo {
		float: right;
		width: 365px;
		height: auto;
		margin: 0;
	}
	
	.right_content {
		float: right;
		margin-right: 190px;
		font-size: 21px;
		line-height: 25px;
		margin-top: 8px;
		width: 310px;
		text-align: center;
		margin-left: 50px;
	}

	.right_content p {
		margin: 0 0 10px;
	}
	
	#form {
		height: 225px;
	}
	
	div#form p {
		line-height: 38px;
		margin: 0 0 10px;
		font-size: 20px;
		font-weight: 600;
	}
	
	div#form h3 {
		font-size: 23px;
		line-height: 27px;
		margin: 0 0 15px;
		padding: 0;
		text-align: center;
	}
	
	input[type="text"] {
		background: url(images/input.png) 0 0 no-repeat;
		border: 0;
		margin: 0;
		padding: 5px;
		width: 248px;
		height: 28px;
		float: left;
		font-family: 'Open Sans Hebrew', serif;
		font-size: 17px;
	}
	
	input[type="submit"] {
		background: url(images/send.png) 0 0 no-repeat;
		margin: 0;
		padding: 0;
		width: 93px;
		height: 38px;
		float: left;
		border: 0;
		color: rgba(0, 0, 0, 0);
	}
	
	img.thumbs {
		float: left;
		margin-left: 3px;
	}
