#load{position: fixed;top:0;left:0;height: 100%;width: 100%;background: url(../img/zero.png);z-index:998;display:none;}
#succes, .show{display:none;text-align:center;width: 320px;margin:0 auto;border: 5px solid rgba(204,204,204,0.5);border-radius:8px;padding:10px 20px;background: #f0f0f0;position: relative;-webkit-background-clip: padding-box;-moz-background-clip: padding-box;background-clip: padding-box;z-index:999;}
#succes{font-size:1.5em;line-height:24px;}
.show h3{text-align:center;color:#000;font-size:2.2em;font-weight: 600;padding-top:0;margin-top:15px;}
.show a#closed{display:inline-block;width: 20px;height: 20px;position: absolute;cursor:pointer;background: url(../img/closed.png) no-repeat;top:-12px;right:-12px;}
.show a#closed:hover{background-position: 0 -23px;}
.show input[type=text], .show input[type=password], .show input[type=file], .show textarea{display:block;border: 1px solid #CCC;border-radius: 3px;padding: 10px 0 10px 30px;font-size: 13px;color: #808080;width: 210px;margin:10px auto;}
.show input[type=text], .show input[type=password], .show input[type=file]{background: #FFF url(../img/input.png) 5px 10px no-repeat;}
.show textarea{padding:5px 15px 5px 15px;height: 60px;}
.show input[name=phone]{background-position: 5px -20px;}
.show input[name=email]{background-position: 5px -48px;}
.show input[name=site]{background-position: 5px -77px;}
.show input[type=submit]{display:block;margin:20px auto 5px auto;width:188px;height:37px;;background:url(../img/submit1.png) no-repeat center center;font-size:14px;color:#040404;text-align:center;border:0;outline:0;cursor:pointer;padding-bottom:5px;}
.show input:hover[type=submit]{opacity:0.8}