#login form, #login fieldset {
	border: 0;
	padding: 0;
	margin: 0;
}
#login input[type *="text"], #login input[type *="password"] {
	color: #b1a695;
}
#login input {
	margin: 0;
}

input[type *="text"], input[type *="password"], select, textarea {
	background-color: #eee8e1;
	color: #333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding: .1em;
	border: 1px solid #333;
}

input {
	padding: .1em;
	margin: .1em;
}

#login input[type *="text"], #login input[type *="password"] {
	font-family: Georgia, "Times New Roman", Times, serif;
}

form {
	margin: .2em 0;
}

fieldset {
	border: 0;
	padding: .5em .2em;
}

fieldset.error {
	background-color: transparent;
	margin: .2em 0;
}

label {
	float: left;
	display: block;
	width: 12em;
	text-align: right;
	padding: .1em;
	vertical-align: middle;
}
input, select, textarea {
	margin: .1em;
	vertical-align: middle;
}

textarea {
	font-size: 1em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

form.rounded {
	background: url("../images/fieldset-bottom.gif") 50% 100% no-repeat #b9a990;
	width: 550px;
	margin: 1em auto;
}
form.rounded fieldset {
	background: url("../images/fieldset-top.gif") 50% 0 no-repeat;
	padding: 5px 0;
}
.rounded a {
	color: #fff;
}
form.rounded div {
	margin: 0 5px;
}

form.contact label {
	width: 7em;
}

.error, input.error {
	background-color: #fc9;
	border: 1px solid red;
}

form.download {
	border: 1px solid red;
}
form.download input#submit{
	background: #fff;
	border: 0;
	display: block;
	width: 100px;
	height: 100px;
}
form.download label {
	width: 6em;
}

input.readonly {
	background-color: #e9e2d8;
	border: 0;
}

form fieldset hr {
	border-bottom: 1px solid #e9e2d8;
	margin: 1em;
}





form.cart {
	display: block;
	margin: 0 auto;
	text-align: center;
}
form.cart legend {
	color: #000;
	font-size: 1.5em;
}
form.cart fieldset {
	padding: .5em;
	text-align: left;
}
form.cart fieldset.right {
	border-left: 1px dashed #c7baa6;
}
form.cart fieldset.center {
	clear: both;
	text-align: center;
}
form.cart label {
	width: 9em;
}


div#files div form, div#files div form fieldset {
	display: inline;
	vertical-align: middle;
	padding: 0;
	margin: 0;
}
div#files div form select, div#files div form input {
	display: inline;
	margin: 0;
}
div#files div form input {
	padding: 0;
}

