body {
    background: url(/contact2/images/lay/bg.jpg);
}

div#contact {
    width: 444px;
    margin: 0 auto;
}
div#top {
    background: url(/contact2/images/lay/top.jpg);
    height: 64px;
}

div#top h1 {
    font-family: Verdana, Arial;
    font-size: 22px;
    font-weight: normal;
    padding: 20px 0 0 20px;
    color: #fff;
}

div#center {
    background: url(/contact2/images/lay/center.jpg);
    padding: 5px 15px 5px 25px;
}

div#bot {
    background: url(/contact2/images/lay/bot.jpg);
    height: 13px;
}

* body h2 {
    border-bottom: 1px solid #0066CC;
    color:#0066CC;
}
.yOrange
{
color: #fbac18;
text-decoration: none;
font-size: 15px;
font-weight:bold;
}
.form {
	padding: 30px;
}
.form p {
	margin: 10px 0;
	font-size: 14px;
	color: #404040;
}
/*
	h2 tag is optional, if you do use this you are going to need to put the follow line in the header of your html
	<link href='http://fonts.googleapis.com/css?family=Raleway:100' rel='stylesheet' type='text/css'>
*/
.form h2, .form h3, .form h3, .form h4, .form h4, .form h5, .form h6 {
	margin: 0 0 30px 0;
	padding: 0 0 0 40px;
	color: #888;
	border-bottom: 1px solid #d0d0d0;
	font-family: 'Raleway', arial, serif
}
.form fieldset {
	padding: 10px;
	border: 1px solid #d0d0d0;
}
.form legend {
	padding: 0 6px;
}
.form hr {
	background-color:#d0d0d0;
	border:0;
	color:#d0d0d0;
	height:1px;
}
.form label {
	font-weight:bold;
}
.form input, .form textarea {
	padding: 4px;
	background: #fff;
	border: 1px solid #d0d0d0;
	outline: none;
}
.form input:focus, .form textarea:focus {
	border: 1px solid #f26322; /*Change color to fit theme of your site*/
}
.button {
	padding: 4px 10px 3px 25px;
	border: solid 1px #8AB134;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-image: url( '/review/login/bkg.png' );
	background-repeat: repeat-x;
	font-size: 11px;
	height: 16px;
	text-decoration: none;
	color: #40740D;
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.button img {
	position: absolute;
	top: -4px;
	left: -12px;
	border: none;
}
.button:hover {
	color: #fbac18;
}

h6{ color:#f26322; font-weight:bold; font-size:17px; line-height:normal; padding:0;}

