.header {
	border-right: thin groove #7895AF;
	border-bottom: thin groove #7895AF;
	border-left: thin groove #7895AF;
	border-top-width: medium;
	border-top-style: solid;
	line-height: 35px;
	text-transform: capitalize;
}
.phpcode {
	font-family: "Courier New", Courier, mono;
	font-size: 13px;
	color: #000000;
	background-color: f3f3f3;
}
.msg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF0000;
	background-color: #FFFFCC;
	padding: 4px;
	border: 1px dotted #FF9900;
	font-weight: bold;

}
