body {
 margin:20px;
 background:#808080;
 color: #333333;
 text-align:center;
 padding:0;
 }

                #mainOrderWrapper{
                        color: rgb(255,255,255);
                        background-color: rgb(149,67,97);
                        width: 400px;
                }
                #batchesWrapper{
                        color: rgb(255,255,255);
                        background-color: rgb(149,67,97);
                        width: 400px;
                }
                #formWrapper{
                        color: rgb(255,255,255);
                        background-color: rgb(149,67,97);
                        width: 400px;
                }
                #title{
                        text-align: center;
                        background-color: rgb(0,0,0);
                }
                #formDiv{
                        padding: 25px;
                }
                .submitDiv{
                        margin-top: 10px;
                        text-align: center;
                }

