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

button:hover {
    border: none;
    background: grey;
}

.rigthPosition {
    position:relative; 
	float:righ;	
}
.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;
}

.box {
  border: 5px solid aqua;
  width: 50%;
  }
  
p {
    color:blue;
}
p:hover {
    color:aqua;
	border: none;
    background-color: yellow;
}
