.ad_text_commentbox {
    display: none;
}

#ad_under_post_holder {
    display: none;
}

#site_nav_under {
    display: none;
}

.gpluscls {
    margin: 20px;
}

hr {
    margin:20px 0 19px;
    border:0;
    border-bottom:1px solid #eee;
}

.myCode {
    width: 100%;
    font-family: Lucida Console, mono, Monaco;
    line-height: 1.2em;
}

.myCode td {
    padding: 10;
}

code {
    background-color: #f1f1f1;
    color: #336699;
    padding:1px 3px;
}

input {
    display: inline-block;
    width: 210px;
    height: 18px;
    padding: 4px;
    font-size: 13px;
    line-height: 8px;
    color: #808080;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}

input[type=button], input[type=reset], input[type=submit] {
    width: 100px;
    height: 26px;
}

input[type=button] {
    background-color: #555555;
    color: #eeeeee
}

input[type=button]:hover {
    background-color: #777777;
    color: #eeeeee
}

#Header1_HeaderTitle {
    text-shadow: 2px 2px 2px #888;
}

h4,h5,h6 {line-height:36px;}
h4{font-size:16px;} h4 small{font-size:12px;}
h5{font-size:14px;}
h6{font-size:13px;color:#bfbfbf;text-transform:uppercase;}