@charset "utf-8";
.title{
	font-family : tahoma;
	font-size : 11px;
	color : #444444;
	font-weight : bold;
	line-height:18px;
}
.text{
	line-height:16px;
	font-family : tahoma;
	font-size : 11px;
	color : #666666;
	direction:rtl;
}
.footer{
	font-family : tahoma;
	font-size : 11px;
	color : #AAAAAA;
	text-align : left;
	line-height:16px;
}
hr {
	color:#94b956;
	height:1px;
}
.textbox{
	font-family : tahoma;
	font-size : 11px;
	color : #666666;
	background-color:#EEE;
}
.textbox:hover{
	font-family : tahoma;
	font-size : 11px;
	color : #666666;
	background-color:#DDD;
}
.button{
	font-family : tahoma;
	font-size : 11px;
	color : #666666;
}
.donestep,.dostep,.notdonestep
{
	text-align:center;
	background-repeat:no-repeat;
	background-position:right;
}
.donestep
{
	padding:0 15px 0 0;
	background-color:#DDD;
	background-image:url(images/ok.png);
	border:solid 1px #999;
}
.dostep
{
	padding:0 15px 0 0;
	background-color:#b2d17d;
	background-image:url(images/do.png);
	border:solid 1px #375800;
}
.notdonestep
{
	background-color:#DDD;
	border:solid 1px #999;
}
.largetitle
{
	font-family : Arial;
	font-size : 24px;
	color : #000;
	font-weight : bold;
	line-height:28px;
}
.warning
{
	font-family : tahoma;
	font-size : 11px;
	font-weight:bold;
	line-height:18px;
	color : red;
}
.toperror
{
	direction:rtl;
	font-family : tahoma;
	font-size : 11px;
	font-weight:bold;
	color : red;
	text-align:center;
}
.licensetext,.licensehighlight,.licensetitle{
	background-color:#DDD;	
	line-height:18px;
	font-family : Tahoma;
	font-size : 11px;
}
.licensetext
{
	text-align:right;
	color : #444;
	padding:0 0 10px 0;
}
.licensehighlight
{
	text-align:right;
	color : #900;
	padding:0 0 10px 0;
	text-decoration:underline;
}
.licensetitle
{
	text-align:center;
	color : #944;
	padding:10px;
	border:solid 1px #000;;
	background-color:#CCC;
	width:450px;
}