/*   CubittTheme style.css Modifications   */


/*   phpList css   */

.phplist {
	font-size: 1.1em;
	padding:0.6em;
	padding-top:1em;
	margin-bottom:0.6em;
}

.phplist b {
	font-weight: normal;
}

.phplist h1, .phplist h2, .phplist h3 {
	font-size: 1em;
	font-weight: normal;
	margin:0px;
	padding:0px;
}

.phplist img {
	margin-top: 2em;
	margin-bottom:0.5em;
}

.phplist ul {
	list-style-type: none;
	padding-left: 0;
	margin-left: 0;
	list-style-position: inside;
	margin-bottom: 1em;
}

.phplist li {
	background: #fff;
}

.phplist li.list {
	font-weight: bold;
}

.phplist .listdescription {
	margin-top: .4em;
	font-weight: normal;
}

.phplist .required {
	display: none;
}

.phplist div.required {
	display: inline;
	padding-right:10px;
}

.attributeinput {
	background: #fff;
}

.phplist .adminmessage {
	margin-top:-28px;
	font-size:9px;
	width:94%;
}
