@charset "utf-8";
/* CSS Document */

img, div { border:0px solid}
.spot {
	background:url(../images/spot.png) center no-repeat;
	height:100%;
	width:100%;
	position:absolute;
	left:0px;
	top:0px;
	}
body {
	background:url(../images/fon.jpg);
	overflow:hidden;
	margin:0px;
	}
.inpcont {
	width:100%;
	vertical-align:middle;
	position:absolute;
	top:45%;
	}
.inp{
	background:url(../images/backinput.jpg) center no-repeat;
	border:1px #b5a378 solid;
	width:262px;
	color:#b0a378;
	font: 1.1em "Palatino Linotype", "Book Antiqua", Palatino, serif;
	text-align:center;
	}
.inp:hover {
	background: url(../images/hoverinput.jpg) center no-repeat;
	border:1px #63c2ff solid;}
.enter:hover {
	background:url(../images/swirl1.png) top no-repeat;
	display:block;
	height:41px;
	width:224px;
	}
.enter {
	background:url(../images/swirl1.png) bottom no-repeat;
	display:block;
	height:41px;
	width:224px;
	}
.tdinp {
	text-align:center;
	vertical-align:middle;

}
.tdinp1 {
	text-align:left;
	padding-left:178px;
	border:0px;
	color:#d4af62;	
	font-size:0.8em;
}
label {
	vertical-align:text-bottom;
	font-family:"Palatino Linotype", "Book Antiqua", Palatino, serif;
}

