By all means, feel free to do it. The skin URL is http://sandboxskins.wordpress.com/2007/12/18/dark-lake-for-sandbox-10/
If you like the search box I have on my other blog, just add the following code to the CSS:
#primary #search div {
height:23px;
overflow:hidden;
clear:both;
background:transparent url('http://sandboxskins.files.wordpress.com/2007/12/dl-searchbg.gif') top left no-repeat;
margin:0;
padding:0 0 0 15px;
}
#primary #search #s {
color:#CCCCCC;
width:130px;
border:none;
height:20px;
float:left;
font-size:.9em;
background:transparent;
overflow:hidden;
margin:0;
padding:3px 10px 0 0;
}
#primary #search #s * {
padding:5px;
}
#primary #search #searchsubmit {
width:27px;
height:23px;
border:none;
background:transparent url('http://sandboxskins.files.wordpress.com/2007/12/dl-sbuttonbg.gif') top left no-repeat;
color:#a8a8a8;
font-size:24em;
margin:0 0 0 -5px;
padding:0;
}
.sbutton:hover {
cursor:pointer;
}
If you add this code, however, the skin won't be compatible with Opera 7.20.
Enjoy!