body{
    background-color:#fff;
}
html{
    overflow-y:scroll;
}
ul.out_date{
    margin:10px;
}
ul.out_date li{
    text-align:left;
}
#orderDetail{
    width:650px;
}
#outDate{
    width:450px;
}
#orderDetail ul li{
    width:300px;
}
#orderDetail ul li.long{
    width:600px;
}
#orderDetail textarea{
    width:500px;
    height:75px;
    border:1px solid #ccc;
    vertical-align:text-top;
}