﻿body
{
	background-color: #005da5;
	color: white;
	text-align: center;
	font-family: Arial;
	font-size: 80%;
}

input, select, button
{
	font-family: Arial;
	font-size: 100%;
	vertical-align: middle;
}

form
{
	margin: 0px;
}

a
{
	color: #cc99ff;
}

h1
{
	font-size: 150%;
	font-weight: bold;
}

a img
{
	border: none;
}

.ltr
{
	direction: ltr;
}
.rtl
{
	direction: rtl;
}

#header
{
	padding: 20px 0px 10px 0px;
}

#footer
{
	margin-top: 55px;
	color: LightGrey;
}

#languages
{
	direction: ltr;
	margin-bottom: 15px;
}

#copyrights
{
	font-size: 85%;
}

#picture
{
	width: 500px;
}

#width
{
	width: 45px;
}

#height
{
	width: 45px;
}

#custom label
{
	display: inline-block;
	width: 50px;
}
.ltr #custom label
{
	text-align: right;
}
.rtl #custom label
{
	text-align: left;
}

.notice
{
	color: #ff9966;
}

#privacy
{
	direction: ltr;
	width: 500px;
	margin-top: 10px;
	text-align: left;
}
