﻿
.box
{
    width:640px; 
    margin:auto;
    margin-top:0px;
}


.box input[type='text'],
.box input[type='password']{font-size:inherit; border: 1px solid #ddd; background-color: #FFF; color:#303030; width:350px; height:60px; padding-left:8px; border-radius:2px; appearance: none; -webkit-appearance: none; }
.box select{font-size:inherit; border: 1px solid #ddd; background-color: #FFF; color:#303030; height:60px; padding-left:8px; border-radius:2px; appearance: none; -webkit-appearance: none; }
.box textarea{font-size:inherit; border: 1px solid #ddd; background-color: #FFF; color:#303030; width:356px; height:80px; padding:8px; border-radius:2px; appearance: none; -webkit-appearance: none;}

.box input[type='button']
{ border:none; background:#d51122; background:red; appearance: none; -webkit-appearance: none; 
  height:80px; padding-left:40px; padding-right:40px; font-size:inherit;color:White; border-radius:2px;}

.box input[type='submit']
{ border:none; background:#d51122; background:red; appearance: none; -webkit-appearance: none; 
  height:80px; padding-left:40px; padding-right:40px; font-size:inherit;color:White; border-radius:2px;}






.coo_panel{ width:640px; margin:auto;}
.coo_title{ background-color:#f0f0f0; line-height:80px; padding-left:20px; padding-right:20px;}


.six_border{ width:630px; margin:auto; margin-left:0px; margin-top:40px; height:255px; margin-bottom:60px; overflow:hidden;}
	        
.six_r1{ height:100px; display:table; margin:auto;}
.six_r2{ height:100px; display:table; margin:auto; margin-top:-22px;}
.six_r3{ height:100px; display:table; margin:auto;  margin-top:-22px;}

 .six_border1,.six_border2,.six_border3
{
    width: 80px;
    height: 100px;
    overflow: hidden;  
    visibility:hidden;
}
        
.six_border1
{
    transform: rotate(120deg);
    -webkit-transform: rotate(120deg);
    float: left;
    margin-left:10px;
    transition:0.5s; -webkit-transition:0.5s;
}
.six_border2
{
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
}
.six_border3
{
    transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    background: no-repeat 50% center;
    visibility: visible;
   
}