﻿body
{
    margin: 0px;
}

div {
    box-sizing: border-box;
}

#divMain {
    position: relative;
    background-color: #ffffff;
    width: 360px;
    height: 350px;
    margin: auto;
}

#divHeader {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 456px;
    height: 95px;
}

#divExample {
    position: absolute;
    left: 4px;
    top: 76px;
    font-family: Arial, Verdana, Tahoma;
    font-size: 11px;
}

#spanExample {
    color: #347ba5;
    text-decoration: underline;
    cursor: pointer;
}

#divSearch {
    position: absolute;
    left: 1px;
    top: 47px;
    width: 299px;
    height: 25px;
    background-color: #ffffff;
    border: 2px solid #347ba5;
    border-radius: 4px;
}

#inputSearch {
    position: absolute;
    left: 2px;
    top: 2px;
    width: 291px;
    height: 18px;
    box-sizing: border-box;
    font-family: Arial;
    font-size: 14px;
    background-color: #ffffff;
    outline:none;
    border: none;
}

#divBtnSearch {
    position: absolute;
    left: 302px;
    top: 47px;
    width: 58px;
    height: 25px;
    font-family: Arial;
    font-size: 16px;
    color: #347ba5;
    background-color: #ffffff;
    border: 2px solid #347ba5;
    border-radius: 4px;
    text-align: center;
    line-height: 21px;
    letter-spacing: 1px;
    cursor: pointer;
}
#divBtnSearch:hover {
    background-color: #347ba5;
    color: #ffffff;
}


#divCloudTags {
    position: absolute;
    border: 1px solid #eeeeee;
    left: 0px;
    top: 105px;
    width: 360px;
    height: 240px;
}

span.cloudtag {
    position: absolute;
    font-family: Bookman Old Style, Courier New;
    cursor: pointer;
}
span.cloudtag:hover {
    text-decoration: underline;
}