
input.BtnCon
{
	background-color: gray;
	border: solid 1px #6089a6;
	font-family: Tahoma;
	cursor: pointer;
	color: #fff;
	height: 25px;
	width: 150px;
}
input, textarea, select
{
	background-color: Transparent;
	border:solid 1px #ccc;
	color: #133737;
	margin-top: 5px;
	font-family: Tahoma;
	width: 200px;
	font-size: 12px;
}
textarea
{
	height:200px;
	font-size: 12px;
}

.HeaderForm
{
	font-family: Times New Roman;
	font-size: 15px;
	font-weight: bold;
	color: #000;
	padding: 5px;
	direction: rtl;
	text-align: right;
	border-bottom: solid 1px #853d5c;
	background-color: #1d4056;
}
