

.dost
{padding: 5px;}

#dosttab, #dosttab td {
	border: none;  
	border-collapse: collapse; 
	text-align: left;
	padding: 2px
}

#dcontrol tr { height: 25px }

input[type="radio"] {
	vertical-align: bottom;
	margin: 0 2px 0 0;
}

#addrselect  { 
	FONT-SIZE: 9pt;
	width: 470px;
	height: 25px;
	border: 0;
	
}

#dayselect  { 
	FONT-SIZE: 9pt;
	width: 350px;
	height: 25px;
	border: 0;
	
}

#primdost { 

	width: 640px;
	height: 25px;
	border: 0;
	
}

#addrtoadd, .addr { 

	width: 640px;
	height: 30px;
	border: 2px solid #22a;
	padding-left: 5px;
	
}


.b-popup{
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.5);
    overflow:hidden;
    position:fixed;
    top:0;
    left: 0;
      z-index: 15;
}
.b-popup .b-popup-content{
    margin:400px auto 0px auto;
    width:650px;
    padding:10px;
    background-color: #e2e2e2;
    border-radius:5px;
    box-shadow: 0px 0px 10px #000;
}
