/* Forms */
form {
	clear: both;
	margin-right: 20px;
	padding: 0;
	width: 70%;
    font-size: 11px;
}
fieldset {
	border: 1px solid #ccc;
	margin-top: 30px;
	padding: 16px 20px;
}
fieldset legend {
	background:#fff;
	color: #e32;
	font-size: 160%;
	font-weight: bold;
}
fieldset fieldset {
	margin-top: 0px;
	margin-bottom: 20px;
	padding: 16px 10px;
}
fieldset fieldset legend {
	font-size: 120%;
	font-weight: normal;
}
fieldset fieldset div {
	clear: left;
	margin: 0 20px;
}
form div {
	clear: both;
	padding: .5em;
	vertical-align: text-top;
}
form div.input {
	color: #444;
}
form div.required {
	color: #333;
	font-weight: bold;
}
form div.submit {
	border: 0;
	clear: both;
	margin-top: 10px;
	margin-left: 140px;
}
label {
	display: block;
	font-size: 110%;
	padding-right: 20px;
}
input, textarea {
	clear: both;
	font-size: 140%;
	font-family: "frutiger linotype", "lucida grande", "verdana", sans-serif;
	padding: 2px;
	width: 100%;
}
select {
	clear: both;
	font-size: 120%;
	vertical-align: text-bottom;
}
select[multiple=multiple] {
	width: 100%;
}
option {
	font-size: 120%;
	padding: 0 3px;
}
input[type=checkbox] {
	clear: left;
	float: left;
	margin: 0px 6px 7px 2px;
	width: auto;
}
input[type=radio] {
	float:left;
	width:auto;
	margin: 0 3px 7px 0;
}
input[type=image] {
	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%;
	padding: 2px 5px;
	width: auto;
	vertical-align: bottom;
}

/* Notices and Errors */
div.message {
    display: none;
    position: fixed;
    left: 0;
    top: 0px;
    width: 100%;
    z-index: 1003;
    color: #933;
    font-weight: bold;
    background-color: #ff3;
    padding: 20px;
}

div.error-message {
	clear: both;
	color: #900;
	font-weight: bold;
}
p.error {
	background-color: #e32;
	color: #fff;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
p.error em {
	color: #000;
	font-weight: normal;
	line-height: 140%;
}
.notice {
	background: #ffcc00;
	color: #000;
	display: block;
	font-family: Courier, monospace;
	font-size: 120%;
	line-height: 140%;
	padding: 0.8em;
	margin: 1em 0;
}
.success {
	background: green;
	color: #fff;
}

.clear {
    clear: both;
}

.reg-place {
    width: 727px;
    font-size: 10px;
    border-left: solid 1px #ccc;
    border-bottom: solid 1px #ccc;
    border-right: solid 1px #ccc;
    padding-bottom: 5px;
}

.checkout-title {
    float: right;
    width: 100px;
    height: 15px;
    border-right: solid 1px #ccc;
    border-top: solid 1px #ccc;
    border-left: solid 1px #ccc;
    color: #369;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 0;
}

.reg-place-title {
    background-image: url(../img/reg-title-grad.png);
    background-repeat: repeat-x;
}

.reg-place-title .title {
    float: left;
    width: 480px;
    color: #369;
    font-size: 14px;
    font-weight: bold;
    padding: 10px 5px;
}
.reg-place-title .secured {
    float: right;
    width: 200px;
    padding: 10px 0 0 0;
    color: #369;
}
.reg-place-title .secured img {
    vertical-align: middle;
}
.reg-place form{
    width: 100%;
}

.reg-form {
    float: left;
    clear: none;
    width: 380px;
    margin: 0;
    padding: 0;
}

.reg-place input, .reg-place select {
    float: right;
    width: 205px;
    clear: none;
    border: 1px solid #999;
    font-size: 100%;
}

.reg-place label {
    float: left;
    width: 140px;
    padding: 2px;
}

.reg-form2 {
    float: left;
    clear: none;
    width: 320px;
}

.table-wrapper {
    background-image: url(../img/table-grad.png);
}
table.table-shipment {
    width: 180px;
    font-size: 12px;
}

input.secure-input {
    border: none;
    width: auto;
    margin-top: 80px;
}
