@charset "UTF-8";
/* CSS Document
 */

.round {
    width: 100%;
    border-radius: 10px;
    border: 1px #CCC solid;
    padding: 2px 25px 2px 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

.searchLeftCorner {
    position: absolute;
    top: 2px;
    left: 5px;
    z-index: 10;
    border: none;
}

.searchRightCorner {
    position: absolute;
    top: 2px;
    left: 131px;
    z-index: 10;
    border: none;
}

.search {
	position:relative;
    width: 100px;
    height: 19px;
}

.roundBig {
    width: 100%;
    border-radius: 12px;
    border: 1px #CCC solid;
    padding: 3px 28px 3px 28px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
	font-size:12px;
	margin:0;
}

.searchLeftCornerBig {
    position: absolute;
    top: 2px;
    left: 6px;
    z-index: 10;
    border: none;
}

.searchRightCornerBig {
    position: absolute;
    top: 2px;
    left: 215px;
    z-index: 10;
    border: none;
}

.searchBig {
	position:relative;
    width: 180px;
    height: 24px;
}

.searchBarButton {
	float: right;
	margin-top:2px;
	margin-left:15px;
	cursor: pointer;
}
