fieldset {
  border: none;
  border-top: 1px solid #ccc;
  margin-top: 15px;
}
fieldset.collapsed { border: none; }
fieldset.collapsed legend { cursor: pointer; }
fieldset.collapsed div { display: none; }

fieldset p.collapsedmsg { display: none; }
fieldset.collapsed p.collapsedmsg { margin-top: -5px; display: block; }

label {
  width: 150px;
  display: inline-block;
}

input, select { margin-bottom: 5px; }
input[type="text"],input[type="password"] { width: 250px; }
select { width: 256px; }

textarea {
  width: 450px;
  height: 150px;
  font-family: inherit;
}

p.helptext { margin: 0; }

#churchChurch_tweet { height: 4em; }

#steps {
  width: 210px;
  height: 42px;
  margin: 20px auto 10px;
}
#steps div {
  width: 42px;
  height: 42px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
}
#steps div.sep {
  background-image: url(../images/step-sep.png);
  width: 30px;
}
#step1 { background-image: url(../images/step-1.png); }
.step1 #step1 { background-image: url(../images/step-1-active.png); }
#step2 { background-image: url(../images/step-2.png); }
.step2 #step2 { background-image: url(../images/step-2-active.png); }
#step3 { background-image: url(../images/step-3.png); }
.step3 #step3 { background-image: url(../images/step-3-active.png); }


.churches-form fieldset.login input[type="text"] { width: auto; }
.churches-form fieldset.login label { margin-bottom: 10px; }

span.prefix {
  display: inline-block;
  width: 82px;
  text-align: right;
  margin-right: 3px;
}
input.url { width: 215px; }

h5 { margin-bottom: 0; }

fieldset.widelabel label { width: 250px; }
fieldset.widelabel input[type="text"] { width: 150px; }

fieldset label.flexi { width: auto; }

input[readonly] {
  background: #d0d0d0;
  font-style: italic;
}

div.radio-collapse { display: none; }
div.focused { display: block; }

span.validatemsg { display: none; margin-left: 5px; }
input.invalid + span.validatemsg { display: inline; }

#notMinister { display: none; }


label.option {
  display: inline;
  width: auto !important;
}

label.wide { width: 200px; }
input.short { width: 50px; }


.error { color: red; font-weight: bold; }


#uploadform img.logo {
  max-width: 300px;
  max-height: 200px;
  vertical-align: top;
  margin-bottom: 10px;
}

#uploadprogressbar {
  display: inline-block;
  border: 1px solid #ccc;
  height: 12px;
  width: 200px;
  padding: 0;
  margin: 10px 0 -2px;
}
#uploadprogressbar > span {
  display: block;
  width: 0%;
  height: 100%;
  background: green;
}
.logodiv:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

