@charset "utf-8";
/* CSS Document */

@charset "utf-8";
/* CSS Document */







.wrapper {
	margin: 0px auto;
	max-width:500px;
}

#contact_form {
	text-shadow: 0 1px 0 #FFF;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding: 10px;	
}


#ff label {
	cursor: pointer;
	margin: 2px 0;
	color: #CCCCCC;
	display: block;
	font-weight: 800;
	
}

input {
	display: block;
	width: 70%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 10px;
	margin-bottom: 15px;
}
textarea {
	display: block;
	width: 70%;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	background-color: #FFFFFF;
	color: #000;
	border: 1px solid #5f5f5f;
	padding: 5px;
	margin-bottom: 15px;
}

.sendButton {
	cursor: pointer;
	-moz-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fce2c1;
	box-shadow: inset 0px 1px 0px 0px #fce2c1;


	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffc477', endColorstr='#fb9e25');
	background-color: #333333;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	border-radius: 16px;
	border: 1px solid #FFFFFF;
	color: #ffffff;
	font-family: Arial;
	font-size: 14px;
	width: 25%;
	font-weight: normal;
	text-shadow: 1px 1px 0px #cc9f52;
	background-position: center top;
	
}
.sendButton:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fb9e25), color-stop(1, #ffc477) );

	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fb9e25', endColorstr='#ffc477');
	background-color: #FFFFFF;
	color: #000;
	background-position: center top;
}

/* Created by ftutorials.com */
