#overlay {position:absolute;top:0;left:0;width:100%;z-index:90;background-color:#020202;color:#000000}

#siteFeedBackBg {
	position:absolute;
	top:36px; left:50%;
	margin:0 0 0 -50px;
	z-index:100;
	width:425px; height:489px;
	background: transparent url(../images/feedBackBackground.png);
}

#siteFeedBack {
	position:absolute;
	top:36px; left:50%;
	margin:0 0 0 -50px;
	z-index:110;
	width:425px; height:489px;
}

#siteFeedBack #closeButton {
	position:absolute;
	top:13px; right:25px;
	display:block;
	width:36px; height:36px;
	z-index:130;
	background: url(../images/closeButton.gif) 50% 50% no-repeat;
}

#searchInputHolder {
	position:absolute;
	top:36px; left:50%;
	margin:0 0 0 -150px;
	z-index:110;
	width:466px; height:100px;
}

#searchInputHolderBg {
	position:absolute;
	top:36px; left:50%;
	margin:0 0 0 -150px;
	z-index:100;
	width:466px; height:100px;
	background: transparent url(../images/searchBackground.png);
}

#searchInputHolder #closeButton {
	position:absolute;
	top:13px; right:18px;
	display:block;
	width:36px; height:36px;
	z-index:130;
	background: url(../images/closeButton.gif) 50% 50% no-repeat;
}

#siteFeedBack #postform {width:320px; height:410px; margin:32px 0 0 56px; line-height:18px}
#siteFeedBack input, #siteFeedBack option, #siteFeedBack textarea, #siteFeedBack fieldset {border:none}
#siteFeedBack fieldset {width:340px; height:410px;}
#siteFeedBack #name {line-height:20px}
#siteFeedBack input {width:315px; margin-top:14px; padding:4px 0; border-bottom:1px dotted #DF0000; background:none;}
#siteFeedBack select {margin-top:6px; width:315px; }
#siteFeedBack option {padding:2px 6px 2px; border-bottom:1px dotted #DF0000;}
#siteFeedBack textarea {height:290px; width:312px; margin-top:6px; padding:4px 0; border:1px dotted #DF0000;}
#siteFeedBack .submit {	background-color:#FFA8A8; border:1px dotted #DF0000; margin-top:6px}

#searchInputHolder form {width:380px; height:410px; margin:36px 0 0 30px; line-height:18px}
#searchInputHolder fieldset, #searchInputHolder input {border:none;}
#searchInputHolder #searchinput {width:314px; float:left; height:20px; padding:3px 0 0;border-bottom:1px dotted #DF0000;}
#searchInputHolder #searchSubmit {margin:0 0 0 4px; float:left; padding:3px 0 0; background-color:transparent; color:#000000}




