label {
	float: left;
	display: inline;
	width: 70px;
	}
	
fieldset {
	border: 0;
	}
	
input[type="text"], textarea{
	width:18em;
	border: 1px solid #666;
	}

p {
	position: relative;
	width: 100%;
	margin-bottom: 20px;
	}
	
/*	
.feedback {
	position: absolute;
	margin-left: 11em;
	left: 180px;
	right: 0;
	font-weight: bold;
	color: #760000;
	padding-left: 18px;
	background: url(../images/error.png) no-repeat left top;
	}	
*/	

/*ie6 and below*/	
*html .feedback {
	width: 20em;
	}	

input:focus, textarea:focus {
	background: #ffc;
	}
	
input[type="submit"] {
	font-family:  Courier New,	courier, monospace;
	color:#fff;
	background:#000;
	border: 0;
	margin-left:70px;
	width: 6em;
	height: 2em;
	}
	
/* ---------------------- */	
#breadcrumb {
	background: #000;	
	border-color: #FFF;
	}

#copyright {
	background: url(../images/copyrightC.jpg) no-repeat;
	border-color: #FFF;
	}	
	
#footerContact {
	background: #000;	
	border-color: #FFF;
	}	
