body
{
    width:100%;
    margin:0;
    background-color : #59a1d2;
    font-family: Verdana, Arial, sans-serif;
    font-size:14px; color:#0e2745;
}
#order_content
{
    position: relative;
    width:100%;
}
#page_order
{
    width:100%;
    height:750px;
    margin-top:10px;
}
#order
{
    position:relative;
    width: 400px;  height: 750px;
    margin-top:20px;
    border: 1px ridge #0e2745;
    background-color:white;
}
#orderTopBar
{
    width: 400px;  height: 250px;
    background-color: #0e2745;
    text-align:center;
}
#orderInfo
{
    height:450px;
}
#order_logo
{
    display: inline-block; vertical-align: middle;
    width: 350px;  height: 250px;
    background-image: url('../assets/logo_login.png')
}
#order_title
{
    display: inline-block; vertical-align: middle;
    height:34px; line-height:34px;
    color:white; margin-left:5px;
}

#order_form_title
{
    width:100%; height:50px; line-height:50px;
    text-align:center; color: #2576ad;
    font-size:16px; font-weight: bold;
}
#order_form_info
{
    margin-top:10px;
}
#orderForm
{
    margin-top:20px;
    /*width: 292px;*/  height: 100px;
}
#orderForm td
{
    padding: 8px;
}
.orderInput
{
    padding-bottom: 0px;  padding-top: 0px;
    width: 150px;  height: 22px; line-height:22px;
    text-align: center;border-radius: 5px;
}
.inputDescription
{
    /*width: 133px;*/  height:22px; line-height:22px;
    width:50%;
    text-align:right;
    font-weight: bold;
    user-select: none; pointer-events: none;
}
.emptyDiv
{
    width: 5px;
    display: inline-block;
}

#buttonorder,#buttonLogin
{
    /*width: 110px;*/  height: 26px;  /*line-height: 26px;*/
    text-align: center;  color:#0e2745 ;  font-weight: bold;
    margin-top: 20px; cursor: pointer;
}
#orderResult1,#orderResult2
{
    display:none;
    margin:20px;
    margin-top:100px;

}
#orderError
{
    margin-top:20px;
    color:red;
}
.align_center
{
    text-align:center;
}
#selectedPlan
{
    font-size:15px;
    font-weight:bold;
}
#usernameHelp
{
    width:150px;
    font-size:13px;
    text-align:justify;
    color:#AAAAAA;
    font-style:italic;

}