body {
	background-color: #031e39;
	font-family: "Arial",MS Sans Serif, Verdana, Helvetica, Tahoma, AngsanaUPC, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size:13px;
	color: #62453c;
}
a:link {
	color: #62453c;
	cursor: pointer;
	text-decoration:none;
}
a:visited {
	color: #62453c;
	cursor: pointer;
	text-decoration:none;
}
a:active {
	color: #62453c;
	cursor: pointer;
}
a:hover {
	color: #62453c;
	cursor: pointer;
	text-decoration:underline;
}
/* ######### CSS Structure standard layout ######### */
.wrap-warning {
	margin: 10px;
	padding: 10px;
	border: 2px solid #DD7777;
	color: #CC0000;
	line-height: 1.5em;
	background-color: #FFFFCC;
}
.wrap-success {
	margin: 10px;
	padding: 20px 10px;
	border: 1px dashed #A25B27;
	color: #ac6a1f;
	line-height: 1.5em;
	background-color: #e6dab5;
}