/* Start of CMSMS style sheet 'PR_Contact_Form' */
label, input, textarea, address { font-size: 1.2em; }

label { display: block; }

legend {
display: none;
font: 1em 'Lucida Sans Unicode', 'Lucida Grande', sans-serif;
margin-bottom: 0.5em;
padding: 0;
}

input, textarea {
background-color: #f3f3eb;
color: #6d6c5e;
margin-bottom: 0.5em;
padding: 0.2em;
}

input[size="40"], textarea { width: 95%; }

input[type='submit'] { color: #000; }

textarea { height: 5em; }

input:focus, textarea:focus {
background-color: #fff;
color: #000;
}
/* End of 'PR_Contact_Form' */

