.building-registration-portlet .taglib-captcha {
	float: left;
}

.building-registration-portlet #refreshCaptchaId {
	float: left;
	margin: 30px 0 0 10px;
}

.row-slim {
	padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.captcha-block{
	min-height: 160px !important;
}

/*
COMMENTATO A SEGUITO DEL RILASCIO DEL TEMA BUILDING-SITE-2015
 input[type="submit"].btn {
  display: inline-block;
  *display: inline;
  IE7 inline-block hack

  *zoom: 1;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #e6e6e6;
  Darken IE7 buttons by default so they stand out more given they won't have borders

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 10px;
  *margin-left: .3em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
input[type="submit"].btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2e7dcf;
  background-image: -moz-linear-gradient(top, #2e92cf, #2e5ccf);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#2e92cf), to(#2e5ccf));
  background-image: -webkit-linear-gradient(top, #2e92cf, #2e5ccf);
  background-image: -o-linear-gradient(top, #2e92cf, #2e5ccf);
  background-image: linear-gradient(to bottom, #2e92cf, #2e5ccf);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff2e92cf', endColorstr='#ff2e5ccf', GradientType=0);
  border-color: #2e5ccf #2e5ccf #204090;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  *background-color: #2e5ccf;
  Darken IE7 buttons by default so they stand out more given they won't have borders

  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
} */