.BidLinks{
	margin: 2px;
	padding: 2px;
	border: 2px solid black;
	border-radius: 5px;
	background-color: gray;
	color: white;
	font-size: 14px;
	width: 40%;
	height: 25px;

	transition-property: font-size, background-color, width, height;
	transition-duration: 1s;
	transition-timing-function: linear;
	
}
.BidLinks:hover{
	width: 45%;
	height: 35px;
	font-size: 18px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
	background-color: black;
		
}
.BidsContain{
	border: 0 none;
	background-color: transparent;
	border-radius: 5px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 25px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}
.BidBox{
	width: 300px;
}
.BidsMessage{
	font-size: 16px;
	color: white;
	border: 0 none;
	background-color: gray;
	border-radius: 5px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
	width: 75%;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 5px;
	
	transition-property: background-color;
	transition-duration: 1s;
	transition-timing-function: linear;
}
.BidsMessage:hover{
	background-color: black;
		
}
.MOUDiv{
	display: none;
	margin: auto;
  	width: 100%;
}
.MOUIMG{
	width: 85%;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.8);
}
.myLabel{
	color: black;
	font-size: 16px;
	margin: 1px;
}
.myInput{

}