form, fieldset
{
	width: 350px;
	margin-top: 50px;
	line-height: 2;
	padding: 0px 0px 10px 10px;
}

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

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

form label
{
	text-align: left;
	float: left;
	margin-bottom: 1em;
	margin-top: 0px;
	width: 8em;
	padding-right: 1px;
	line-height: 1;
}

form input, form textarea  { float: right; border: 1px solid #ccc; margin-bottom: 6px; width: 200px;}


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

.formbutton
{
	width: 100px;
	margin-left: 5em;
	margin-top: 2px;
	float: right;
	cursor: pointer;
	border: outset 1px #ccc;
	color: #FFF;
	font-weight: bold;
	padding: 5px 20px;
	background-color: red;
	background-repeat: repeat-x;
	background-position: left top;
}
