/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #1E1E1E;
	font-family: Verdana sans-serif, Arial, "Trebuchet MS";
	color: #555;
/*		background-image: url(../../user/images/index_pic_bg.jpg); */
margin: 1px 25% 10px 25%;
/* width:700px; */
	font-size:14px;
}

div {
	margin: .2em;
	padding: .5em;
}

a img {
	border: none;
}

#header,
#footer {
/*	background: #E8FFBA; */
	background:#CCCCCC;
	border: 1px solid gray;
}
#header {
background-image:url(../../../../site/images/main_logo.gif); 
/* background-image:url(/site/images/logo.gif); */
background-repeat:no-repeat;
background-position:right center;
background-color:#000000;
}

#header h1 a {
color: gray;
text-decoration: none;
}

#content {
	border: 1px solid #999;
	color: #000;
	background-color:#FFFFFF;
}

.navimage {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 5px;
	border: 1px solid #EEE;
}


#subscribeForm {
  background-color: #FFFFFF;
}
/* Status Messages */
.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	border: 1px solid #A5D768;
}
.alert {
	background: #DDF0BD;
}
.alert strong,
.alert label {
	color: green;
}
#warn {
	border: 1px solid #FF8000;
}
.warn {
	background: #FFF6E5;
}
.warn strong,
.warn label {
	color: #FF8000;
}
#error {
	border: 1px solid #F3D5D5;
}
.error {
	background: #FFF1F1;
}
.error strong,
.error label {
	color: red;
}
.error input,
.error textarea {
	background: #FFF;
}

.required {
	font-weight: bold;
}


fieldset { border:1px solid gray;
  padding: 1em;
  font:100% sans-serif;

}

legend {
  padding: 0.2em 0.5em;
  border:1px solid gray;
  color:green;
  font-size:100%;
  text-align:right;
  background-color:#FFFFFF;
  }
label {
  float:left;
  width:35%;
  margin-right:0.5em;
  padding-top:0.2em;
  text-align:right;
  }
  
  