/* Start of CMSMS style sheet 'Forms 2007' */
/* A CSS Framework by Mike Stenhouse of Content with Style, adapted to CMSMS by Daniel Westergren */

/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}
	form div,
	form p {
		font-size: 1em;
		padding: 0;
	}
	label {
		font-weight: bold;
		width: 30%;
		text-align: right;
		padding-right: 5px;
		float: left;
	}
	label.after {
		width: 50%;
		text-align: left;
		padding-left: 1em;
		margin-top: 3px;
	}
	fieldset {
		border: 1px solid #eee;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	fieldset legend {
		color: #666;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 0;
		background-color: white;
	}
	* html fieldset legend {
		margin: 0 0 10px -10px;
	}
	fieldset ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	fieldset ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
	        margin: 0 0 1em 0;
		padding: 2px;
		clear: both;
	}
	
	input, select {
		vertical-align:middle;
	}
	textarea {
		width: 200px;
		height: 8em;
	}
	
	input.check {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.radio {
		border: none;
		width: auto;
		height: auto;
		margin: 0;
	}
	input.file {
		height: auto;
		width: 250px;
	}
	input.readonly {
		background-color: transparent;
		border: none;
	}
	input.button {
		width: 10em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	input.before { 
		float: left; 
		width: 1em; 
		clear: left;
		margin-left: 8em;
	}
	form div.submit, form input.submit {
		margin: 1em 0;
		clear: both;
	}
	form div.submit input {
		height: 2em;
		width: 15em;
	}
	form#subform input.submit { margin-left: 30%; margin-top: 0; }
/* END FORM ELEMENTS */
		
/* End of 'Forms 2007' */

