#formy{
	margin: 0 auto;
	border: 0;
	width: 720px;
}

fieldset {
	border: 0;
	margin: 0; 
	padding: 0;
}

#formy input {
	width: 340px;	
	padding: 10px;
	font-family: 'Philosopher', Arial, sans-serif;
	font-size: 16px;
	background: #fbd81c;
	border: 1px solid #fff;
	overflow: auto;
	margin: 0 6px 6px 0;
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.50);
	-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.50);
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.50);
}
#formy input:focus {
	background: #fff;
	border: 1px solid #fff;
}



#formy .button {
	font-family: 'Philosopher', Arial, sans-serif;
	font-size: 15px;
	width: 160px;
	background: #000;
	color: #fff;
	border: none;
	margin: 15px 5px 0 0;
	font-weight: normal;
	float: left;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	cursor: hand;
	-webkit-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.50);
	-moz-box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.50);
	box-shadow: 1px 1px 4px rgba(50, 50, 50, 0.50);
}
#formy .button:hover {
	background: #333;
	color: #fff;
}

#formy textarea {
	padding: 10px;
	font-family: 'Philosopher', Arial, sans-serif;
	font-size: 16px;
	background: #fbd81c;
	border: 1px solid #fff;
	overflow: auto;
	width: 705px;
	float: left;
	resize: none;
	-webkit-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.50);
	-moz-box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.50);
	box-shadow: 0px 1px 1px rgba(50, 50, 50, 0.50);
}

#formy textarea:focus {
	background: #fff;
	border: 1px solid #fff;

}


