/* 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(info.gif);
	background-repeat: repeat-y;
	background-position: left top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
.box-right {
	background-image: url(info.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin: 0px;
	padding: 0px;
	text-align: left;
	vertical-align: top;
}
#formular {
	padding: 0px;
	margin-top: 10px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
input.field {
	border: 1px solid #999999;
	width: 300px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 2px;
}
textarea.comments {
	border: 1px solid #999999;
	width: 300px;
	vertical-align: top;
	margin-right: 10px;
	margin-bottom: 5px;
}
input.resetbutton{
	cursor: hand;
	background-image: url(reset.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 146px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;
}
input.sendbutton{
	cursor: hand;
	background-image: url(send.gif);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 33px;
	width: 146px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-position: center center;
}
