BODY {
	color: #000000;
	background: #FFFFFF;
	font-family: Verdana, Arial, Garamond;
}
.center {
    margin: auto;
    background: #FFFFFF;
    width: 900px;
    border: 0px solid #808080;
    padding: 10px;
  text-align: center; 
}
.logo {
  position:relative;
  display:block;
  margin:0;
  padding:0;
  border: 1px solid #CCC;
  overflow:visible;
  width:730px;/* */
}
input:not([type]):not([type="checkbox"]):not([type="file"]):not([type="radio"]),
select,
textarea {
	background-color: #F3F6F9;
	border: 1px solid #F3F6F9;
	border-radius: 0.42rem;
	color: #464E5F;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.25rem 1rem;
	margin: 0.5rem 0;
}
textarea {
	width: calc(100% - 2rem);
}
input[type="file"] {
	color: #464E5F;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	padding: 0.65rem 0;
	margin: 0.7rem 0;
}
select:not([multiple]) {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: #F3F6F9 url("svg/double_arrow.svg") no-repeat right 1rem center/8px 10px;
	padding-right: 2rem;
}
.box1{
    width: 750px;
    margin: 10px;
    padding: 10px;
    min-height: 60px;
    position:relative;
    display: inline-block;
    background: -webkit-gradient(linear, 0% 20%, 0% 1000%, from(#fff), to(#fff), 	color-stop(.1,#f3f3f3));
    border: 1px solid #ccc;
//    -webkit-box-shadow: 0px 3px 30px rgba(0, 0, 0, 0.1) inset;
//    -webkit-border-bottom-right-radius: 6px 50px;    
}

.box1:before{
    content: '';
    width: 50px;
    height: 100px;
    position:absolute;
    bottom:0; right:0;
 //   -webkit-box-shadow: 20px 20px 10px rgba(0, 0, 0, 0.1);
 //   z-index:-1;
 //   -webkit-transform: translate(-35px,-40px)
 //                       skew(0deg,30deg)
 //                       rotate(-25deg);
}

.box1:after{
    content: '';
    width: 100px;
    height: 100px;
    top:0; left:0;
    position:absolute;
    display: inline-block;
    z-index:-1;
//    -webkit-box-shadow: -10px -10px 10px rgba(0, 0, 0, 0.2);
//    -webkit-transform: rotate(2deg)
//                        translate(20px,25px)
//                        skew(20deg);
}


.wrap {
    background: #fff;
    margin: 10px;
    padding: 10px;
    display: block;
    width: 750px;
    height: 310px;
    border-radius: 2px 2px 2px 2px; 
    -webkit-box-shadow: 0 1px 4px 
    rgba(0, 0, 0, 0.3), 0 0 40px 
    rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3), 0 0 40px rgba(0, 0, 0, 0.1) inset;
    box-shadow: 0 1px 4px 
    rgba(0, 0, 0, 0.3), 0 0 40px 
    rgba(0, 0, 0, 0.1) inset;
}

.wrap img {
    width: 100%;
    margin-top: 15px;
}
.box8{
    margin: 40px auto;
    width: 750px;
    min-height: 250px;
    padding: 10px;
    position:relative;
    border: 2px solid #ccc;
    background: rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.1);
}

.box8:before{
    content: '';
    top: 0;
    width: 110%;
    left: 0; 
    height: 125%;
    z-index:-1;
    position:absolute;
    border: 1px solid #ccc;
    background: -webkit-gradient(linear, 0% 20%, 0% 92%, from(#f3f3f3), to(#fff), color-stop(.1,#f3f3f3));
    -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
    -webkit-transform: translate(-5%,-5%);
}
.box8:after{
    content: '';
    top: 0;
    width: 100%;
    left: 0; 
    height: 115%;
    z-index:-2;
    background: none;
    position:absolute;
    border-radius: 20px;
    -webkit-box-shadow: 15px 0px 30px rgba(0, 0, 0, 0.2);
    -webkit-transform: translate(0,0);
}

.box8 img {
    width: 100%;
    margin-top: 15px;
}

