@charset "UTF-8";
/*	Green highlight effect on text boxes.  Cool. :)
*/
.pseudo-input:focus,
.pseudo-input:hover,
.pseudo-input:focus,
.pseudo-input:hover,
input.search-button:focus,
input.search-button:hover {
border-color: #459455 #5b5 #6d5 #5b5;
background-color: #FFF;
outline: #D6FFC9 solid 1px;
}
.pseudo-input {
width: 300px;
background: #fff;
border: 1px solid #939393;
outline: none;
float: left;
margin: 0;
padding: 0;
/*	
height: 20px;
*/
position: relative;
z-index: 99;
}
::root .pseudo-input { background-color: transparent; }

.pseudo2-input:focus,
.pseudo2-input:hover,
.pseudo2-input:focus,
.pseudo2-input:hover,
input.search-button:focus,
input.search-button:hover {
border-color: #459455 #5b5 #6d5 #5b5;
background-color: #FFF;
outline: #D6FFC9 solid 1px;
}
.pseudo2-input {
width: 40px;
background: #fff;
border: 1px solid #939393;
outline: none;
float: left;
margin: 0;
padding: 0;
/*	
height: 20px;
*/
position: relative;
z-index: 99;
}
::root .pseudo2-input { background-color: transparent; }