body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

h2 {		color:#868686;	font-size:110%;		line-height:150%;	font-weight:400;	}
a {			color:#666;		font-size:100%;		line-height:150%;	text-decoration: none; }
a:hover {	outline:none;		text-decoration:underline;		}
a:active { 	outline:none; }
a:focus { 	outline:none; }

p {	
	color:#666;		
	font-size:80%;
	line-height:100%;
	margin: 5px;
	padding: 0;	
}

label {	
	width: 150px;
	float: left;
	display: block;
}

input,textarea {	
	width: 250px;
	border: 1px solid #666;
	color: #666;
}

textarea {		/*		 will work in FF, IE7+ */
	height: 60px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666;
	font-size: 12px;		
}

.inputBox:hover {
	border: 1px dotted #B46264;
}

.inputBox:focus {
	border: 1px solid #B46264;
	color: #B46264;
}
.button {
	background-color: #DFBBBC;
	color: #333;
	border: 1px solid #333;
	width: 70px;
	height: 30px;
}
.button:hover  {
	color: #B46264;
	border: 1px solid #B46264;
}

span {
	color: #B46264;
}


