/* CSS Document */
form {
	text-align: left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:100%;
}

input.text
{
	padding:2px;
	width:200px;
	height:20px;
	background-color:#FFFFFF;
	border:1px solid #BBBBBB;
	line-height:1.5;
}

fieldset {
	float: left;
	clear: left;
	width: 570px;
	margin: 0;
	padding: 0;
	border-style: none;
	border-bottom: 2px solid #fff;
	background-color:#F2EFE9;

}

fieldset.alt{
	background-color: #E6E3DD;
}

fieldset p {
	padding: 1em 1em .5em 1em;
}

.redstar {
	font-weight: bold;
	color: #FF0000;
	font-size: 14px;
	padding: 0 .2em;
}

legend {
	padding: 0;
	color: #000;
	font-weight: bold;
}

fieldset h2 {
	background-color: #7D2E6E;
	font-size: 12px;
	padding: 3px 5px;
	color: #FFFFFF;
}

fieldset ol {
	padding: 1em 1em 0 1em;
	list-style: none;
}

fieldset li {
	float: left;
	clear: left;
	width: 100%;
	padding-bottom: 1em;
	*margin:0px;
	*padding:0px;
}

fieldset.submit {
	float: none;
	width: auto;
	border-style: none;
	padding-left: 12em;
	background-color: transparent;
	background-color: #F2EFE9;
	background-image: none;
	width:402px;
}

label {
	float: left;
	width: 129px;
	padding-right: 2em;
	margin-right: 1em;
	text-align: right;
	font-weight: bold;
	display: block;
	line-height: 1.3em;
}

.rightspacing{
	padding-right: 10px;
	text-align: left;
}

.submit_button{
	width: 200px;
	height: 35px;
	border: none;
}

.reset_button{
	width: 200px;
	height: 35px;
	border: none;
}

.unsubscribe_button{
	width: 200px;
	height: 35px;
	border: none;
}

.update_button{
	width: 200px;
	height: 35px;
	border: none;
}
