textarea {
    resize: none;
}
a {
  outline: none;
}
:focus {
  -moz-outline-style: none;
    outline: none;

}


#formBox {
	position: relative;
	height: 850px;
	width: 390px;
	border: thick none #999;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#formTitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #ff552e;
	font-weight: bold;
	text-align: center;
	position: relative;
	height: 40px;
	width: 390px;
}
.buttonSubmit {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	width: 100px;
	background-image: url(form_images/button_bkgnd.png);
	position: relative;
	float: left;
	background-repeat: no-repeat;
	height: 30px;
	border: none;
	cursor:pointer;
	margin-top: 20px;
	margin-left: 120px;
}
.buttonSubmit :hover {
	background-color: #CF0;
}


#formInput {
	height: 800px;
	width: 350px;
	background-repeat: no-repeat;
	position: relative;
	left: 15px;
}



.fixedTitles {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #ff552e;
	font-weight: bold;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	margin-top: 20px;
	clear: left;
	
}








#fInputName {
	background-image: url(form_images/fild_bkgrd.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 339px;
	border:none;
	*border: #CF3;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #333;
	padding-right: 5px;
	float: left;
	margin: 0px;
}
#fInputPhone {
	background-image: url(form_images/fild_bkgrd.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 340px;
	border:none;
	*border: #333;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #333;
	padding-right: 5px;
	float: left;
}
#fInputEmail {
	background-image: url(form_images/fild_bkgrd.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 340px;
	border:none;
	*border: #333;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #333;
	padding-right: 5px;
	float: left;
}
#fInputAddress {
	background-image: url(form_images/fild_bkgrd.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 340px;
	border:none;
	*border: #333;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #333;
	padding-right: 5px;
	float: left;
}
#fInputSubject {
	background-image: url(form_images/fild_bkgrd.png);
	background-repeat: no-repeat;
	height: 28px;
	width: 340px;
	border:none;
	*border: #333;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #333;
	padding-right: 5px;
	float: left;
}
#fInputMessage {
	background-image: url(form_images/msg_bkgrd.png);
	background-repeat: no-repeat;
	height: 343px;
	width: 357px;
	border:none;
	*border: #333;
	padding-left: 5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15pt;
	color: #333;
	padding-right: 5px;
	float: left;
	overflow-x:hiden;
	overflow-y:scroll;
	*background-attachment: fixed;
}
