form {
	margin: 0;
	padding: 0;
}
fieldset {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #DDD;
}
legend {
	font-weight: bold;
	font-size: 11px;
	color: #335EA8;
}
label,input,select,textarea {
	display: block;
	float: left;
	width: 200px;
	margin: 5px 0;
}
input,select,textarea {
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #213A7A;
	border: 1px solid #DDD;
}
input:focus, select:focus, textarea:focus {
	background-color: #DFB;
	border: 1px solid #CCC;
}
textarea {
	height: 100px;
	width: 200px;
	margin-right: 0 !important;
}
label {
	color: #86A131;
	text-align: right;
	padding-right: 10px;
	width: 248px;
	clear: both;
	cursor: pointer;
	cursor: hand;
}
fieldset fieldset {
	float: left;
	width: 228px;
	margin: 5px;
	padding: 5px;
}
* html fieldset fieldset legend {
	padding: 10px 0;
}
fieldset fieldset label {
	text-align: left;
	width: auto;
	padding: 0 0 5px 0;
	margin: 0;
}
fieldset fieldset input {
/*	width: auto; */
}
fieldset label input {
	width: auto;
	padding: 0;
	margin: 0 5px 0 0;
	border: none;
}
form br {
	clear: left;
	width: 0;
}
.small_form {
	float: right;
	border: 0px none;
	margin-right: 30px
}
.small_form input {
	display: block;
	text-align: center;
	width: auto;
	margin-left: 10px;
	cursor: pointer;
}
.small_form input:hover {
	background-color: #D1E29C;
}
.hidden {
	width: auto;
	margin: 0;
	padding: 0;
	border: none;
}
input.checkbox {
	width: auto;
	border: none;
}
input.submit, input.button {
	background: #A3C53A url("../images/bgbutton.gif") no-repeat;
	border: none;
	line-height: 21px;
	height: 21px;
	padding-left: 21px;
	padding-right: 3px;
	cursor: pointer;
	width: auto;
	margin-top: 2em;
}
.small_form input:hover {
	background: #D1E29C url("../images/bgbutton_over.gif") no-repeat;
}

fieldset ol {
	padding: 1em 1em 0;
	margin: 0;
}
#content fieldset ol li {
	clear: both;
	list-style-type: none;
	background: none;
	padding: 0;
	margin: 0;
	width: auto;
}
#subscriptions ol li {
	margin: 0 0 2em;
}
#subscriptions li label {
	width: auto;
	display: block;
	float: none;
	font-weight: bold;
	text-align: left;
}
fieldset li span {
	padding-left: 2em;
	display: block;
}
fieldset li label, fieldset li input {
	display: inline-block;
	vertical-align: top;
}
fieldset li label {
	width: 248px;
}
fieldset #captcha input {
	width: 96px;
}
fieldset li input {
	float: none;
}
#subscriptions li img {
	display: inline-block;
}

