/* Very basic stylesheet to show you the layout sections */
/* Customise to your site */
body {
	background: #fff;
	font-family: "Lucida Grande", Lucida Sans, Tahoma;
	color:#444;
	margin:0px;
	padding:0px;
	border-left:#FFFF00 10px solid;
}

input {
	background:#000;
	border:0px;
	color:#fff;
	padding:3px;
	margin:0px;
	}
	
.buttons input {
	background:#00c0ff;
	cursor:pointer;
	margin:0px;
	font-size:13px;
	
	}
	
#email, #field1 {
	width:100%;
	}

a img {
	border: none;
}

#header, #footer, h1 {
	visibility:hidden;
	height:0px;
}

#content {
	color: #000;
}

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

/* Status Messages */
a {
	margin-left:5px;
	color:#00c0ff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	text-decoration:none;
	}
	
a:hover {
	color:#444;
	}

.alert,
.warn,
.error {
	clear: both;
	padding: 5px;
	color: #000;
}
#alertmsg {
	background:#cf2a2a;
	
}
.alert {
	background: #cf2a2a;
}
.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 {
	
}

fieldset {
	border:none;
	}
