#contact{
    width: 367px;
    height: 162px;
    margin:0px auto 0px auto;
}
#contact h1{
    color:#594D4B;
    text-shadow:2px 1px 2px #fff;
    margin-left:10px;
    font-size:36px;
    letter-spacing:-3px;
}
#contact form{
    width:295px;
    height:160px;
    padding:0px 0px 0px 0px;
    clear:both;

}
#contact p{
    width:100%;
    float:left;
    clear:both;
    position:relative;
}
#contact label{
    float:left;
    width:210px;
    text-align:right;
    margin:10px 0px 5px 0px;
    padding-right:10px;
    text-shadow:1px 1px 1px #fff;
    color:#6A5D5B;
    line-height:23px;
}
#contact textarea{
    outline: none;
    float: left;
    margin: 5px 0px 5px 0px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    padding: 4px 4px 5px 4px;
    width: 275px;
    height: 80px;
    border: 1px solid #DDD;
    background-color: #095F7E;
    color: #68B6CE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 1px 1px 1px black;
    box-shadow: 1px 1px 1px black;
}

#contact input[type="text"]{
    outline: none;
    float: left;
    margin: 5px 0px 5px 0px;
    font-family: Verdana, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    line-height: 24px;
    padding: 1px 4px 2px 4px;
    width: 198px;
    border: 1px solid #DDD;
    background-color: #095F7E;
    color: #68B6CE;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -moz-box-shadow: 0px 0px 2px #000;
    -webkit-box-shadow: 1px 1px 1px black;
    box-shadow: 1px 1px 1px black;
}

#send{
        position: absolute;
    right: 76px;
    top: 11px;
}


#contact textarea{
    overflow-x:hidden;
}
#contact input[type="text"]:focus,
#contact textarea:focus{
    background-color:#1380a7;
    color: #fff;
}
#contact input[type="button"]{
    position: absolute;
    right: 22px;
    top: 42px;
    color: #fff;
    background-color: #11516D;
    border: 1px solid white;
    height: 30px;
    padding: 0px 15px 1px 15px;
    font-size: 10px;
    letter-spacing: 0px;
    margin: 15px 5px 0px 0px;
    text-transform: uppercase;
    cursor: pointer;
    -moz-border-radius: 5px 0px 0px 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    border-radius: 6px;
    text-shadow: 1px 1px 1px #333;
}
#contact input[type="button"]:hover{
    color:#fff;
    opacity:1.0;
}
#contact p.submit{
    height:30px;
    position:relative;
}
#contact label span{
    font-size:10px;
    font-weight:bold;
    color:#777;
    margin-left:3px;
}
.error{
    background-color: #095F7E;
    border: 1px solid white;
    border-left: none;
    width: 29px;
    height: 28px;
    position: absolute;
    padding: 0px 12px 0px 0px;
    top: 5px;
    right: -22px;
    font-size: 9px;
    letter-spacing: 0px;
    color: #DDD;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0px 5px 5px 0px;
}
.error span{
   padding-left: 2px;
    line-height: 14px;
    text-shadow: 1px 1px 1px #333;
}
.loader{
    background:transparent url(https://langloo.com/admin/moduly/contact_form/images/ajax-loader.gif) no-repeat top left;
    width:31px;
    height:31px;
    position:absolute;
    top: -89px;
    left: 122px;
}
.success{
    height: 31px;
    position: absolute;
    top: 2px;
    left: 33px;
    text-align: right;
    width: 265px;
    font-size: 13px;
    letter-spacing: 0px;
    color: #DDD;
    -moz-border-radius: 0px 5px 5px 0px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
    border-radius: 0px 5px 5px 0px;
    text-shadow: 1px 1px 1px #333;

}
.envelope img{
    position:fixed;
    top:50%;
    left:50%;
    margin-top:-88px;
    margin-left:-123px;
}