/* Start of CMSMS style sheet 'Form: Standard' */

	/* Pretty up your Captcha image output */
	.captcha {
		margin:0.5em 0;
		width:200px;
		text-align:left
	}
	.captcha img {border:1px solid #000000; margin-bottom:0.5em}
	.captcha input {width:196px; margin-top:0.5em}

	/* Just a bit more room for the Submit button */
	.submit {margin-top:0.5em}
.captchapict{
display: block;
}
/* End of 'Form: Standard' */

/* Start of CMSMS style sheet 'Next Steps' */
div#next{
  margin: 0em 0 1em 1em;  /* margin for the entire div surrounding the news list */
 border-top: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
border-bottom: 2px solid #aaaaaa;
border-left: 1px solid #aaaaaa;
  background: #f3f3f3; 
}

div#next h2 {
 border: 0px;
border-bottom: 1px solid #d7d7d7;

}

div#next a {
    padding: 0.5em 0.5em 0.5em; /* padding for the news article summary */
    margin: 0 0.5em 0.5em 0.5em; /* margin to the bottom of the news article summary */
    font-weight: bold;

}
/* End of 'Next Steps' */

