@charset "utf-8";
/* iGolf Registry Form CSS */

#marco {
	width:790px;
	height:727px;
	background:url(../images/intro.jpg);
	background-repeat:no-repeat;
	position:relative;
}

#form {
	position:absolute;
	bottom:10px;
	left:132px;
	width:738px;
	background:url(../images/password_bg.png);
	width: 526px;
	height: 162px;
	padding-top: 60px;
}

#form input.input {
	width:293px;
	height: 26px;
}

#actions {
	padding-top: 30px;
}

#actions a img {
	border: 0;
}

.error {
	font: bold arial 11px;
	color: #ffffff;
	text-align: center;
}