﻿.boxleft {
position:relative;
width:480px;
height:600px;
margin-top:40px;
float:left;
}
.boxContactleft {
position:relative;
width:480px;
height:300px;
margin-top:40px;
float:left;
}
.boxright {
position:relative;
width:450px;
height:300px;
margin-top:40px;
margin-right:10px;
float:right;
}
.box-gradient {
position:absolute;
width:100%;
height:100%;
border-radius:10px;
-moz-border-radius:10px;
-webkit-border-radius:10px;
border: 1px solid #CCC;;
}
.box-gradient-header {
position:inherit;
width:100%;
height:45px;
font-size:32px;
background-color: #F1F1F1;
border-top-left-radius:10px;
border-top-right-radius:10px;
padding-top:5px;
border: 0px solid #CCC;
}
.box-gradient-footer {
position: inherit;
width: 100%;
font-size: 22px;
background-color: #00AAC6;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 10px;
padding-top: 15px;
border: 0px solid #CCC;
margin-bottom: 25px;
margin-top: -5px;
height: 35px;
}
.box-header-reason
{
    padding-left:20px;
    margin-top:40px;    
    font-size:20px;
}
.box-header-time
{padding-left:20px;
    margin-top:10px;    
    font-size:20px;
}
.box-header-reason-drop
{
    padding-left:50px;
    margin-top:10px;    
    font-size:20px;
    width: 381px;    
    border-color: #C1C0C0 #B1B0B0 #999;
}

.box-shadow {
position:absolute;
left:50%;
margin:400px 0 0 -290px;
bottom:10px;
width:580px;
height:16px;
background:#fff;
border-radius:290px / 8px;
-moz-border-radius:290px / 8px;
-webkit-border-radius:290px / 8px;
box-shadow:0 10px 20px #000;
-moz-box-shadow:0 10px 20px #000;
-webkit-box-shadow:0 10px 20px #000;
}