html,body
{
	padding: 0px;
	margin: 0px;
	font-family: Trebuchet MS, Arial;
	font-size: 12px;
}

.inpt
{
width: 220px;
border: none;
margin-bottom: 5px;
background: #e5e5e5;
}

.ecran
{
	background: Black url(img/ecran.gif) no-repeat;
	height: 290px;
	width: 375px;
}

input.send
{
	border-style: none;
	background-color: #404040;
	color: White;
	font-size: 12px;
	height: 24px;
	margin-right: 14px;
}

body
{
	background-color: Black;
	background-image: url(img/bk.jpg);
	background-repeat: repeat-y;
	background-position: center;
}

td
{
	vertical-align: top;
}

div.content
{
	color: White;
	padding: 10px;
	padding-left: 40px;
	padding-bottom: 20px;
}

td.separator
{
	width: 4px;
}

td.menu
{
	background-image: url(img/menu.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: White;
	text-align: center;
	vertical-align: middle;
	width: 190px;
	height: 35px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}

a
{
	color: White;
}

a:hover
{
	color: lime;
}

a.jos
{
	text-decoration: none;
	font-size: 12px;
}

td.jos
{
	color: White;
	background-color: Black;
	background-image: url(img/jos.gif);
	background-repeat: no-repeat;
	background-position: center;
	width: 970px;
	height: 64px;
	vertical-align: middle;
}

td.menuover
{
	background-image: url(img/menuover.gif);
	background-position: center;
	background-repeat: no-repeat;
	color: black;
	text-align: center;
	vertical-align: middle;
	width: 190px;
	height: 35px;
	cursor: pointer;
	font-size: 12px;
	font-weight: bold;
}