@charset "utf-8";
a:link {
	color: #F8EBC0;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #F8EBC0;
}
a:hover {
	text-decoration: none;
	color: #00FF00;
}
a:active {
	text-decoration: none;
	color: #F8EBC0;
}

body {
	margin: 0px;
	background-color: #202a07;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
.font13 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 20px;
	color: #F8EBC0;
}
.box {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFF00;
	background-color: #202a07;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #F0C486;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
.box01 {
	margin-bottom: -5px;
}
.font13_red {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FF3535;
	font-weight: bold;
}
.send_reset {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #009900;
	background-color: #E2FAB8;
	border: 1px solid #006600;
	padding-top: 5px;
	font-weight: bold;
}

