img
{
	border: none;
}
/*
	Alternating background colours
*/
.odd
{
	background: #EEEEEE;
}
.even
{
	background: #FFFFFF;
}

/*
	Messages of all kinds
*/
p.notification
{
	font-style: oblique;
	background: #EEEECC;
}

p.warning
{
	font-style:oblique;
	font-size: 110%;
	background: #E3F136;
}

p.error
{
	font-style: oblique;
	font-weight: bold;
	font-size: 110%;
	background: #CC9999;
	border:#CC0000 solid 2px;
	color:#CC0000;
	margin: 0px;
	padding: 2px;
}

div.error {
	font-style: oblique;
	font-weight: bold;
	font-size: 110%;
	background: #CC9999;
	border:#CC0000 solid 2px;
	color:#CC0000;
	margin: 0px;
	padding: 2px;
}
div.error p, div.error ul, div.error ul li {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 1px;
}

p.okmessage
{
	font-style: oblique;
	border: #009933;
	background:#BEEFB6;
	color: #000000;
	margin: 0px;
	padding: 2px;
}

input[type=reset], input[type=submit], input[class=button], input[type=button]{
   color: #fff;
   background: #3858a3;
   padding: 0.25em;
   padding-left: 0.5em;
   padding-right: 0.5em;
   -moz-border-radius: 0.5em;
   -webkit-border-radius: 0.5em;
}

/*
	Stuff on the moodal box
*/
.moodal
{
	margin: 10px !important;
}

/*
	Generic forms
*/
.form
{
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.form div
{
	border: none;
	clear: both;
	padding: 2px;
	text-align: left;
}
.form label
{
	display:block;
	text-align: left;
}
.form label.required
{
	font-weight: bold;
}
.form div.normalrow label
{
	float: left;
	width: 200px;
}

.form div.onlyinput input
{
	margin-left: 200px;
}

.form div.onlyinput iframe
{
	padding-left: 200px;
}

.form div span.error
{
	/*display: block;*/
	font-weight: bold;
	font-style: oblique;
	font-stretch: expanded;
	font-size: 110%;
	color: #990000;
}