/* CSS Document */

#content {
	font-family: "Arial", sans-serif;
	font-size: 12pt;
	line-height: 125%;
	color: #000;
}

form {
	height: auto;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-o-border-radius: 15px;
	padding: 25px;
	background-color: rgba(169,169,169,0.25);
}

#message {
	resize: none;
    box-sizing: content-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

textarea {
    display: block;     
    padding: 0;
    overflow:auto;
 }

input[type=button]:hover { 
	color: #F00
}

#address {
	padding-bottom: 25px;
}