.omdb-user fieldset {
	border: none;
	border-top: 1px solid #ccc;
	margin-bottom: 10px;
}
.omdb-user fieldset legend{ padding: 0 5px; }

.omdb-user label {
	display: inline-block;
	width: 150px;
	margin-top: 10px;
}

.omdb-user input[type="text"], .omdb-user input[type="password"] {
	margin-bottom: 3px;
	width: 200px;
}

table.churches { width: 100%; }
table.churches td { padding-left: 10px; border-bottom: 1px solid #eee; width: 125px; }
table.churches td:first-child { padding-left: 0; width: auto;}


div.joomla div.user label.label-left,
div.joomla div.user span.label-left  {
	display: block;
	width: 130px;
	float: left;
}

div.login { width: 364px; }
div.login label {
	display: block;
	font-size: 18px;
	margin-bottom: 5px;
}
div.login label.remember {
	font-size: 16px;
	cursor: pointer;
	padding: 10px 0;
	float: right;
}

div.login input.inputbox {
	display: block;
	background: #F7FCFF url(../images/input_bg.png) repeat-x left top;
	border: 1px solid #97B5D2;
	color: #25313C;
	font-size: 22px;
	width: 350px;
	margin: 0 0 20px 0;
	padding: 7px;
}
div.login input.inputbox:focus { background-color: #F9F8E4; }

div.login input.login {
	font-size: 18px;
	border: 1px solid #97B5D2;
	color: #25313C;
	padding: 5px;
}

div.logout {
	float: right;
	width: auto;
}

ul.loginlinks {
	float: right;
	width: 200px;
	list-style: none;
	font-size: 18px;
}
ul.loginlinks li { margin-bottom: 10px; }

p.introtext { margin-bottom: 20px; }

div.dashboard p, div.dashboard dl { margin-top: 0; }

div.profileblock {
  border: 1px solid #ccc;
  padding: 10px;
  margin: 10px 0 30px;
}
div.profileblock>span:first-child {
  display: inline-block;
  position: relative;
  top: -19px;
  margin-bottom: -10px;
  background: #fff;
  padding: 0 3px;
  font-weight: bold;
  font-size: 14px;
}
div.profileblock>span:first-child span {
  font-size: 11px;
  line-height: 15px;
}

div#details dl { width: auto; }
div#details dl dt,
div#churches dl dt {
  width: 100px;
  float: left;
  border-top: 1px solid #eee;

}
div#details dl dt:first-child, div#details dl dt:first-child + dd,
div#churches dl dt:first-child, div#churches dl dt:first-child + dd { border-top: none; }
div#details dl dd,
div#churches dl dd {
  padding-left: 100px;
  margin-bottom: 10px;
  border-top: 1px solid #eee;
}
div#details dl dd.phone span { display: inline-block; width: 50px; }
div#details dl dd.phone p { margin: 0; }

div#churches dl dd,
div#churches dl dt { border-top: none; }
div#churches dl dt.heading { width: 100%; font-size: 130%; border-top: 1px solid #eee; margin-bottom: 5px; padding-top: 5px; clear: right; float: none; }
div#churches dl dd div.actions { width: 50%; float: right; line-height: 150%; }
div#churches dl dd div.actions small { top: -5px; position: relative }

div#subscriptions #responseMsg { float: right; text-align: right;}
div#subscriptions ul { padding: 0; margin: 0; }
div #subscriptions li { list-style: none; }
div#subscriptions label { cursor: pointer; }

table.churches tr td { padding-top: 10px; }
table.churches tr:first-child td { padding-top: 1px; }
table.churches tr.header td a { font-size: 85%; margin-left: 10px; }
table.churches tr.links td { font-size: 90%; white-space: nowrap; vertical-align: top; }
small.error { color: red; font-weight: bold; }
