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

body{
	margin:0 auto;
	background-image:url(../images/the-walk-content-bottom-bg.png);
	background-position:center -173px;
	background-repeat:no-repeat;
	}
	
#mid-form{
	margin:0 auto;
	padding:55px 47px 5px 44px;
	width:260px;
	height:171px;
	
/*	background-image:url(../images/login-bg.png);
	background-repeat: no-repeat;
	background-position: center top;*/
	}

/* home-form start*/

#mid-form .signupframe{
	color: #333;
	font-family:'MyriadProRegular', Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
	height:235px;
	
	background-image:url(../images/waaa);
	background-repeat: no-repeat;
	background-position: center top;
}

#mid-form .signupframe .required{
	font-size: 12px;
	color:#F00;
}

#rsvp-form{
	width:351px;
	height:235px;
	background-image:url(images/rsvp-form-bg.png);
	background-position:center center;
	background-repeat:no-repeat;
	margin:0 auto;
	padding:0;
}
#rsvp-form .signupframe{
	color: #663300;
	font-family:'MyriadProRegular', Arial, sans-serif;
	font-size: 13px;
	line-height:18px;
	height:235px;
}

#rsvp-form .signupframe .required{
	font-size: 12px;
	color:#F00;
}

.asterisk{
	font-size:20px;
	color:#F00;
}

.link,
.link a {
	text-decoration: none;
	line-height:18px;
}

td {
	color:#333;
}


