/* ============= Subpage-header ========= */

#page-header {
	position: relative;
	margin: 115px 0 0 0;
	padding: 0;
}

#subpage-header {
	position: absolute;
	background: url(../images/subpage-header.jpg) no-repeat;
	width: 860px;
	height: 94px;
	top: -40px;
}

#subpage-header h1 {
	padding: 15px 0 0 40px;
	font-size: 37px;
	font-weight: bold;
	color: white;
}


/* ============= Subpage-subnav ========= */

#subpage-subnav {
	position: absolute;
	top: 54px;
	width: 860px;
	height: 20px;
	background: url(../images/subpage-subNav-bg.jpg);
}

/* ============= Blog-posts ========= */

#page-description {
	float: left;
	width: 500px;
	margin: 90px 0 0 30px;
	padding: 0;
}

fieldset {
	width: 500px;
	overflow: hidden;
	padding:20px; 
	border:1px solid #eee; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px;
	clear: both;
}




ul.forms {
	list-style: none;
}

hr { color: inherit; height: 0; margin: 6px 0 6px 0; padding: 0; border: 1px solid #d9d9d9; border-style: none none solid; }

#contact { display: block; width: 500px; margin: 0px auto; padding: 35px; border: 1px solid #cbcbcb; background-color: #FFF; -moz-border-radius: 5px; -webkit-border-radius:5px; }

/* Form style */

label { 
	display: inline-block; 
	float: left; 
	height: 26px; 
	line-height: 26px; 
	width: 155px; 
	font-size: 1.5em; 
}

input, textarea, select { 
	margin: 0; 
	padding: 5px; 
	color: #666; 
	background: #f5f5f5; 
	border: 1px solid #ccc; 
	margin: 5px 0; 
	font:1.5em "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
}   

input:focus, textarea:focus, select:focus { border: 1px solid #999; background-color: #fff; color:#333; }

input.submit {
	margin-left: 155px;
	cursor: pointer; 
	border: 1px solid #222; 
	background:#333; 
	color:#fff; 
	-moz-border-radius: 5px; 
	-webkit-border-radius:5px; 
}
input.submit:hover { background:#444; }

legend { padding:7px 10px; font-weight:bold; color:#000; border:1px solid #eee; -moz-border-radius: 5px; -webkit-border-radius:5px; }

.thanks p {
	margin-left: 5px;
}



