/* Start of CMSMS style sheet 'Elastiskt : Forms' */
/* 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;
		margin: 0 0 0 0;
		padding: 0;
	}
	label {
		font-weight: bold;
                display: block;
                float: left;
                text-align: right;
                margin:0.2em 0.2em 0 0;
                padding: 0px 0;
                width: 75px;
	}
	fieldset {
		border: 1px solid #00426F;
		padding: 5px 10px;
		margin: 0 0 1.5em 0;
	}
	form legend {
		color: #000;
		font-size: 1.1em;
		font-weight: bold;
		margin: 0 0 0 0px;
		padding: 2px;
	}
	* html form legend {
		margin: 0 0 10px -10px;
	}
	form ul {
		list-style: none;
		margin: 0 0 1.5em 0;
		padding: 0;
	}
	form ul li {
		list-style: none;
		margin: 0 0 0.5em 0;
		padding: 0;
                clear: both;
	}
     
	
	input, select, textarea {
		font-size:1em; 
		font-family: arial, helvetica, verdana, sans-serif;
                margin: 0 0 0.2em 0;
		padding: 2px;
                background: #fff;
               border: 1px solid #CFCFCF;
	}
	
	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: 7em;
		border:1px solid black;
		background-color: #ddd;
	}
	input.image {
		border: none;
		width: auto;
		height: auto; 
	}
	
    form div.submit {
		margin: 1em 0;
	}
    form div.submit input {
		height: 2em;
        width: 15em;
	}

div#comments form fieldset {
  / * clear: both; note that this clear causes inputs to break to left in ie5.x mac, commented out */
  border-color: #000;
  border-width: 1px;
  border-style: solid;
  padding: 1em;        /* padding in fieldset support spotty in IE */
  margin: 0;
}

div#comments form fieldset legend {
	font-size:1.2em; /* bump up legend font size, not too large or it'll overwrite border on left */
                       /* be careful with padding, it'll shift the nice offset on top of border  */
}

div#comments label {
	display: block;  /* block float the labels to left column, set a width */
	float: left; 
	width: 7em; 
	padding: 0; 
	margin: 0.5em 0 0; /* set top margin same as form input - textarea etc. elements */
	text-align: right; 
	}
	
div#comments textarea {
    margin: 0.5em 0 0.3em 1em;
    padding: 2px;
    width: 40em;
    height: 15em;
}

div#comments input {
    margin: 0.5em 0 0.3em 1em;
    padding: 2px;
    width: auto;
}

div#comments input#submit, div#comments input#reset {
	background-color: #00426F !important;
	color: #fff;
	padding: 3px;
	border: 3px solid #fff !important;
	font-weight: bold;
}

div#comments form input#reset {
	margin-left:0px; /* set margin-left back to zero on reset button (set above) */
}

div#comments form .required{font-weight:bold;} /* uses class instead of div, more efficient */

div#comments form br {
	clear:left; /* setting clear on inputs didn't work consistently, so brs added for degrade */
}

div#comments img.captchapict {
	float: right;
	margin-top: 0;
	padding: 0;
	border: 1px solid #ccc;
	}



form ul li {

}


/* END FORM ELEMENTS */
		
/* End of 'Elastiskt : Forms' */

