#add_order_wrapper {
  float: left;
  margin-left: 18px;
  margin-top: 5px;
  width: 966px;
}

#add_order_head {
    float: left;
    width: 966px;
}

#add_order_header_l {
    background: url("/static/images/backgrounds/firm/addfirm_corner_top_left.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 42px;
    width: 24px;
}

#add_order_header_c {
    background: url("/static/images/backgrounds/firm/addfirm_top_middle.gif") repeat-x scroll 0 0 transparent;
    float: left;
    height: 42px;
    width: 918px;
}

#add_order_header_r {
    background: url("/static/images/backgrounds/firm/addfirm_corner_top_right.gif") no-repeat scroll 0 0 transparent;
    float: left;
    height: 42px;
    width: 24px;
}

#form_order_add{
    background: url("/static/images/backgrounds/firm/addfirm_bck.gif") repeat-x scroll 0 0 transparent;
    border-left: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    float: left;
    width: 964px;
}

#form_order_add .box_maps{
    width:400px;
    height:310px;
    margin-top:5px
}

.order_head_text {
    padding-bottom:10px;
    font-size:15px;
    font-weight:bold;
    margin-top: 14px;
}

.order_head_text_blue {
    color:#1791D7;
}

#form_order_add #data {
    margin-left: 20px;
    margin-right: 20px;
    float: left;
}

.order_data {
    width: 460px;
    float: left;
}

.order_map {
    width: 460px;
    float: left;
}

.order_data .element {
    float: left;
    margin-top: 10px;
}

.order_data .element input[type=text] {
    background: url('/static/images/backgrounds/common/input_bck_300.gif') no-repeat scroll center top transparent;
    float: left;
    height: 24px;
    margin-top: 3px;
    width: 281px;
    border: medium none;
    color: #333333;
    font-size: 11px;
    margin-top: 4px;
    padding-left: 12px;
    padding-right: 12px;
}

.order_data .label {
    padding: 4px;
    vertical-align: middle;
    width: 130px;
    margin-top: 14px;
    float: left;
}

#desc_txt_input, #fck_div {
    width: 964px !important;
}

.box_maps {
    margin-left: 20px;
}

.order_add_box_btn {
    float: left;
    width: 100%;
    text-align: center;
    margin-bottom: 4px;
}

#add_order_btn, #order_login {
    background: url("/static/images/backgrounds/wall/wall.png") no-repeat scroll -2px -112px transparent;
    border: medium none;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    padding: 0;
    width: 144px;
}

.login_box_order {
    float: left;
    text-align: center;
    width: 100%;
}

.col {
    float: left;
    width: 49%;
}


#add_fir_outer_wrapper {
    float: left;
    margin-left: 18px;
    margin-top: 5px;
    width: 966px;
}

#add_fir_inner_wrapper {
    float: left;
    border: 1px solid #CCCCCC;
    border-top: 0px;
    width: 964px;
    background: url("/static/images/backgrounds/firm/addfirm_bck.gif") repeat-x scroll 0 0 transparent;
    background-color: white;
}

#login_box_content {
    float: left;
    width: 500px;
}
#login_box_login_button	{
	background: url('/static/images/buttons/buttons.png') 5px -50px no-repeat;
	color: #000000!important;
	cursor: pointer;
	border: none;
	font-size: 13px;
	/*font-weight: bold;*/
	text-shadow: 1px 1px #DADADA;
	width: 128px;
	height: 26px;
}
#email_label{
    padding-right: 10px;
}
#pass_label{
     padding-right: 10px;
}
#login_box_content h2{
    margin-left: 20px;
}
.login_box_input_left	{ float:left; background:url("/static/images/backgrounds/login/login_panel_input_left.gif") no-repeat; width:11px; height:24px; }
.login_box_input		{ float:left; border:none; background:url("/static/images/backgrounds/login/login_panel_input_middle.gif") no-repeat; width:258px; height:24px; }
.login_box_input_right	{ float:left; background:url("/static/images/backgrounds/login/login_panel_input_right.gif") no-repeat; width:11px; height:24px; }

#UserFormLogin			{ margin: 0px 25px; padding-top:8px; font-size:10px; }
#UserFormLogin tr 		{ height:40px; }
#UserFormLogin td 		{ vertical-align:middle; text-align: right;font-size: 12px;}
#login_box_login_text	{ padding-bottom:10px; font-size:20px; font-weight:bold; }
.reg_form_left {
  width: 175px !important;
}

.branch_label{
   width: 175px;
}

#reg_form {
    float: left;
}

#reg_form td {
    padding: 7px 0;
}

.order_title {
    float: left;
    padding: 8px 0px 8px 8px;
    line-height: 21px;
    color: #1791D7;
    font-weight: bold;
    font-size: 16px;
}
.order_title span{
    color: #000000;
}

.edit_order_div {
    float: right;
    margin: 12px;
    font-weight: bold;
}

.offer_details_edit{
    display: none;
}