/* Start of CMSMS style sheet 'Contact Form' */
/* Start of CMSMS style sheet 'St Ronans Contact Form' */
/* fieldset styling */

 fieldset.contactForm {

  margin: 1em 0; /*  space out the fieldsets a little*/

  padding: 1em;

  border:1px solid #458cab;

  font-size: 1.2em;

}



/* legend styling */

.contactForm legend {

  font-weight: bold;

  font-size: 1.2em;

}



* HTML .contactForm label {		/* IE needs a bit more padding at the top for labels */

	padding-top:15px;

	font-size: 1.2em;

	}



/* style for  labels */

.contactForm label {

  display: block;

  padding-bottom:10px;

  font-size: 1.2em;

}





.contactForm input {

	width: 300px;

	border:1px solid #458cab;

	font-family: Georgia, "Times New Roman", Times, serif;

	font-size: 1.2em;

	color: #717171;

	background-color: #eaf2f7;

	padding: 5px;

	margin-bottom:15px;

}





 input.radio {

  width: auto;

}



 input.submitContact {

	border:2px solid #eaf2f7;

	background-color:#458cab;

	color:white;

	margin-right:20px;

	margin-bottom:25px;

	}



/* style  elements on focus */

.contactForm input:focus, .contactForm textarea:focus {

  background: #ffc;

}



.contactForm input.radio {

  float: left;

  margin-right: 1em;

  font-size: 1.2em;

}



.contactForm textarea {

  width: 300px;

  height: 100px;

  font-size: 1.2em;

}



.contactForm select {

	margin-bottom:15px;

	font-size: 1.2em;

	}


/* End of 'St Ronans Contact Form' */
/* End of 'Contact Form' */

