button {
    border: none; /*10px;*/
    background: #ccf;
    font-size: 16px;
    height:30px;
	/*margin:10px 10px 10px 10px;*/
    width: 32% /*80px*/ ;}
	
textarea {
	text-align: left;
}

button:hover {
    border: none;
    background: #eef;
}

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; 
}*/