	/*-------------- SEARCH BAR --------------*/
	#searchDos {
		/*margin-left: 84px !important;*/
	}

	.submitBtn {
		width: 20px !important;
  		position: relative !important;
  		left: 223px;
  		top: 4px;
  		float: right;
	}
	.searchField {
		border-radius: 17px;
		background-color: #ededed;
		float: right;
		margin-bottom: 5px;
        outline-width: 0;
        padding: 5px 12px;
        width: 230px;
        height: 29px;
        box-shadow: 1px 2px 3px inset #000 !important;
        font-size: 12px;
	}
    input.searchField {
        -moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.18) inset !important;
        box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.18) inset !important;
        border: 0px;
    }