#topZone{
    margin: 13px auto 0 auto;
    
    border: 1px solid #bfbfbf;
    
    min-height: 100px;
    width: 747px;
    background-color: #edeff4;

}

#topZone p{
    font-size: 12px;
    font-weight: bold;
    margin-top: 45px;
    color:#538b9a;

}

.btn_try {
    margin:30px 10px 0px 30px;
    background-color: #ff5a00;
    font-size: 14px;
    font-weight: bold;
}

#login_form, #registration_form {
    position: relative;
    margin: 40px auto 0 auto;
    width: 520px;
    border: 1px solid #bfbfbf;
    padding: 10px;
    min-height: 200px;

}

#login_form h2, #registration_form h2 {
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 10px;
    color: #494949;
}



label.feedback {
     border: none;
     font-weight: bold;
     text-align: right;
     margin-right: 10px;
     padding-top: 5px;
     position: relative;
     display: block;
     float: left;
     width: 125px;
     color: #494949;
}





input.formInputText, textarea.formTextarea {
	font-size:1.5em;
     color: #666;
     background-color:#ffffff;
     padding: 2px;
     border: solid 1px #bfbfbf;
     margin-right: 5px;
     margin-bottom: 5px;
     }

input.formInputText:hover, textarea.formTextarea:hover {

     border: solid 1px #006600;
     color: #000;
}
input.formInputText:focus {
     color: #000;
     background-color: #ffffff;
     border: solid 1px #6ba1ab; }

input.formInputButtonLog {
    float: left;
     width:75px;
     font-size: 1.1em;
     vertical-align: middle;
     font-weight: bold;
     text-align: center;
     color:  #ffffff;
     background-color: #9ac924 ;
     border: none;

     margin-bottom: 5px;
     margin-left: 135px;
     margin-right: 5px;
     cursor: pointer;
     

padding-bottom: 3px;
padding-top: 3px;
padding-right: 5px;
padding-left: 5px;
}
input.formInputButtonLog:hover {
     background-color:#c5f881 ;
}

form p{
    margin-left: 7px;
    clear:right;
}



.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    /*width: 100%;*/
}

a.button {
    background: transparent url('../images/img_pres/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('../images/img_pres/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

/*styling for the feedback modal box and cool buttons*/

form#feedback .formInputText, form#feedback .formTextarea {
    width: 250px;
    
}
form#feedback #recaptcha_image img{
margin-left: 125px;
height: 57px;
}


#buttons {
       margin: 8px 0 0 170px;
}

/*validation styling*/
label.error{
    color: #ff00ff;
}
