form {
padding: 0px;
margin: 0px;
}

h1 {
font-size: 16px;
}

.order_form_table textarea {
width: 95%;
height: 35px;
border: 1px solid #6FA5BD;
}

.order_form_table {
direction: rtl;
width: 67%;

border-collapse: collapse;
margin: 0px 0px 20px 0px;
}

.order_form_table th {
color: #202EB3;

height: 30px;
text-align: right;
padding-right: 10px;
padding: 5px;
}

.order_form_table td {
height: 30px;
text-align: right;
padding-right: 10px;

color: #2726A6;
padding: 5px;
}

.order_form_table_upselling {
width: 70%;
}

.order_form_table_upselling td, .order_form_table_upselling th {
border: 1px solid #6FA5BD;
}

.order_form_table_upselling th {
background: #6FA5BD;
color: white;
}

.message_success {
background: green;
font-weight: bold;
color: white;
}

.message_error {
background: red;
font-weight: bold;
color: white;
}

.nav_panel {
clear: both;
padding: 0px;
margin: 0px;
color: white;
font-weight: bold;
}

.nav_panel table {
height: 70px;
direction: rtl;
border-collapse: collapse;
}

.nav_panel table td {
border-collapse: collapse;
background-image: url("/order_form/images/tab.jpg");
background-repeat: no-repeat;
background-position: bottom left;
text-align: center;
width: 71px;
padding-bottom: 2px;
}

.nav_panel .nav_panel_done {
background-image: url("/order_form/images/tab+v.jpg");
background-repeat: no-repeat;
background-position: bottom left;
}

.nav_panel .nav_panel_current {
width: 102px;
background-image: url("/order_form/images/big-tab.jpg");
background-repeat: no-repeat;
background-position: bottom left;
padding-bottom: 10px;
}

.nav_panel a {
color: white;
text-decoration: none;
}

.btn_back {
margin-left: 50px;
}

.btn_next {
margin-right: 50px;
}

.info {
background-image: url("/order_form/images/info.jpg");
background-repeat: no-repeat;
height: 70px;
width: 410px;
padding: 5px;
text-align: right;
margin-bottom: 20px;
}

.info table {
height: 100%;
}

.info td {
padding-right: 60px;
vertical-align: middle
}

.notebox {
background-image: url("/order_form/images/notebox.jpg");
background-repeat: no-repeat;
height: 70px;
width: 410px;
padding: 5px;
text-align: right;
margin-bottom: 20px;
}

.notebox table {
height: 100%;
}

.notebox td {
padding-right: 60px;
vertical-align: middle
}

.bg_top {
padding: 0px;
margin: 0px;
background-image: url("/order_form/images/backround-up.jpg");
background-position: top;
background-repeat: no-repeat;

padding-top: 45px;
}

.bg_mid {
padding: 0px;
margin: 0px;
background-image: url("/order_form/images/backround-mid.jpg");
background-position: -1px 0px;
}

.bg_bot {
padding: 0px;
margin: 0px;
background-image: url("/order_form/images/backround-down.jpg");
background-position: bottom;
background-repeat: no-repeat;

padding-bottom: 50px;
}

.clm_align {
width: 55px;
}

.warning, .warning a{
color: red;
}

.js_link {
cursor: pointer;
text-decoration: underline;
color: blue;
}
