/*

- Saint Michael and All Angels
- http://www.saintmichael.org/
- designed by Switch Creative Group
- http://www.groupswitch.com

*/


/* ! ---- Main Contact Form ---- */
/* ---------------------------------------------------- */
	
	#send {
		height: 200px;
		position: relative;
		width: 430px;
		}
	
	#send fieldset legend {
		display: none;
		}
	
	#send fieldset p.data label {
		display: block;
		margin-bottom: 5px;
		}
	
	#send fieldset p.data input {
		padding: 2px 5px;
		width: 152px;
		}
	
	#send fieldset p.data select {
		padding: 2px 5px;
		width: 152px;
		}
	
	#send fieldset p.data textarea {
		padding: 2px 5px;
		width: 230px;
		}
	
	#send input, #send textarea, #send select {
		color:#6A4F34;
		margin-bottom:8px;
		}
	
	#send #formsubmit {
		position: absolute;
			top: 136px;
			left: 197px;
		}
	
	#send #w10203 {
		position: absolute;
			top: 19px;
			left: 200px;
		}



/* ! ---- Forms ---- */
/* ---------------------------------------------------- */
	
	legend {
		color: #CF2A29;
		font-size: 14px;
		font-weight: bold;
		margin-bottom: 10px;
		}
	
	
	/* ! ---- Checkboxes ---- */
	/* ---------------------------------------------------- */
	.checkbox {
		}
	
	.checkbox legend {
		color: #6A4F34;
		font-size: 12px;
		font-weight: bold;
		margin-bottom: 0;
		}
	
	.checkbox fieldset {
		}
	
	.checkbox p {
		margin: 0 0 0 20px;
		padding: 0;
		}
		
	#w9891 {
		margin: -10px 0 0 20px;
		}
	
	input {
		}
		
	input[type="text"] {
		width: 200px;
		}
	
	input[type="checkbox"] {
		margin-right: 10px;
		}
	
	p.data label {
		}
	
	p.data input {
		}
	
	div.text p.data label {
		display: block;
		}
	
	div.text p.data input {
		}
		
		
		
		
		
		