﻿body {
	direction: rtl;
	margin: 0px;
	font-family: arial;
	font-size: 12px;
}
select {
	font-size: 12px;
	background-color: #F5FBF4;
	font-family: arial;
}
.bigRowSpace {
	font-size: 0px;
	height: 10px;
}
.smallRowSpace {
	font-size: 0px;
	height: 5px;
}
.sendMailButton {
	border: 1px #215649 solid;
	background-color: #0087D4;
	color: white;
	font-weight: bold;
	cursor: pointer;
	font-size: 12px;
}
.sendMailMustText {
	color: red;
	font-size: 11px;
	font-weight: bold;
}
.sendMailTextBox {
	border: 1px #215649 solid;
	font-size: 12px;
	font-family: arial;
}
.sendMailCaption {
	font-size: 12px;
	font-weight: bold;	
}
.sendMailFreeText {
	font-size: 12px;
}
.sendMailDescription {
	font-size: 20px;
}