form, fieldset
{
	width: 16em;
	margin-top: 10px;
	line-height: 1.4;
}

form fieldset
{
	padding: 0.5em;
	margin-bottom: 0.5em; /* add a little space below the fieldset  */
	display: block;
}

form div
{
	margin: 0;
	display: block;
}

form label
{
	float: left;
	margin-bottom: 1em;
	width: 8em;
	padding-right: 1px;
}

form input, form textarea  { float: left; border: 1px solid gray; margin-bottom: 3px;}


/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.formbutton
{
	margin-top: 2em;
	float: left;
	cursor: pointer;
	border: outset 1px #ccc;
	color: #666;
	font-weight: bold;
	padding: 1px 2px;
	background-image: url(../images/formbg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
