/* results */
p.result{
	padding:3px 10px;
	font-weight:bold;
	text-align:center;
	background:#ECFEEC;
	color:#404040;
	border:1px solid #ccc;
}
p.info{
	padding:3px 10px;
	background:#eee;
	color:#000;
	border:1px solid #ccc;
}

p.success{
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	padding:5px;
	background:#F7FFF9;
	color:#000;
	border:1px solid #399;
}
p.error{
	text-align:center;
	font-weight:bold;
	font-size:1.1em;
	padding:5px;
	background:#000;
	color:#FFF5F5;
	border:1px solid #933;

}
/*forms*/
input,textarea,select {
	vertical-align:middle;
	background:#f8f8f8;
}
input:focus, textarea:focus {
	background:#fff;
	color:#404040;
}
input,select{
	font-size:1em;
}

input, label{
	margin-bottom:5px;
}
legend{
	font-weight:normal;
	padding:2px 5px;
	margin:1px;
	background:#f5f5f5;
	color:#000;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}
fieldset{
	margin-top:10px;
	margin-bottom:5px;
	padding:5px;
	border:1px dashed #ccc;
}

label, span.label{
	float:left;
	width:10em;
	text-align:right;
	padding-left:5px;
	padding-right:5px;
	font-weight:bold;
	background:transparent;
	color:#404040;
}
span.label{
	width:8.5em;
}


#subcent, #asubcent{
	margin:0 auto;
	width:11em;
}
#subcent2{
	margin:0 auto;
	width:22em;
}
input#submit, input#submit2, input#submit3{
	font-weight:bold;
	width:10em;
	margin:0 auto;
	background:#eee;
	color:#000;
}


/* General */
.clear{
	clear: both;
}
.center{
	text-align:center;
}
/* subs.php checkboxes */
#listcats label{
	text-align:left;
}
#listcats{
	padding:5px 10px;
	margin-bottom:5px;
}
#listcats ul{
	line-height: 1.3em;
	margin: 10px 0;
}
#listcats ul li{
	list-style-type: none;
	line-height: 1.23em;
	margin-bottom: 3px;
	margin-left: 0;
	padding:0;
	float:left;
	width:45%;
	list-style-type:none;
	margin-top:0;

}
#listcats ul li input,#listcats p.fakelabel label,#listcats p.fakelabel input{
	float:left;
}
#listcats p.fakelabel{
	margin-left:9em;
	display:block;
	width:50%;
}
#listcats p.fakelabel label{
	width:80%;
}