#main {
	width: 800px;
  margin-left: auto;
  margin-right: auto;
}


.listing-name {
	font-weight: bold;
	font-size: 1.2em;
}

#right-col, #left-col {
	width: 435px;
	float: left;
}

#listing-search {
	position: relative;
	float: right;	
}

#list-worship {
	margin-left: 1em;
	padding-top: 1em;
}

.bluetext {
	color: #000044;
}

.header3 {
	font-size: 1.2em;
}
.worship_button {
}

/* Box Styles */

.listing-form {
	padding: 1em; padding-bottom:0;
}

.listing_box a, .listing_box a:link
{
	color: white;
}

.worship-listing
{
	width:430px;
	border: 2px solid #000033;
	color: #000044;
	background-color:#9CC4FF;
	padding: 1em 0em 1em 1em;
	margin-left: auto;
	margin-right: auto;
}

a.button {
  /* Sliding right image */
  background: transparent url('/images/button_right_06.png') no-repeat scroll top right; 
	display: block;
	float: left;
	height: 35px; /* CHANGE THIS VALUE ACCORDING TO IMAGE HEIGHT */
	margin-right: 6px;
	padding-right: 20px; /* CHENGE THIS VALUE ACCORDING TO RIGHT IMAGE WIDTH */
	/* FONT PROPERTIES */
	text-decoration: none;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}
a.button span {
/* Background left image */ 
background: transparent url('/images/button_left_06.png') no-repeat; 
display: block;
line-height: 22px; /* CHANGE THIS VALUE ACCORDING TO BUTTONG HEIGHT */
padding: 7px 0 5px 18px;
} 
a.button:hover span{
text-decoration:underline;
}


.worship-form, .login-form {
  background-color: #9CC4FF;
  color: #000033;
	width:450px;
	margin-left:auto;
	margin-right:auto;
	padding:1em;
	border: 2px solid #000033;
}


.login-form label {
  width: 75px;
  float: left;
  text-align: left;
  padding-right: 10px;
  display: block;
  font-weight: bold;
}

/* The error box */
.fieldWithErrors {
  background-color: red;
  display: table;
}


#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}


#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul {
	padding-left: 15px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
  color: black;
}

#notice {
  color: red;
	margin-left: 1em;
  font: bold sans-serif;
}

.required {
	color: red;
}

.login-header {
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 10px;
}