/* 
#StoreoContactForm (
	border 
	border:1px gray solid; // 20240612-4:31a was no color now changed back to gray; 2px gray solid
	border-radius:25px;
}
*/
/* #StoreoContactForm 
p.StoreoContactName, 
p.StoreoContactEmail, 
p.StoreoContactSubject, 
p.StoreoContactMessage 
*/
/* from styles-4iv.css:
p, pFootMenu, .cmrq, .cmrqo:
	font-size: 175%; /* 150% slightly too small mobile; 200% slightly too large mobile; large: good PC, alittle too small yet on Anroid.  Medium is same as default

<input type ="text" id="txtComputer">
CSS:
input[type="text"]{font-size:24px;}
*/

input[type="text"], 
input[type="submit"],
textarea, 
select { 
	font-family:inherit; 
	font-size: 175%;
}

p {
	margin: 0 auto;
	display: block;
	/* margin-left:auto;
	margin-right:auto;
	margin-top:30px;
	margin-bottom:auto;*/

	width: max-content; /* auto; was 85% */
	padding:1.5em; /* 4iv-2015 was: 1.5em */
	/* padding-bottom: .5em; 4iv-2015 was: .5em */

	color:black; 
	background-color: #F8F8F8; /* #F8F8F8 = 1 shade darker than white */
				/* HTML WhiteSmoke: #F5F5F5; */
				/* #E8E8E8=rgb(232,232,232)between white & lightgray */
				/* white; #333; */
	/* opacity */
	zoom: 1;
	filter: alpha(opacity=90); /* 80 too light for PMKL contact form */
	opacity: 0.9; /* cs3 */ /* 0.8 too light for PMKL contact form */


	/* border */
	border:1px gray solid; /* 20240612-4:31a was no color now changed back to gray; 2px gray solid */
	border-radius:25px;
}

p.StoreoContactMessage {
}