body
{
        font-family:Arial,Helvetica,sans-serif;
        font-size:14px;
        background: #222222;
}

.container
{
        width:900px;
/*      height: 2210px; */
        margin: 15px auto;
        padding:50px 30px 10px 30px;
        background: #ffffff;
        line-height: 23px;
        border:1px solid #dfdfdf;
        border-radius: 10px 10px;
        overflow:hidden;
}

#Logo
{
        width: 80px;
        float:left;
}

#LogoText
{
        width: 450px;
        float:left;
        padding: 16px;
}

#review
{
        float:right;
        width:200px;
        height:45px;
        /*background-image: url(images/reviewed.png);*/
}

#pgLength
{
        float:left;
        width: 200px;
        font-family:Arial,Helvetica,sans-serif;
        font-size:14px;
        margin: 2px 0 0 4px;
}

.chboxl{
        display: inline;
        text-align:left;
        float:left;
        width: 220px;
        margin:0;
        padding:0;
        height:27px;
}

.chboxr{
        display: inline;
        text-align:left;
        float:left;
        width: 580px;
        margin:0;
        padding:0;
        height:27px;
}

.Phoneticl{
        display: inline;
        text-align:left;
        float:left;
        width: 220px;
        height: 150px;
}

.Phoneticr{
        display: inline;
        text-align:left;
        float:left;
        width: 580px;
        height: 150px;
}

#genbtn:hover {
        background-position: 0 -38px;
}
#genbtn:active {
        background-position: 0 -76px;
        position: relative;
 /*   top: 2px;
    left: 1px;*/
}

#genbtn{
        border:0px;
        cursor: pointer;
        width: 298px;
        height: 38px;
        display: block;
        color:#000000;
        margin: 0 0 0 220px;
        padding:0 0 0 0;
        background:url( images/button.png);
        font-family:Arial,Helvetica,sans-serif;
        font-size:14px;
        float:left;
}

#header
{
        width: 800px;
        height: 70px;
        float: left;
        margin: 0 40px 30px 40px;
        text-align:left;
        padding: 10px 10px 3px 10px;
        font-size:28px;
        border-bottom:1px solid #dfdfdf;
}

.sec_blank
{
        float:left;
        height:1px;
        width: 800px;
        margin: 0 40px 0px 40px;
        padding: 0px 10px 0px 10px;
/*      border-bottom:1px solid #dfdfdf;*/
}

#sec_options
{
        width: 800px;
        float: left;
        margin: 0 0 10px 0;
        padding: 2px 50px 2px 50Px;
}

#sec_pron
{
        width:900px;
        height: 150px;
        float:left;
        margin: 15px 0px 20px 0px;
}

#sec_btn
{
        width:800px;
        margin: 0 0 0 0;
        text-align:left;
        padding:0px 50px 5px 50px;
        float:left;
}

#sec_password
{
        width:800px;
        margin: 10px 0 0 0;
        text-align:left;
        padding:0px 50px 10px 50px;
        float:left;
}

#sec_tips
{
        width:800px;
        margin: 0 20px 0 20px;
        float:left;
        text-align:left;
        padding:30px 30px 30px 30px;
        border:1px solid #4b99ff;
        background:#ebfaff;
/*      background:#fff;*/
        border-radius: 5px 5px;
}

p
{
        margin:0;
        padding:0;
        line-height: 27px;
        text-indent: 0px;
}

#sec_btm
{
         float:left;
         width:800px;
        /* height: 45px; */
         margin: 0px 0 60px 0;
         padding:20px 50px 10px 50px;
         text-align: center;
}

#sec_btm a,a:link,a:visited
{
        text-decoration: none;
        color: #0011ff;
}

#sec_btm a:hover
{
        color: #0077ff;
}

.txt_password
{
        width: 400px;
        height: 30px;
        font-family:Arial,Helvetica,sans-serif;
        font-size:14px;
        color: #008040;
        padding: 0 0 0 5px;
}

.LoadSettingsDIV
{
        display: inline;
        text-align:left;
        float:left;
/*      width: 576px;*/
        margin:0;
        padding:0 0 0 4px;
        height:27px;
        cursor:pointer;
}
.GenerateBtn
{
        margin: 0 5px 5px 220px;
        padding: 0 0 0 0;
        width: 185px;
        height:35px;
        line-height:35px;
        font-size: 14px;
}

.ProxyBtn
{
        margin: 0 5px 5px 12px;
        padding: 0 0 0 0;
        width: 185px;
        height:35px;
        line-height:35px;
        font-size: 14px;
}

.button
{
        float:left;
        text-align: center;
        cursor:pointer;
    -webkit-user-select: none; /* webkit (safari, chrome) browsers */
    -moz-user-select: none; /* mozilla browsers */
    -khtml-user-select: none; /* webkit (konqueror) browsers */
    -ms-user-select: none; /* IE10+ */

    font-family: arial, sans-serif;
        color: #555;
        text-shadow: 1px 1px 0px white;

    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #eee 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#eee)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#eee 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#eee 100%); /* Opera11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%,#eee 100%); /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f8f8f8',GradientType=0 ); /* IE6-9 */
    background: linear-gradient(top, #ffffff 0%,#eee 100%); /* W3C */

    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;

    -moz-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
    -webkit-box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);
    box-shadow: 0 1px 3px 0px rgba(0,0,0,0.4);

        border: 1px #f8f8f8 solid;
}

.button:hover
{
    border: 1px #dadada solid;
}

.GenerateBtn:active
{
        margin: 1px 4px 4px 221px;
        /*
        border: 1px #dadada solid;
    -moz-box-shadow: 0 1px 4px 0px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 1px 4px 0px rgba(0,0,0,0.5);
    box-shadow: 0 1px 4px 0px rgba(0,0,0,0.5);          */
}

.ProxyBtn:active
{
        margin: 1px 4px 4px 13px;
}

