/**
 * @since Customsell MPU sign up form 0.2.0
 * @Version 1.3.3
 */
.widget_csmpuf_widget{
  max-width: 300px;
  max-height: 300px;
  overflow: hidden;
}
.widget_csmpuf_widget .widget-title-wrap h3.widget-title{
  padding-bottom: 5px;
  font-size: 0.9375rem;
}
.widget.widget_csmpuf_widget .csmpuf p{
  font-size: 0.875rem;
}
.widget_csmpuf_widget .csmpu-form-row{
  height: 45px;
  max-width: 90%;
  margin: 1% 0px;
}
.widget_csmpuf_widget .csmpu-form-row label{
  vertical-align: sub;
}
.widget_csmpuf_widget .csmpu-form-row input{
  float: right;
  background-color: white;
}
.widget_csmpuf_widget .csmpu-form-row select{
	  float:right;
	  height: 41px;
    background-color: white;
	  -webkit-appearance: none;
    -webkit-border-radius: 0px;
    max-width: 147px;
    padding-left: 5px;
    background-image: url('selectback.png');
    background-size: 50%;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: center;
}
.widget_csmpuf_widget input[type="submit"]{
}
.csmpuf {
  padding:5%;
}

.widget_csmpuf_widget .csmpu-form-row.consent {
  margin:2% 0px;
  height:auto;
}
