@charset "utf-8";


form {
	margin: 0px;
	padding: 0px;
}

.rad2 {
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


.rad3 {
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rad4 {
	-webkit-border-radius: 4px;
	border-radius: 4px;
}

.rad5 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.rad6 {
	-webkit-border-radius: 6px;
	border-radius: 6px;
}
.rad50 {
	-webkit-border-radius: 500px !important;
	border-radius: 500px !important;
	display: block !important;
	overflow: hidden !important;
}


.clearfix {
	display: inline-block;
	width: 100%;
	height: auto;	
}


img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	height: auto !important;
}.errors {
	font-size: 11px;
	color: #C00;
margin-bottom: 10px;
}


.opa {opacity: 0.9; }
.opa:hover { opacity: 1; }

.justifyright, .right {
text-align:right
}
.mobonly {
display:none
}
.flex {

  }
  .flex2 {
	display: flex;
  }
.banners {	
	display: inline-flex;
}
