﻿body{
	font-family:Tahoma;
	font-size:12px;
	margin:2px;
	direction:rtl;
}
a,div,table,td,input{
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-moz-border-radius-topleft:5px;
	-moz-border-radius-topright:5px;
}
a{text-decoration:none;}
#translate, #response{
	border:1px solid #ddd;
	
	padding:2px;
	width:180px;
	position:absolute;
	text-align:center;
}
#pWait{
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:5px;
}
#progress{
	margin:60px auto;
	width:100px;
	padding:10px;
	color:teal;
	background:white url('p.gif') center right no-repeat;
	border:5px solid #ccc;
	text-align:left;
	filter: alpha(opacity=100);
	opacity: 1;
}
a.header{
	display:block;
	padding:6px 0;
	margin-bottom:2px;
		
	border:1px solid #81b0db;
	background:#ced7e0 url('2/bg.gif') 0 -3px;
	color:#005db0;
	
	font-weight:700;
}
#footer{
	display:block;
	padding:5px;
	margin-top:2px;
	
	border:1px solid #87aa21;
	background:#d1dfa8 url('2/bg.gif') center;
	color:#3c4d0b;
	
	font-size:0.8em;
}
#footer:hover{
	background:#FCE1A1 url('2/bg.gif') 0 27px;
	border:1px solid #e0c585;
	color:#674c0d;
}
#form{
	padding:5px 6px 0;
	height:97px;
}
#p_translated{
	padding:8px;
	text-align:right;
	overflow:auto;
	height:89px;
}
#form, #p_translated{
	background:#fefefe url('2/background-body.gif') top repeat-x;
	border:1px solid #b1b1b1;
	color:black;
}
#tiny{
	font-size:0.85em;
	padding-bottom:10px;
	color:gray;
}
#tbl{
	margin:auto;
}
#txt_text{
	width:120px;
	padding:1px 5px;
	font-family:Tahoma;
	direction:ltr;
	font-size:1.2em;
	
	border:1px solid #b1b1b1;
	border-bottom-width:2px;
}
#txt_text:focus{
	border-color:#444;
}
#btn_translate{
	width:130px;
	font-family:Tahoma;
	padding:1px 0;
	
	border:1px solid gray;
	border-bottom-width:2px;
	background:silver;
	color:black;
}
#btn_translate:hover{
	background:#888;
	border-color:black;
	color:white;
}
#btn_return{
	border:1px solid #e6db55;
	background:#fffbcc;
	color:#444;
	padding:3px;
	margin-top:3px;
	display:block;
}
#btn_return:hover{
	border:1px solid #E6D200;
	background:#FFF8A8;
}

