/*
 * This is a manifest file that'll be compiled into application.css.
 *
 * With Propshaft, assets are served efficiently without preprocessing steps. You can still include
 * application-wide styles in this file, but keep in mind that CSS precedence will follow the standard
 * cascading order, meaning styles declared later in the document or manifest will override earlier ones,
 * depending on specificity.
 *
 * Consider organizing styles into separate files for maintainability.
 */
html, body{
	background: #fff;
	text-align: center;
	font-family: Arial;
	color: #000;
	text-decoration: none;
	margin: 0;
	padding: 0;
	border: 0;
}

img{
	margin: 0;
	padding: 0;
	border: 0;
}

#wrapper{
	width: 600px;
	margin: 0 auto;
	text-align: center;
}

#page{
	padding: 10px;
	text-align: left;
}

.irrelevant{
	margin: 0;
	padding: 0;
	border: 0;
}

#go{
	//background: image-url("/assets/go-22988f13.gif")) center no-repeat;
	background: url("/assets/go-22988f13.gif") center no-repeat;
	width: 103px;
	height: 78px;

	vertical-align: top;
}


#mainform{
	padding-top: 20px;
}

#proposalwrapper{
	text-align: right;
	width: 600px;
	margin: 0 auto;
}

#proposal{
	width: 100%;
	height: 48px;
	border-bottom: 5px solid #d8aa68;
	font-size: 30px;
}

.prompt{
	text-align: left;
	padding-bottom: 15px;
	font-weight: bold;
}

.label{
	font-weight: bold;
	text-align: left;
	font-size: 24px;
	padding-top: 14px;
}

.results{
	text-align: left;
	font-size: 18px;
	line-height: 1.5em;
	color: #555;
}

a:link, a:visited{
	color: #a86a28;
	text-decoration: none;
}

a:hover{
	color: #d8aa68;
	text-decoration: none;
}

a:active{
	color: #999;
	text-decoration: none;
}

#footer{
	margin-bottom: 10px;
}
