/* Start of CMSMS style sheet 'sws : Clean Forms' */
/* FORM ELEMENTS */
	form {
		margin:0;
		padding:0;
	}

	input, select, textarea {
                font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size:1.2em; 
		font-weight:100; 
                margin: 0px;
		padding: 2px;
                border:1px solid #A2C6FB;
	}
	
	input, select {
		vertical-align:middle;
	}

	textarea {
		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 outset #fff;
                color: #003871;
		background-color: #000;
	}

	input.submit {
		width: 10em;
		border:1px outset #fff;
                color: #003871;
		background-color: #000;
	}

	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 2px;
	}

    form div.submit input {
	height: 2em;
        width: 15em;
	}

/* End of 'sws : Clean Forms' */

