/* @override http://radiant.railsmachina.com/stylesheets/home.css */
@import url(/stylesheets/blog/style.css);

body {
	background: #F5F2ED;
}

#content {
	width: 500px;
	margin-top: 50px;
}
p {
	text-align: center;
	margin: 20px 30px 0;
}
form {
	margin: 30px 0 80px;
}
p#input {
	text-align: center;
	background: url(/page_attachments/0000/0033/form.jpg) no-repeat center center;
	padding: 10px 0 10px 15px;
        position: relative;
}
input {
	text-align: left;
	border: 0;
	background: transparent;
	width: 210px;
	font-size: 90%;
	color: #642;
}
span input {
	margin-left: 13px;
	width: 80px;
	color: #321;
}
.validation-advice {
  position: absolute;
  bottom: -1em;
  color: #ff4900;
  font-size: 90%;
  left: 25%;
}

#peek {
	overflow: hidden;
	text-align: center;
	background: #32261A url(/page_attachments/0000/0037/rip.jpg) repeat-x center top;
}
#peek img {
	border: 0;
}









