@charset "utf-8";
/* CSS Document */

.divOpt_enq {
    width:100%;
	float: left;
}
@media only screen and (max-width: 768px) {
	.divOpt_enq {
		width:100%;
		float:left;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px ) {
	.divOpt_enq {
		width:20%;
		float:left;
	}
}
@media only screen and (min-width: 1024px) {
	.divOpt_enq {
		width:20%;
		float:left;
	}
}

.buttonENQ_01 {
  background-color: #587AD6 ; 
  border: 0px;
  border-radius: 10px;
  color: white;
  padding: 5px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.4em;
  height: 50px;
  cursor:pointer;
}
.buttonENQ_01:disabled,
buttonENQ_01[disabled]{
  border: 1px solid #999999;
  background-color: #cccccc;
  color: #666666;
  cursor:auto;	
}

