.formCss{
   background: url(../images/form.jpg) no-repeat center top;
    overflow: hidden;
    height: 446px;
    padding: 0 56px;
    padding-top: 25px;
}
.formBox{
    font-size: 14px;
    color: #666666;
    line-height: 32px;
    overflow: hidden;
    position: relative;
    margin-bottom:10px;
}
.formBox span{
    display: block;
    position: absolute;
    top:0;
    text-indent: 0;
    left:14px;
}
.formCss input[type="text"] {
    width: 405px;
    display: block;
    height:12px;
    color: #666;
    background-color: #b6b5b5;
    outline: 0;  
    border:0;  
    padding: 10px;
}

.formBox textarea {
    display: block;
    padding: 10px;
    height:189px;
    width:717px;
    outline: 0;
    border:0;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    background-color: #b6b5b5;
    resize: none;
}

.formCss input[type="submit"]{
    font-size: 16px;
    line-height:51px;
    font-weight: bold;
    color: #fff;
    outline: 0;
    border:0;
    width:736px;
    background-color: #ed6e01;
    text-align: center;
}
