/* CSS Document */

#search {
	width:300px;
	height:174px;
	background:url(../images/search-button-open.gif) no-repeat top right;
	position:absolute;
	left:0; top:0;
	z-index:102;
	text-align:left;

}

#open-search {
	float:right; 
	width:35px; 
	height:170px; 
	cursor:pointer;
}

#closed-search {
	background:url(../images/search-button.gif);
	width:35px;
	height:174px;
	position:absolute;
	left:0; top:0;
	cursor:pointer;
	z-index:101;
}


#form-search {
	margin:10px 35px 10px 10px;
}

#form-search label {
	font-size:0.9em;
	line-height:0.9em;
	clear:left; 
	display:block; 
	float:left; 
	width:70px; 
	text-align:right; 
	padding-right:10px; 
	color: #999; 
	margin-bottom:0.2em;
	margin-top:0.3em;
}