

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

#main {
    position: relative;
    width: 359px;
    height: 100px;
    margin: 5px auto 0 auto;
    text-align: center;
}

.txtContent
{
    width: 200px;
    font-family:Arial; font-size:18px; color:#000;
    border:2px solid #3171ad;
    -moz-border-radius: 1px;
    border-radius: 1px;
    padding:10px;
    color:#3c556c; resize: none;
    overflow:hidden;
}

.txtContent:focus{outline-width:0;}

li {
    list-style: none;
}
