/* Copyright by Oxagon Ltd. All rights reserved. */
/* This is NOT freeware or open source code.  */
/* No part of this code may be used, copied to another server or redistributed in any way without the written consent of oxagon ltd. */

.box-left {
	background-image: url(videos.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
	color: #CCCCCC;
}
.box-left ul {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	list-style-type: none;
}
.box-left li {
	display: list-item;
	background-image: url(li.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
}

.box-left a {
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.box-left a:hover {
	color: #FF0000;
}

.box-right {
	background-image: url(videos.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.box-right p {
	background-color: #006666;
}



#formular {
	padding: 0px;
	margin-top: 10px;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: 35px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
input.field {
	border: 1px solid #999999;
	width: 180px;
	vertical-align: top;
	text-indent: 2px;
}
input.sendbutton{
	cursor: hand;
	background-image: url(login.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;
}
input.search {

	cursor: hand;
	background-image: url(search.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 45px;
	width: 180px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;
}
