﻿.Windowbody 
{
	background-color:#ffffff;
	direction:rtl;
	margin: 0px;
	font-family:Arial;
	font-size:12px;
	text-align:right;
	background-image:url(preview/bg.jpg);
	background-position:right top;
	background-repeat:no-repeat;
}
.WindowbodyNoButtons
{
	background-color:#ffffff;
	direction:rtl;
	margin: 0px;
	font-family:Arial;
	font-size:12px;
	text-align:right;
	background-image:url(preview/bg_nobuttons.jpg);
	background-position:right top;
	background-repeat:no-repeat;	
}
.WindowGreeting
{
	background-color:#ffffff;
	direction:rtl;
	margin: 0px;
	font-family:Arial;
	font-size:12px;
	text-align:right;
	background-image:url(preview/bg_greeting.jpg);
	background-position:right top;
	background-repeat:no-repeat;	
}
.WindowVideo
{
	background-color:#ffffff;
	direction:rtl;
	margin: 0px;
	font-family:Arial;
	font-size:12px;
	text-align:right;
	background-image:url(preview/bg_video_player.jpg);
	background-position:right top;
	background-repeat:no-repeat;		
}