@charset "utf-8";
/* CSS Document */

* { 
	margin: 0; 
	padding: 0;
}

body {
	width: 448px;
	margin: 0 auto;
	background-image: url(../img/bg.jpg);
	background-repeat: repeat-x;
	background-color: #f7f7f7;
}
#img-top {
	width: 448px;
	height: 232px;
	background-image: url(../img/top-image.jpg);
	background-repeat: no-repeat;
}
#form {
	width: 448px;
	height: 195px;
	background-image: url(../img/form.jpg);
	background-repeat: no-repeat;
}
.in {
	padding-top: 50px;
	padding-left: 65px;
}
.pole {
	background: url(../img/pole.jpg) no-repeat;
	height: 43px;
	width: 202px;
	border: 0px;
	padding-bottom: 10px;
	padding-right: 0px;
	text-align: left;
	font-size: 20px;
	margin: 0px;
}
.pole1 {
	font-size: 18px;
	color: #888888;
	border: 0px;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 0px;
	width: 182px;
	background-image: url(../img/bg-form.jpg);
	background-repeat: repeat;
}
.log {
	float: right;
	width: 83px;
	height: 112px;
	background-image: url(../img/log_off.jpg);
	background-repeat: no-repeat;
	margin-top: -3px;
	margin-right: 65px;
	border: 0px;
	cursor: pointer;
}
.log:hover {
	background-image: url(../img/log_on.jpg);
}

