/* styles only for the wireless form */
.errormessage {
	width: 75%;
	min-height: 55px;
	font-size: 12px;
	border: 3px double #CC3333;
	z-index:2;
	background-color:#FFCCCC;
	margin: 5px auto;
	padding: 10px 10px 10px 75px;
	background-image:url(images/exclaim.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	}
	
.processmessage {
	width: 75%;
	min-height: 55px;
	font-size: 12px;
	border: 3px double #33CC33;
	z-index:2;
	background-color:#CCFFCC;
	margin: 5px auto;
	padding: 10px 10px 10px 75px;
	background-image:url(images/check.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	}
	
.errormessage h2 {
	color: #993333;
	}
	
.processmessage h2 {
	color: #339933;
	}

