﻿



::placeholder { color: #b08654;opacity: .45;font-size: 80%; position: relative; top: 4px;  }

:-ms-input-placeholder { color: #b08654;opacity: .45;font-size: 80%; position: relative; top: 4px; }

::-ms-input-placeholder { color: #b08654;opacity: .45;font-size: 80%; position: relative; top: 4px;}



form {

    

   padding: 5px;

   /* border-top: 3px ridge #b0b0b0;

    border-bottom: 3px groove #b0b0b0;*/

    line-height: 15px;

}



input[type="submit"] {

      font-size: 90%;
    color: #fff;
    outline: 0;
    margin: 10px auto 10px auto;
    transition: .4s;
    font-weight: bold;
    display: table;
    padding: 10px 15px 10px 15px;
    border: none;
    box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
    -webkit-box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
    background: #B18859;
    text-shadow: 0px 1px 1px #000;
    border-radius: 100px;
} 

#mess {

	padding: 8px 10px 6px 10px;
    font-size: 100%;
    color: #fff;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    border: 2px solid rgb(255, 255, 255);
    background: transparent;
    margin-bottom: 20px;
    outline: 0;
    display: table;
    margin: 0 auto 10px;
    transition: .4s;
    box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 2px 7px -2px rgba(0,0,0,0.2);background: #ed2024;

}



input[type="button"] {

      font-size: 90%;
    color: #fff;
    outline: 0;
    margin: 10px auto 10px auto;
    transition: .4s;
    font-weight: bold;
    display: table;
    padding: 10px 15px 10px 15px;
    border: none;
    box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
    -webkit-box-shadow: 3px 10px 14px -9px rgb(0, 0, 0, .4);
    background: #B18859;
    text-shadow: 0px 1px 1px #000;
    border-radius: 100px;

} 



input[type="submit"]:hover {

    transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);

    box-shadow: none;

    -webkit-box-shadow: none;

}



#mess:hover {

    transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);

    box-shadow: none;

    -webkit-box-shadow: none;

}



input[type="button"]:hover {

     transform: scale3d(0.95, 0.95, 0.95); -webkit-transform: scale3d(0.95, 0.95, 0.95);

    box-shadow: none;

    -webkit-box-shadow: none;

}



.form-title {

	color: #363636;

    font-size: 100%;

    font-weight: normal;

    padding: 2px 5px;

        margin-bottom: 5px;

}



.irjon-grid-item {

color: #fff;
    cursor: pointer;
    font-size: 85%;
    font-weight: 700;
    padding: 0px 5px;

}



textarea {

        margin-top: 10px;

        border: 0px solid #b0b0b0 !important;

  background: rgba(176, 134, 84, .15);

    padding: 5px;

    font-size: 100% !important;

    outline: 0;

    color: #000;

    min-height: 100px;

    width: 90%;

    margin: 15px 10% 20px;

    resize: none;
     border-radius: 5px;

}



.form-input {

  

    border: none;

   border-bottom: 0px solid #b0b0b0;

    background: rgba(176, 134, 84, .15);

    padding: 5px;

    font-size: 120%;

    outline: 0;

    color: #000;

   margin: 10px auto 10px auto;

        width: 83%;line-height: 20px;


}



.form-input1 {

  border: none;
    border-bottom: 2px solid #b08654;
    background: rgba(176, 134, 84, .0);
    padding: 7px 5px 5px 5px;
    font-size: 100%;
    outline: 0;
    color: #b18859;
    margin-bottom: 20px;
    width: 83%;
    height: 40px;
    overflow: visible;

    

}









.form-message {

	font-size: 95%;

    margin: 5px 0;

    line-height: 20px;

    color: #d7d7d7;

}