body {
	background: #F4F3EE url(bg.jpg) repeat-x top;
	font: 14px "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	line-height: 18px;
	color: #65655A;
	margin: 0px;
	padding: 0px;
}

a {
 color: #7BBF4C;
 background-color: transparent;
 text-decoration: underline;
}

a:visited {
 color: #7BBF4C;
 background-color: transparent;
 text-decoration: underline;
}

a:hover {
 color: #7BBF4C;
 text-decoration: none;
 background-color: transparent;
}


/*  HEADER  -------------------------------------------------*/

#header_wrapper {
	background: url(formfish_pitch.jpg) no-repeat center top;
	width: 960px;
	height:380px;
	margin-right: auto;
	margin-left: auto;
}	
#header_navigation {
	/*border: 1px solid #990000;*/
	height: 55px;
	width: 250px;
	float: right;
}


/*  MAIN CONTENT WRAPPERS - content between header and footer  -------------------------------------------------*/

#content_wrapper { 
	/*border: 1px solid #990000;*/
	width: 940px;
	margin-right: auto;
	margin-left: auto;
}

* html #content_wrapper  /* Box Model Hack for IE */
{
	width: 940px;
	w\idth: 940px;
}


/*  MAIN MESSAGE WRAPPERS - formfish logo  -------------------------------------------------*/
#main_message {
	/*border: 1px solid #990000;*/
	float: left;
	width: 940px;
	margin: 30px 0 0 60px;
	padding: 0 0 30px 0;
}



/*  CONTENT  -------------------------------------------------*/

#content_left {
	/*border: 1px solid #990000;*/
	float: left;
	width: 360px;
	margin: 0 0 0 60px;
	padding: 0 50px 30px 0;
	border-right: 1px solid #B8B8B3;

}

#content_right {
	/*border: 1px solid #990000;*/
	width: 360px;
	float: right;
	margin: 0 40px 0 0;
	padding: 0;
}


/*	 FOOTER -------------------------------------------------*/

#footer { 
	/*border: 1px solid #990000;*/
	clear: both;
	width: 940px;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 50px 0px 0 0px;
  	font-size:11px;
}

/*	 FORM -------------------------------------------------*/
form {
	padding: 0px;
	margin: 0px;
}

input.txt {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #DCEED0;
	border: 1px solid #7BBF4C;
	padding: 6px;
	margin:5px 0 0 0;
	width: 260px;
}
.txtarea {
	font-family: "Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #333333;
	background-color: #DCEED0;
	border: 1px solid #7BBF4C;
	padding: 6px;
	margin:5px 0 0 0;
	/*width: 260px;*/
}

input.btn {
	border: none;
	width: 146px;
	height: 26px;
	background: url(btn_submit.gif) no-repeat;
	text-align: left;
	padding-left: 30px;
}

input.error {
	border: 1px solid #F01C26;
	background: #DCEED0 url(icon_errorinput.gif) right no-repeat;
}

.error {
	background: #FDF5F5 url(icon_error.gif) 6px 6px no-repeat;
	border: #F01C26 solid 1px;
	color: #F01C26;
	font-weight: normal;
	padding: 3px 3px 3px 30px;
	margin: 20px 0 0 0;
	width: 237px;
	text-align: left;
	line-height: 18px;
}

/*	 STYLES -------------------------------------------------*/
.highlight {
	background-color: #DDEDD1;
}


