@charset "utf-8";
form    {
	margin:0px;
	position:relative;
	width:400px;
	height:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 24px;
	font-weight: bold;
	color: #666;
	text-decoration: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding:20px;
	border: 1px solid #999;
	border: inset 1px solid #333;
}

input    {
width:400px;
display:block;
border: 1px solid #999;
height: 25px;
}

textarea#feedback {
width:400px;
height:150px;
}

textarea.message {
display:block;
}

input.button {
width:100px;
position:absolute;
right:20px;
bottom:20px;
background:#09C;
color:#fff;
font-family: Tahoma, Geneva, sans-serif;
height:30px;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 15px;
border: 1p solid #999;
}
input.button:hover {
background:#fff;
color:#09C;
}

textarea:focus, input:focus {
border: 1px solid #09C;
}
