
.inp, textarea {
	border: 1px solid #5c5c5c;
}
.btn {
	height: 20px;
	border: 1px solid #528a1c;
	background: #88d93a url(../images/menu.gif) repeat-x scroll left bottom;
	color: #ffffff;
}
.btn:hover {
	background: #a9d97b url(../images/menuhalf.gif) repeat-x scroll left top;
	color: #000000;
}
.inp {
	background-color: #ffffff;
	clear: both;
}
#feedback td {
	vertical-align: top;
}
textarea {
	width: 400px;
	height: 100px;
}

.asterisk {
	color: red;
	display: inline;
	font-weight: bold;
}
.movebtn {
	display: none;
}

#sisu {
	overflow: auto;
}
#sisu td a:link, #sisu td a:visited {
	background: transparent url(../images/arrow.gif) no-repeat scroll center right;
	text-align: right;
	padding-right: 15px;
	margin-right: 25px;
}

.link-jobs {
	z-index: 1;
	border: 3px dashed #f9b358;
	font-size: 18px;
	padding: 12px 0;
	display: inline-block;
	font-weight: bold;
	color: #f9b358;
	-ms-transform: rotate(-4deg);
	-webkit-transform: rotate(-4deg);
	transform: rotate(-4deg);
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	position: absolute;
	left: 340px;
	top: 25px;
	width: 180px;
	text-align: center;
}
.link-jobs:hover {
	color: #ffffff;
	border: 3px dashed #ffffff;
	text-decoration: underline;
}