form {
	background:#fff;
	padding:1em;
	font-family: arial, Helvetica, sans-serif;
	font-size: 13px;
}
.login {
	background:url(/ssl/images/user.gif) no-repeat 95% 1em;
}
.contact {
	background:url(/ssl/images/email2.gif) no-repeat 95% 1em;
}
fieldset {
	border:1px solid #ddd;
	padding:0 0.5em 0.5em;
	width: 680px;
}
fieldset p {
	margin:0.3em 0;
	clear:both;
}
label {
	float:left;
	/* width:250px; */
	text-align:right;
	margin-right:1em;
}
label.card {
	float: none;
	width: 37px;
	height: 23px;
	margin: 5px;
}
legend {
	color:#0b77b7;
	font-size:1.2em;
}
legend span {
	width:10em;
	text-align:right;
}
table.review td.formvalue {
	font-weight: bold;
	vertical-align: top;
}
table.review td.formlabel {
}
input {
	padding:0.15em;
	/* max-width:20em; */
	border:1px solid #ddd;
	background-color:#fafafa;
	font-size: 0.95em;
	-moz-border-radius:0.4em;
	-khtml-border-radius:0.4em;
}
input:hover, input:focus {
	border-color:#c5c5c5;
	background:#f6f6f6;
} 
input.buttons {
	margin: 5px 0 5px 250px;
	border:2px solid #0b77b7;
	font-weight: bold;
	cursor: pointer;
}
input.buttons:hover {
	color:#f6f6f6;
	background: #565656;
}
td.card input  {
	vertical-align: middle;
}
div#the-wrapper {
	width: 100%;
	clear: both;
	margin: 10px 0;
	border: thin solid #000;
}
div.form p#gift-left {
	width: 45%;
	float: left;
	text-align: justify;
}
div.form p#gift-right {
	width: 45%;
	margin-left: 10px;
	float: right;
	text-align: justify;
}
input.gifttypes {
	width: 150px;
	margin: 10px 80px;
	border:2px solid #0b77b7;
	padding: 3px 10px;
	font-size: 1.3em;
	font-weight: bold;
	cursor: pointer;
}
input.gifttypes:hover {
	background-color:#d8d8d8;
	color: #0b77b7;
}
.date input {
	background-image:url(/ssl/images/calendar-small.gif);
	background-repeat:no-repeat;
	background-position:100% 50%;
}

.date fieldset label {
	float:none;
	display:block;
	text-align:left;
	width:auto;
}
.date fieldset div {
	float:left;
	clear:none;
	margin-right:0.2em;
}
.radio, .date {
	position:relative;
}
.radio fieldset, .date fieldset {
	border:none;
	width:auto;
	padding:1px 0 0 11em;
}
.radio legend, .date legend {
	font-size:1em;
	color:#000;
}
.radio legend span, .date legend span {
	position:absolute;
	left:0;
	top:0.3em;
	width:10em;
	display:block;
}
.radio label, .radio input, .checkbox label, .checkbox input {
	vertical-align:middle;
	display:inline;
	float:none;
	width:auto;
	background:none;
	border:none;
}
.radio fieldset div {
	display: inline;
	background-color: pink;
	border: thin solid #000;
}
.radio { text-align: center; }

.email {
	width:14em;
}

input.default {
	color:#bbb;
}

#submit-go {
	margin-top:1em;
	width:69px;
	height:26px;
	text-indent:-9999px;
	overflow:hidden;
	border:0;
	background:url(/ssl/images/submit-button.gif) no-repeat 0 0;
	display:block;
	cursor:pointer !important; cursor:hand;
}
#submit-go:hover {
	background-position:0 -26px;
}
/* Validation */
.error { color: #ff1f25; }
.error .input { border-color: #C8A5A5; background: #fff url('/ssl/images/icon_error.png') no-repeat right center; }
label.error {
	float:right;
	width:135px;
	text-align: left;
	margin: 0 5px;
}

.valid { }
.valid .input { border-color: #A5C8A6; background: #fff url('/ssl/images/icon_valid.png') no-repeat right center; }
.valid span { display: none; }

.clear { clear: both; line-height: 1px; }