body {
	background-color: #e9f3f2;
	color: black;
	font-size: 0.9em;
	font-family: sans-serif,helvetica;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-size:cover;
}
.box1 {
    width:800px;
    height:50px;
    margin:0 auto;
    background: rgba(255, 255, 255, 0.5);
    -pie-background:  rgba(255, 255, 255, 0.5);
    behavior: url(PIE.htc);
    margin-top:40px;
  text-align:center;
  font-size:24px;
  padding-top:30px;
  padding-bottom:10px;
}
  .boxMenu {
    width:450px;
    height:150px;
    margin:0 auto;
  padding-top:30px;
  padding-bottom:10px;
}
a.more_link{
  color:black;
  text-decoration:underline;
}
UL.menu1{
  padding:0px;
  margin:0px;
  list-style:none;
  width:450px;
  margin:0 auto;
}
UL.menu1 li{
  float:left;
  width:110px;
  display:block;
  height:80px;
  margin-left:2px;
  text-decoration:underline;
  background-repeat:no-repeat;
  background-size:40px;
  background-position:center center;
}
UL.menu1 li:hover{
  background-color:#fafcb3;
}
UL.menu1 li a{
    display:block;
    color:black;
    padding-top:60px;
  text-decoration:normal;
}

UL.menu1 li.view_map{
  background-image:url("../aptmn/icons/map.png");
}
UL.menu1 li.view_list{
  background-image:url("../aptmn/icons/list.png");
}
UL.menu1 li.view_newlist{
  background-image:url("../aptmn/icons/addnew.png");
}
UL.menu1 li.view_phone{
  background-image:url("../aptmn/icons/phone3.png");
  background-size:50px;
}
UL.menu1 li.view_carplate{
  background-image:url("../aptmn/icons/plate.png");  
  background-size:60px;
}
UL.menu1 li.info_list{
  background-image:url("../aptmn/icons/info_icon.png");
}
div.bairbox{
  min-width:380px;
  max-width:750px;
  display:block;
  margin:0 auto;  
}
table.list{
background-color:#e0e0e0;
  width:100%;
}
table.list th{
background-color:#333333;
color:#fff;
padding:4px;

}
table.list td{
background-color:#fff;
padding:4px;
font-size:14px;
}
table.list td a{
  color:#3860a1;
}
img.bair_pic{
  
}
div.bairbox a.back2{
  background-image:url("../aptmn/icons/back.png");
  background-repeat:no-repeat;
  background-size:25px;
  color:black;
  text-decoration:underline;
  display:block;
  width:70px;
  height:26px;
  line-height:26px;
  text-align:right;
    float:left;

}
div.bairbox a.nextOrder,div.bairbox a.nextOrder2{
  background-image:url("../aptmn/icons/next.png");
  background-repeat:no-repeat;
  background-position:right;
  background-size:25px;
  color:black;
  text-decoration:underline;
  display:block;
  width:100px;
  height:26px;
  line-height:26px;
  text-align:left;
  float:right;
}
div.bairbox a.nextOrder2{
    background-image:url("icons/down.png");
}
div.buttonSpace{
    display:block;
height:100px;
}
div.textD{
  padding-top:10px;
  line-height:25px;
  padding-left:12px;
}
.anotherOrder{
  color:red;  
}

.msg_box {
  margin: 10px 0;
  padding: 10px;
  border-radius: 3px 3px 3px 3px;
}
.info-msg {
  color: #059;
  background-color: #BEF;
}
.success-msg {
  color: #270;
  background-color: #DFF2BF;
}
.warning-msg {
  color: #9F6000;
  background-color: #FEEFB3;
}
.error-msg {
  color: #D8000C;
  background-color: #FFBABA;
}

a.button3:hover, span.button3:hover{
  background-color:#4095c6;
}

span.btn, a.btn{
  display:inline-block;
  padding:0.3em 0.5em;
  margin:0 0.3em 0.3em 0;
  border-radius:2em;
  box-sizing: border-box;
  text-decoration:none;
  font-family:'Roboto',sans-serif;
  font-weight:300;
  color:#000;
  background-color:#a1a194;
  text-align:center;
  transition: all 0.2s;
}
 span.button_gray, a.button_gray{ 
  color:#000  !important;
  background-color:#a1a194; 
  text-decoration: line-through;
}
 span.button_gray:hover, a.button_gray:hover{
  background-color:#b8b8ad;
}
 span.button_green, a.button_green{ 
  color:#fff !important;
  background-color:#41b50b; 
}
 span.button_green:hover, a.button_green:hover{ 
  background-color:#50cc16;
}
 span.button_green2, a.button_green2{  
  color:#000 !important;
  background-color:#ffb3ab;  
}
 span.button_green2:hover, a.button_green2:hover{ 
  background-color:#ff8578;
}

ul.banks{
  list-style:none;
  padding:5px;
  margin:0px;  
}
ul.banks li{
  width:65px;
  margin:0px;
  padding:0px 3px 3px 0px;
  float:left;
}
ul.banks li a {
  text-decoration:none;
  color:black;  
  font-size:9px;
  line-height:8px;  
}
ul.banks li a img{
  max-width:65px;
  max-height:65px;
}

div.carPlate{
  border:2px solid #4287f5;
  padding:3px 8px;
  width:80px !important;
  background-image:url("../aptmn/icons/soyombo2.png");  
  background-position: 5px 3px;
  background-repeat:no-repeat;
  background-size:8px;
  min-width:80px;  
  text-align:center;
  font-weight:bold;
  text-transform:uppercase;
  border-radius:2px;
  color : #184080;
}