#formbg {
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:100;
	bottom: auto;
	*height: expression(eval(document.documentElement.clientHeight));
	*top: expression(eval(document.documentElement.scrollTop));
}
#formsearch {
	font-family:Tahoma;
	font-size:11px;
	position:fixed;
	z-index:101;
	top:50%;
	left:50%;
	width:337px;
	height:148px;
	margin-left:-169px;
	margin-top:-74px;
	background-image:url(images/forms/searchpart.png);
	*position:absolute;
	*background-image:none;
	*top: expression(eval(document.documentElement.clientHeight/2+document.documentElement.scrollTop));
}
.formwrapper {
	position:static;
	width:100%;
	height:100%;	
}
#formsearch .formwrapper {
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/forms/searchpart.png', sizingMethod='crop');
}
.formwrapper h3 {
	font-family:Tahoma;
	font-size:12px;
	line-height:12px;
	padding:12px 0 14px 37px;
	float:left;
	color:#ffffff;
}
#container {
	padding:0 15px 0 17px;
}
#closebut {
	position:relative;
	float:right;
	right:12px;
	top:12px;
	background-image:url(images/forms/button.png);
	background-position:0 -40px;
	width:14px;
	height:14px;
	overflow:hidden;
	cursor:pointer;
	display:block;
	z-index:1;
}
#filters {
	padding:11px 0;
}
#query {
	position:relative;
	clear:both;
	float:left;
	font-family:Tahoma;
	font-size:14px;
	width:231px;
}
#submit {
	float:right;	
	overflow:hidden;
	cursor:pointer;
	background-image:url(images/forms/button.png);
	background-position:0 0px;
	width:63px;
	height:20px;
	z-index:1;
	position:relative;
}
#info {
	clear:both;
	line-height:13px;
	color:#FFFFFF;
}
label {
	position:relative;
	font-weight: bold;
	color:#FFFFFF;
	z-index:1;
	margin-right:1em;
}
label input {
	vertical-align: -3px;
	*vertical-align: 0px;
}
.stylized {
	border:1px solid #5c5c51;
	background-color:#e4e4d9;
}
select {
	width:138px;
	font-size:12px;
	font-family:Tahoma;
}

/* formvin*/

#formsearchvin {
	overflow:hidden;
	display:none;
	font-family:Tahoma;
	font-size:11px;
	position:fixed;
	z-index:101;
	top:50%;
	left:50%;
	width:407px;
	height:505px;
	margin-left:-203px;
	margin-top:-252px;
	background-image:url(images/forms/searchpartvin.png);
	*position:absolute;
	*background-image:none;
	*top: expression(eval(document.documentElement.clientHeight/2+document.documentElement.scrollTop));
}
#formsearchvin #info {

}
#formsearchvin .formwrapper {
	*filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/forms/searchpartvin.png', sizingMethod='crop');
}
.title {
	float:left;
	font-family:Tahoma;
	font-size:12px;
	line-height:12px;
	font-weight: bold;
	color:#FFFFFF;
	padding-top:3px;
	padding-bottom:4px;
}
#formsearchvin #filters {
	padding:12px 0 0 0;
}
#filters .title {
	margin:0;
	margin-right:1em;
}
.pink {color:#f3c4c4;}
#formsearchvin input, #formsearchvin select {
	font-size:12px;
	font-family:Tahoma;
}
#formsearchvin label {
	height:19px;
	margin-top:4px;
	margin-bottom:3px;
	font-family:Tahoma;
	font-size:12px;
	line-height:12px;
	display:-moz-inline-stack;
	display:inline-block;
	zoom:1;
	*display:inline;
}
.smallfield {
	width:49px;
	height:17px;
	float:right;
}
.normalfield {
	width:119px;
	height:17px;
	float:right;
}

select.normalfield {
	width:121px;
	height:19px;
	float:right;
}

.half {
	width:182px;
	display:block;
	position:relative;
}
.full {
	width:375px;
}
.toleft {
	float:left;
	clear:left;
	margin-right:0px;
}
.toright {
	clear:right;
	float:right;
	margin-right:0px;
}
#submitvin {
	overflow:hidden;
	cursor:pointer;
	background-image:url(images/forms/button.png);
	background-position:0px -54px;
	width:89px;
	height:22px;
	z-index:1;
	padding:0;
	margin:0;
	display:block;
	position:absolute;
	bottom:13px;
	right:14px;
}
