input, textarea, select, h3, h4, h5, h6
{
    font: 100% arial, helvetica, sans-serif;
}

form {
    clear: left;
    margin: 0;
}

h2 {
    margin: 0 0 0.2em 0;
    font-size: 200%;
    letter-spacing: -1px;
    font-weight: normal;
    clear: left;
    color: #4E463F;
/*    color           :#3578bc;*/
}

.button {
    background:  transparent  url(/tpls/img/browse_cl_back.gif) repeat-x 0px -1px; 
    border          : #B5BDB7 1px outset;
    white-space:nowrap;
    overflow:hidden;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 2px;
    padding-top: 0px;
    outline: none; 
}


.form-error
{
    font-size:12px;
    font-weight:bold;
    color:#990000;
}

.form-note
{
    font-size: 85%;
    color: #999;
}

input.form-text
{
    font-size: 126%;
/*  background: #FFFADB url(../activate/form-back.gif) repeat-x;*/
/*  border: 1px solid #CBB945;*/
        border: 1px solid #939393;
/*  color: #776B1B;*/
        color: #817A71;
    padding: 2px;
}


select
{
    font-size: 126%;
/*  background: #FFFADB url(../activate/form-back.gif) repeat-x;*/
/*  border: 1px solid #CBB945;*/
        border-collapse:collapse;
        border: 1px solid #939393;
    color: #817A71;
    padding: 2px;
}

textarea {
    font-size: 100%;
        border: 1px solid #939393;
    color: #817A71;
    padding: 2px;

}

label {
    float: none;
    display: block;
    font-size: 105%;
    font-weight: bold;
    color: #817A71;
    letter-spacing: -0.03em;
    margin: 0.7em 0 0.1em 0;
}

input.submit1
{
    font-size: 135%;
    font-weight:bold;
}



div.warning
{
    background: url(../activate/warning.png) 0 100% no-repeat;
    padding: 0 0 7px 0;
    color: #999;
    margin: 10px 0;
    clear: left;
}

div.warning div
{
    background: url(../activate/warning.png) 0 0 no-repeat;
    padding: 8px 0 0 50px;
    min-height: 35px;
}


.head2 {
  font-size     : 19px;
  color         : #52ae00;
  font-family           : Arial;
  font-weight           : bold;
}

