/* Start of CMSMS style sheet 'contactform' */
div#contactform form {
		width:30em; important; 
		font-weight: bold;
	}
	
div#contactform form label {
	  display:block;
	}

div#contactform form input {
		width:100%;
		border: 1px solid black;
		margin:0 0 1em 0;
	}

div#contactform form textarea {
		width:100%;
		border: 1px solid black;
		margin:0 0 1em 0;
	}

div#contactform form input.button {
		float:left; width:50%;
		}	
	
	
/* End of 'contactform' */