@charset "utf-8";
/* CSS Document */
/* ----------------Branch Locator-------------------------*/
.box{
    display:block;
    padding: 15px;
    margin: 10px;
	overflow:auto;
}

.box1{
    display:block;
    padding: 15px;
    border: 1px solid #ddd;
    width: 100px;
    height: 500px;
    margin: 10px;
}

#selectField{
    border: 1px solid #ddd;
    width: 200px;
}

#holder{
width:1000px;
overflow:auto;
}

#branch{
width:160px;
margin:8px;
line-height:22px;
float:left;
text-align:left;
height:180px;
font-size:14px;
background:url(../images/branch_bg1blue.jpg) bottom right no-repeat;
padding:10px;
}

#branchname{
width:167px;
height:25px;
background:url(../images/branch.png) top left no-repeat;
margin-bottom:0px;
color:#fff;
padding-top:10px;
padding-left:35px;
font-size:15px;
margin-left:-10px;
text-transform:capitalize;
}  

#option8.branch{
width:160px;
margin:8px;
line-height:22px;
float:left;
text-align:left;
height:230px;
font-size:14px;
background:url(../images/branch_bg1opt8.jpg) bottom right no-repeat;
padding:10px;
}
/*----------------------------------------------------------------------------*/


