div#form-container {
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	width: 425px;
	text-align: left;
}
form {
	margin: 0px;
	padding: 0px;
}
fieldset {
    margin: .4em 0em;
    border: none;
    border-top: 1px solid #ffffff;
	width: 100%;
}
legend {
    margin: .5em 0em;
    padding: 0em .5em;
    background: transparent;
    font-size: 1.3em;
    font-weight: bold;
}
fieldset div {
	width: 100%;
	margin-top: 1px;
	vertical-align: top;
}
fieldset div.error {
	background-color: #FFC6C6;
}
label {
	float: left;
    width: 200px;
    padding: 2px 1em 2px 0px;
    text-align: right;
	vertical-align: middle;
	font-size: 14px;
}
.required {

	font-weight: bold;
}
input, select, textarea {
    color: #333;
	font-size: 13px;
}
.inputbox, .selectbox {
	width: 155px;
    padding: 1px;
    color: #333;
}
input:focus, textarea:focus {
    background: #efefef;
    color: #000;
}
fieldset#buttons {
	text-align: center;
}
input.button {
	width: 7em;
	color: #000;
}
p#same-as {
	text-align: center;
}
div#billing-hide {
	display: block;
}
