fieldset{
	border:none;
	margin-bottom:10px;
}
label{
	display:block;
}
#myEmail, #myPhone{
	font-size:2em;
	text-align:center;
	margin-bottom:20px;
}
label{
	font-weight:bold;
	width:275px;
	margin-bottom:5px;
}
textarea, #msgP label{
	width:255px;
}
textarea{
	height:130px;
}
input{
	width:275px;
}
form p{
	float:left;
}
#msgP{
	float:right;
	margin-top:-171px;
}
input#sndBtn{
	width:138px;
	clear:both;
color:#8A0917;
background-color:#B8AE9C;
	float:right;
	font-weight:bold;
	margin-right:5px;
}
input#sndBtn:hover{
	color:#ACCFCC;
	background-color:#595241;
}
legend span{
display:block;
width:547px;
}