/* CSS Document */

body {
	height:100%;
	margin: 0; 
	text-align: center;
	cursor: url(custom.cur), auto;
}

.tes {
	font-family:verdana;
	font-size:12px;
	color:#000000;
	border-bottom:double;
	border-bottom-color:#000000;
	border-bottom-width:medium;
}

.input {
	font-family: Verdana;
	font-size: 10px;
	color: #462F40;
	background-color: #E9E2C8;
}

a:hover {
	cursor: url(custom.cur), auto;
}

.box_content{
	position:absolute;
	height: 560;
	top: 50%;
	margin-top: -280px;
	width: 1048px;
	left: 50%;
	margin-left: -524px;
}