﻿body {
	background: #181818;
	padding: 0;
	margin: 10;
	direction: rtl;
}
#main {
	margin: auto;
	border: 0px solid #DEDEDE;
	width: 500px;
	font: bold 12pt Arial;
}
form {
	margin-right: 100px;
	border: 1px solid #232323;
	width: 400px;
	background: #181818;
	padding: 15px;
	margin-bottom: 10px;
	color: #FFFFFF;
	font: normal 11px/22px Tahoma;
}
#result {
	margin-right: 100px;
	border: 1px solid #232323;
	width: 400px;
	background: #181818;
	padding: 15px;
	margin-bottom: 50px;
	color: #FFFFFF;
	font: normal 11px/22px Tahoma;
}
.text {
	border: 1px solid #cccccc;
}
input[type=text] {
	border: 0px solid #232323;
	padding: 15px;
	width: 370px;
	background: #E5E5E5;
	font: normal 11px Tahoma;
	color: #808080;
	direction: ltr;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
input[type=submit] {
	background: #272727;
	border: 0px;
	padding: 10px 20px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #C0C0C0;
	font: bold 12pt Arial;
	cursor: pointer
}
#caption {
	margin: 10px;
	color: #FF9933;
	font: bold 12pt Arial;
}
#icon {
	width: 100px;
	height: 100px;
	float: right;
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#icon2 {
	width: 100px;
	height: 100px;
	float: right;
	background-image: url(icon2.png);
	background-repeat: no-repeat;
	background-position: center center;
}
#source {
	text-align: right;
	align: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size : 10px;
	color: #CCCCCC;
}
