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

#phil-mcdonnell-contact-form  {
	font-family: 'Rokkitt', serif;
	font-weight: 400;
	font-size: 14px;
	clear: both;
	margin: 0px;
	background-color: #EFEFEF;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
	width: 500px;
	color: #000;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

#phil-mcdonnell-contact-form input, textarea#message {
	display: block;
	width: 440px;
	font-size: 14px;
	border: 1px solid #999;
	margin-top: 5px;
	margin-bottom: 20px;
}

#phil-mcdonnell-contact-form button {
	width: auto;
	background-color: #1DCCFF;
	font-size: 14px;
	color: #FFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#phil-mcdonnell-contact-form button:hover {
	background-color: #0FC;
}

textarea:focus, input:focus {
	background-color: #C2FBFF;
}