body {
	font-family: Verdana;
	font-size:11px;
}

td {
	font-family: Verdana;
	font-size:11px;
}

th {
	font-family: Verdana;
	font-size:11px;
}
.a {
	color: #FFFFFF;
}
.border {

	border: 1 solid #000066;

}

.tblr {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}

.tblh {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	text-align: center;
}


/* Messages */

	

.message {

	padding: 10px 15px 10px 40px;

	margin: 10px 0;

	font-weight: bold;

	overflow: hidden;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	}



.message p {

	padding: 0;

	width: 93%;

	float: left;

	}

	

.message.errormsg {

	border: 1px solid #e9c59b;

	background: #ffecce url(../images/error.gif) 12px 12px no-repeat;

	color: #e3302c;

	}

	

.message.success {

	border: 1px solid #bfde84;

	background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;

	color: #508600;

	}



.message.error {

	border: 1px solid #e9c59b;

	background: #ffecce url(../images/error.gif) 12px 12px no-repeat;

	color: #e3302c;

	}

			

.message.info {

	border: 1px solid #bbdbe0;

	background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;

	color: #0888c3;

	}

.message.warning {

	border: 1px solid #e5e181;

	background: #fefde2 url(../images/warning.gif) 12px 12px no-repeat;

	color: #666;

	}  


.mws-form-message.success {

	border: 1px solid #bfde84;

	background: #edfbd8 url(../images/success.gif) 12px 12px no-repeat;

	color: #508600;

	}



.mws-form-message.error {

	border: 1px solid #e9c59b;

	background: #ffecce url(../images/error.gif) 12px 12px no-repeat;

	color: #e3302c;

	}

			

.mws-form-message.info {

	border: 1px solid #bbdbe0;

	background: #ecf9ff url(../images/info.gif) 12px 12px no-repeat;

	color: #0888c3;

	}

.mws-form-message {

	padding: 10px 15px 10px 40px;

	margin: 10px 0;

	font-weight: bold;

	overflow: hidden;

	-webkit-border-radius: 3px;

	-moz-border-radius: 3px;

	border-radius: 3px;

	}



.mws-form-message p {

	padding: 0;

	width: 93%;

	float: left;

	}

 
