/* From the registration form page */
body.regform {
	background-color: #d5e1ff;
}



/* From the registration progress page */
body.registering {
}

h1.registering {

}

p.connecting {
	background-image: url("images/connect.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 24px;
}

p.informative {
	background-image: url("images/info.png");
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 24px;
}

p.uninformative {
	background-image: url("images/uninfo.gif");
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 24px;
}

p.warning {
	background-image: url("images/warning.png");
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 24px;
}

p.error {
	background-image: url("images/error.png");
	background-repeat: no-repeat;
	padding-left: 34px;
	padding-top: 24px;
}

