@charset "utf-8";
/* CSS Document */
body {
	background-image: url(background.jpg);
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.frame {
	border-top-width: 12px;
	border-right-width: 12px;
	border-bottom-width: 12px;
	border-left-width: 12px;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}

.body_pathern {
	background-image: url(background.jpg);
}
.text_small_background {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FC0;
	text-decoration: none;
	background-color: #000;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 8px;
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 4px;
	border: 5px solid #666;
}
.text_field {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
	text-decoration: none;
	background-color: #999;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}
.text_big_background {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #FC0;
	text-decoration: none;
	background-color: #000;
	text-align: center;
}
