button {
    border: none; 
    background: yellow; //orange; //grey;
    font-size: 16px;
    height:30px;
	margin:1px 1px 1px 1px;
    width: 20% /*80px*/ ;}
	
button:hover {
    border: none;
    background: #0F0; /*green;*/
}

textarea {
	text-align: left;
}

table, tr, th, td {
   border: 1px solid black;
   border-collapse: collapse;
   padding: 3px;
}

br {
    text-indent: 50px
}
	
.topRigth {
    position: absolute; 
	right:0;
	top:0;
}

.topLeft {
    position: absolute; 
	left:0;
	top:0;
}

.bottomRigth {
    position: absolute; 
	right:0;
	bottom:0;
}

.bottomLeft {
    position: absolute; 
	left:0;
	bottom:0;
}

li {border: solid 5px ;
    width: 180px;
	height: 60px;
	line-height: 60px;
	border-color: coral;
	background-color: yellow;
	text-align: center;
    vertical-align: middle
}

#myProgress {
    width: 100%;
    background-color: grey;
}
#myBar {
    width: 1%;
    height: 30px;
    background-color: yellow;
}

#div5 {
    color: green;
	background-color: coral;
}

/*#imgDiv {
	transition: background-color 1s ease, width 1s linear;
	//transition: background-image 5s linear
	//transition-timing-function: ease; 
}*/