﻿body {
	direction: rtl;
background-color: #353535;
}
body, input[type=text], textarea, input[type=button], input[type=reset]
{
	font: bold 16px arial;
}
input[type=text], textarea{
	border: 1px solid #ddd;
}
a {
	color: #888;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.c1 {
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background-color: #f8f8f8;
}
.c2 {
	background-color: #353535;
color: #FFFFFF;
}
.c1, .c2 {
	width: 99%;
	padding: 2px;
	margin-bottom: 0px;
	text-align: justify;
}
img {
	border: 0px;
}
.name {
	width: 221px;
	background: transparent url('../images/bg.jpg') no-repeat;
	color : #747862;
	height:20px;
	border:0;
	padding:4px 8px;
	margin-bottom:0px;
