* {
	margin: 0px;
	padding: 0px;
	outline: none;
	list-style:none;
}
html {
	height: 100%;
}
body {
	text-align: center;
	background-color:#3E3E3E;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.error{
	margin:10px auto 10px auto;
	padding:10px;
	background-color:#BFBFBF;
	background-image:url(../images/core/icon_alert.png);
	background-position:right top;
	background-repeat:no-repeat;
	border:solid 1px #000000;
	width:500px;
}
.complete{
	margin:10px auto 10px auto;
	padding:10px;
	background-color:#BFBFBF;
	background-image:url(../images/core/icon_check.png);
	background-position:right top;
	background-repeat:no-repeat;
	border:solid 1px #000000;
	width:500px;
}
.backbt{
	display:block;
	margin:10px;
	padding:10px;
	font-size:14px;
	font-weight:bold;
	color:#333;
	background-color:#C7C7C7;
	border:solid 1px #000;
	text-decoration:none;
	background-image: url(../images/core/bg_navigation_link.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.backbt:hover{
	background-image: url(../images/core/bg_navigation_link_over.png);
	text-decoration: none;
}
p{
	font-size: 12px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
a {
	text-decoration: none;
	color: #333;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
h1{
	font-size: 24px;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	
}
.error h1{
	color:#900;	
}
.complete h1{
	color:#060;
}
