input,
textarea,
select {
	border: solid 1px #333;
	width: 400px;
	background: url("../img/greyBlock.png") repeat-x;
	padding: 3px;
}
textarea {
	height: 100px;
	overflow: auto;
}
option {
	background: #ccc;
}
fieldset {
	border: solid 1px #ccc;
	padding: 10px;
}
label {
	display: block;
	width: auto;
}

#searchForm {
	position: absolute;
	bottom: 0px;
	right: 18px;
	margin: 0px;
	padding: 0px;
}
#searchForm input{
	width: 180px;
	background: #fff;
	border: solid 1px #fff;
	margin: 0;
}
input#searchSend {
	width: 58px;
	background: none;
	color: #fff;
	border: dashed 1px #fff;
}
input.btn {
	width: auto;
}
.karieraForm label {
	padding-bottom: 5px;
}
.fileInput {
	width: auto;
}
