﻿

::placeholder { color: #000;opacity: .45;font-size: 80%;  }
:-ms-input-placeholder { color: #000;opacity: .45;font-size: 80%; }
::-ms-input-placeholder { color: #000;opacity: .45;font-size: 80%;}

form {
    
   padding: 5px;
    border-top: 3px solid #000;
    border-bottom: 3px solid #000;
    line-height: 15px;
}

input[type="submit"] {
    padding: .5em 1em;
    font-size:  84%;
    color: #fff;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    border: 0px solid rgb(205, 205, 205);
    background: rgb(212, 158, 102);
    background: -moz-linear-gradient(top, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
    background: -webkit-linear-gradient(top, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
    background: linear-gradient(to bottom, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
    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);
} 
#mess {
	    transition: .4s;
    padding: .5em 1em;
    margin-top: 20px;
    color: white;
    border: 0px ridge rgba(255, 255, 255, 0.9);
    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);
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    border: 1px solid rgb(205, 205, 205);
       background: rgb(212, 158, 102);
    background: -moz-linear-gradient(top, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
    background: -webkit-linear-gradient(top, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
    background: linear-gradient(to bottom, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
        font-size: 80%;
    margin-bottom: 20px;
}

input[type="button"] {
    transition: .4s;
    padding: .3em 1em;
    font-size:  84%;
    color: white;
    text-shadow: 0px 1px 2px rgb(0, 0, 0);
    border: 0px solid rgb(205, 205, 205);
      background: rgb(212, 158, 102);
    background: -moz-linear-gradient(top, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
    background: -webkit-linear-gradient(top, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
    background: linear-gradient(to bottom, rgb(142, 142, 142) 0%,rgb(29, 29, 29) 100%);
    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);
    margin: 0 auto 20px auto;
     
} 

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: #5a5a5a;
    cursor: pointer;
    font-size: 80%;
    font-weight: normal;
    padding: 2px 5px;
    text-transform: uppercase;
}

textarea {
        margin-top: 10px;
        border: 1px solid #b0b0b0 !important;
    background: rgba(255, 255, 255, 0.25);
    padding: 5px;
    font-size: 100% !important;
    outline: 0;
    color: white;
    min-height: 100px;
    width: 90%;
    margin: 15px 10% 20px;
    resize: none;
}

.form-input {
    margin-top: 10px;  
    border: none;
   border-bottom: 1px solid #b0b0b0;
    background: rgba(255, 255, 255, 0.25);
    padding: 5px;
    font-size: 100%;
    outline: 0;
    color: #000;
    margin-bottom: 10px;
        width: 75%;
}

.form-input1 {
   border: none;
    border-bottom: 1px solid #b0b0b0;
    background: rgba(255, 255, 255, 0.0);
    padding: 5px;
    font-size: 100%;
    outline: 0;
    color: #000;
    margin-bottom: 15px;
    width: 75%;
    height: 30px;
}




.form-message {
	font-size: 95%;
    margin: 5px 0;
    line-height: 20px;
    color: #d7d7d7;
}