body {
	background-image: url(http://www.ryangrier-online.com/images/backtop.jpg);
	background-repeat: repeat-x;
}

/** Spacer CSS section **/
div.verticalSeperator {
	background-image: url(http://www.ryangrier-online.com/images/1pxblueline.gif);
	background-repeat: repeat-y;
	height: 500px;
	float: left; 
}

div.horizontalSeperator {
	background-image: url(http://www.ryangrier-online.com/images/1pxblueline.gif);
	background-repeat: repeat-x;
	margin-top: 15px;
	margin-bottom: 10px;
	height: 1px;
	width: 100%;
	float: left; 
}

div.link {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.link b { line-height: 18px; font-weight: bold; font-size: 16px; color: #ed1c24; text-decoration: none; }

div.link a { font-size: 12px; color: #a7a9ac; text-decoration: none; }

div.link a.currentpage { font-size: 12px; color: #95c93d; text-decoration: none; }

div.link a:hover { font-size: 12px; color: #31353d; text-decoration: none; }

div.content img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

img.logo {
  margin-bottom: 30px;
	margin-top: 30px;
}

img.portfolio {
  margin-bottom: 10px;
	margin-top: 10px;
}

div.bottomBar {
  text-align: center;
}

div.floatImage {
  background-image: url(http://www.ryangrier-online.com/images/tinyIcon.png);
	background-repeat: no-repeat;
  background-position: 150px 450px;
  height: 500px;
}

div.error{
	color: red;
	font-style: italic;
}

div.standardForm {
	margin:3px; 
	width:100%; 
	float:none; 
	margin-bottom: 30px;
}

div.ajaxThanks{
	padding: 10px 10px 10px 8px;
	margin:3px; 
	width:100%; 
	float:none; 
	display:none; 
}

/** Input. */
label.form { 
	width: 7em;
	float: left;
	text-align: right;
	margin-right: 1em; 
}

.text {
	height: 20px;
	margin:2px; 
	/**padding-left: 2px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-top: 5px;*/
	background-position:center;
	font:normal 12px Helvetica;
}

.textbox {
	width: 225px;
}

.textbox_error {
	width: 225px;
}

.textbox_phone {
	width: 45px;
}

.textbox_phone_error{
	width: 45px;
}