/*download filter*/
div#content div#filter {
  clear: both;
}

div#content div#filter h4 {  
    background: #000;
	-webkit-border-radius:5px;
	-o-border-radius:5px;
	-moz-border-radius:5px;
	-khtml-border-radius:5px;
	border-radius:5px;
    height:21px;
    margin:15px 0 0 0;
    border: none;
  	color: #FFF;
    font:normal normal bold 12px/normal Verdana, Helvetica, sans-serif;
    text-transform: uppercase;
    padding: 6px 0 0 6px;
}

div#content div#filter h4 strong {
  color: #CCC;
}

div#content div#filter {
    color:#000;
    width:472px;
	background:none;
}

div#content div#filter select {
    font-size:10px;
}


div#content div#filter .button {
    margin:6px 0 0 400px;
    padding:0 5px;
}

* html div#content div#filter .button {
    padding:0;
}
*+html div#content div#filter .button {
    padding:0;
}
div#content div#filter form {
    
	 background:#f4f4f4;   
	-moz-border-bottom-right-radius: 5px;
	border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-left:1px solid #BCBEC0;
	border-right:1px solid #BCBEC0;
	border-bottom:1px solid #BCBEC0;
	margin:0 2px 0 2px;
	overflow:auto;
	padding:10px 5px 5px 5px;
}
* html div#content div#filter form  {
    height:95px;
	padding:10px 2px 5px 2px;
}

div#content .resultFilter select {
    font-size:10px;
    height:19px;
    padding-top:1px;
    vertical-align: bottom;
}

div#content .resultFilter input {
    vertical-align: bottom;
}

div#content .resultFilter input.searchboxFilter {
    margin-left: 5px;
    height:16px;
    width:232px;
}

div#content .resultFilter  {
    padding: 5px 0 5px 5px;
    color:#000;
}
div#content .resultList  {
    margin:10px 0 30px 6px;
}
div#content .resultList  h1, div#content .resultList  h4{
    border-bottom:1px dotted #666;
    padding-bottom:0px;
    margin:20px 0 10px 0;
}

div#content .resultList  h2 strong{
    color:#069;
}
/*Submit button*/
div#content div#filter .submitBut, div#filter .submitBut {
  	background:#000;
 	background: -moz-linear-gradient(top, #666 0%, #000 100%); 
	background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#000));
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border:1px solid #000;
    margin: 10px 0 5px 0;
    height:23px;
	padding:2px 6px 10px 6px;
	color:#fff;
	box-shadow:-1px -1px #666 inset;
	
}

html>body div#content div#filter .submitBut {  /*modern browser without IE*/
 padding:2px 6px 10px 6px;
}

html>body div#filter .submitBut {  /*modern browser without IE*/
  padding:2px 6px 10px 6px;
}
