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

.form {
font-family:Lucida Sans;	
font-size: 15px;
color: #766f42;

}
input {
	border-top-color: #227cc4;
	border-right-color: #227cc4;
	border-bottom-color: #227cc4;
	border-left-color: #227cc4;
}
body {
	background-color: #efd77c;
	margin: 0;
}
.thankyou p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #930;
	
}
.thankyou  {
	padding-left: 5px;
}
.content_bg {
	background:url(images/middle_slice.gif);
	background-repeat:no-repeat;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #766f42;
	line-height: 1.5em;
}.content_bg  a{

	color: #000;
}
.content_bg  a:hover{
	
	color:#227cc4;
}
