@charset "utf-8";
/* CSS Document */#respond {
  margin-top: 40px;
}

#respond input[type='text'],	
#respond input[type='email'] {
	width: 50%;
	border-radius: 5px;
	line-height: 2em;
	
}
 
#respond textarea {
	margin-bottom: 10px;
	display: block;
	width: 90%;
	border: 4px solid rgba(255,255,255,0.1);
	border-radius: 5px;
	line-height: 2em;
	background-color: #FFF;
}


#respond input[type=submit] {
	background-color: #CCFFFF;
	border: none;
	color: #F00;
	text-decoration: none;
	cursor: pointer;
	font-family: "Arial Black", Gadget, sans-serif;
	font-size: 18px;
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 4px;
	margin-left: 2px;
	padding-top: 10px;
	padding-right: 32px;
	padding-bottom: 10px;
	padding-left: 32px;
}
