table, th, td {
      border-collapse: collapse;
      border: 1px solid black;
      padding: 2px;
    }

    th {
      background: #ccccff;      
    }

//hr{ 
  //display: block;
  //margin-top: 0.5em;
  //margin-bottom: 0.5em;
  //margin-left: auto;
  //margin-right: auto;
  //border-style: inset;
  //border-width: 50px;
  //height:10px;
//} 

.hr-line {
	margin: 20px 0;
	padding: 0;
	height: 0px;
	border: none;
	border-top: 1.4px solid #333;
}

a.btn {
    padding: 1px 6px;
    border: 1px outset buttonborder;
    border-radius: 3px;
    color: buttontext;
    background-color: buttonface;
    text-decoration: none;
    width:200px;
    height:45px;
}

.box{
width:90px;
height:30px;
//border:2px solid #fff;
border:1px solid #fff;
background:#fff;
float:left;	
}

.button{
width:200px;
height:45px;
//border:2px solid #fff;
border:1px solid #000;
background:#fff;
float:left;
cursor:pointer;	
}

.radio{
width:200px;
height:45px;
//border:2px solid #fff;
border:1px solid #000;
background:#fff;
float:left;	
}


.frame{
  border:1px solid #000;
  display:inline-block;
  padding:10px;
}

.clr{
clear:both;
}

.small-tbl {
  width: 90px; 
  height: 30px;	
}

//.small-1td {
//  width: 70px;  	
//}

//.small-2td {
//  width: 30px;  	
//}