@charset "utf-8";
/* CSS Document */

 
    #content {
	overflow: hidden;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0px;
    }
 
    #XTX-ID-TheAdCounter {
        /*font-family: "XeroSans";*/ /* Please remove this line*/
        /* Please replace with your own positioning */
        position: absolute;
        
        
        top: 148px;
        /* Till here*/
        background-color: #EDEDED;
        width: 180px;
        height: 36px;
    }

        #XTX-ID-TheAdCounter label {
            display: block;
            float: left;
            color: #808080;
            font-size: 13px;
            line-height: 13px;
            width: 64px;            padding: 8px;
            text-align: center;
        }

        #XTX-ID-TheAdCounter div {
            float: left;
            overflow: hidden;
            width: 18px;
            height: 100%;
            border-left: solid 2px white;
            position: relative;
        }

            #XTX-ID-TheAdCounter div img {
                position: absolute;
                display: block;
                top: 0;
                left: 0;
                width: 18px;
                height: auto;
            }
 #search input[type="text"] {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    float: left;
    width: 150px;
    height: 28px;
    border: 0 none;
    border-radius: 2px;
    font-size: bold 13px;
    padding: 0 10px;
    margin: 0 5px;
    background-color: #eee;
}
	
	 