/** Forms **/
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 100%;
}
fieldset {
	border: 1px solid #ccc;
	margin-bottom: 1em;
	padding: 8px 10px;
}
fieldset legend {
	background:#fff;
	color: #0099cc;
	font-size: 130%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 8px 5px;
}
fieldset fieldset legend {
	font-size: 110%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	margin-bottom: 1em;
/*	padding: .5em;*/
	vertical-align: text-top;
}
form .input {
/*	margin: 0;*/
	padding: 0 0.5em;
}
form .required {
	font-weight: bold;
}
form .required label:after {
	color: #e32;
	content: '*';
	display:inline;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	padding: 0 0.5em;
}
label {
	display: block;
	font-size: 100%;
	margin-bottom:3px;
}
input, textarea {
	clear: both;
	font-size: 100%;
	padding: 5px;
	width:98%;
/*	width:100%;*/
	border: solid 1px #d9d1bf;
	background: transparent;
}
select {
	clear: both;
	font-size: 100%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 100%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
div.checkbox label {
	display: inline;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
div.radio label {
	margin: 0 0 6px 20px;
}
input[type=submit] {
	display: inline;
	font-size: 110%;
	width: auto;
}
form .submit input[type=submit] {
	background: #0099cc;
	border: solid 1px #0099cc;
	color: #F3EAD7;
}
form .submit input[type=submit]:hover {
	background-color: #036;
	color: #F3EAD7;
}



/*.subscription form .input {
	margin: 0;
	padding: 0 0.5em;
}
.subscription form .input input,
.subscription form .input textarea {
	padding: 5px;
}*/
