* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #cfc3ab;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #666;
}
h1 {
	color: #ff2146;
	font-size: 16px;
	margin-bottom: 20px;
}
a {
	outline: none;
}

a:link { color: #ff2146; text-decoration: none; }
a:hover { color: #ff2146; text-decoration: underline; }
a:active { color: #ff2146; text-decoration: none; }
a:visited { color: #ff2146; text-decoration: none; }

img {
	border: 0px;
}

p {
	line-height: 18px;
	font-size: 12px;
	margin-bottom: 20px;
}
.wrapper {
	position: relative;
	width: 800px;
	margin: 0 auto;
	margin-top: 30px;
	background: #fff;
	border: 15px solid #eeebd8;
}
.header_wrapper {
	position: relative;
	width: 800px;
	height: 245px;
	margin: 0;
	overflow: hidden;
	float: left;
}
.shopvip_logo {
	position: absolute;
	width: 283px;
	height: 74px;
	left: 17px;
	top: 42px;
}
.hdr_image_right {
	position: absolute;
	width: 214px;
	height: 168px;
	background: url('/img/autumn/autumn_pagecorn.jpg') no-repeat;
	right: 0px;
	top: 0px;
}
.menu_bar {
	position: absolute;
	width: 800px;
	height: 77px;
	background: url('/img/shopvip_menu_bg.jpg');
	left: 0px;
	top: 168px;
	overflow: hidden;
}
.menu_button {
	height: 30px;
	margin-top: 18px;
	padding-left: 20px;
	padding-right: 20px;
	float: left;
	font-size: 12px;
	color: #fff;
	line-height: 30px;
	cursor: pointer;
}
.menu_button a:link { color:white; }
.menu_button a:hover { color:white; }
.menu_button a:active { color:white; }
.menu_button a:visited { color:white; }

.menu_spacer {
	height: 7px;
	width: 7px;
	margin-top: 31px;
	float: left;
	background: url('/img/little_star.jpg') no-repeat;
}
.content_wrapper {
	position: relative;
	width: 800px;
	margin: 0;
	float: left;
}
.content_left {
	width: 250px;
	float: left;
}
.content_right {
	width: 550px;
	float: left;
	background: url('/img/content_r_bg.jpg') repeat-y;
}
.content_left_inner {
	width: 210px;
	margin: 0 auto;
}
.content_right_inner {
	margin-left: 27px;
	width: 503px;
}
.containerfix {
	height: 20px;
	clear: both;
}
.colorselect {
	position: absolute;
	width: 70px;
	height: 20px;
	top: 5px;
	right: 5px;
	float: right;
}
.colorselect_1 {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background-color: #cfc3ab;
	cursor: pointer;
	float: left;
}
.colorselect_2 {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background-color: #adebe2;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}
.colorselect_3 {
	width: 15px;
	height: 15px;
	border: 2px solid #fff;
	background-color: #ef3d4e;
	cursor: pointer;
	float: left;
	margin-left: 5px;
}

#comm_form {
	width: 500px;
	margin: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	position: relative;
	color: #888;
}

#comm_form input, #comm_form textarea {
	background-color: #fff;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #888;
	border: 1px solid #ddd;
}

#comm_form select {
	background-color: #fffffe;
	border: none;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	padding: 3px;
	color: #888;
	border: 1px solid #ddd;
}

.fieldActive {
	border: 1px solid #bbb;
}
.fieldNactive {
	border: 1px solid #ddd;
}

#comm_form input {
	width: 218px;
	margin-left: 10px;
	z-index: 1;
}

.selectSpacer {
	height: 30px;
	width: 218px;
}

#comm_form span {
	color: #ff2146;
}

#comm_form legend {
	color: #ff2146;  /* for IE6 */
	font-size: 14px;
	padding: 3px;
	margin-right: 4px;
}

#comm_form fieldset {
	padding: 10px;
	border: 1px solid #ccc;
	background-color: #f5f0f6;
	text-align: right;
}
.fsWrapper {
	background-color: #f5f0f6;
	border: 13px solid #f5f0f6;
	border-top: 0px;
}

#comm_form label {
	display: block;
	padding: 4px;
	font-weight: normal;
	font-size: 12px;
	width: 420px;
	text-align: right;
}

#comm_form .field_desc {
	position: absolute;
	text-align: center;
	top: -130px;
	right: -145px;
	width: 121px;
	height: 94px;
	font-size: 11px;
	visibility: hidden;
	padding: 15px;
	padding-left: 27px;
	padding-bottom: 35px;
	font-family: Arial, Helvetica, sans-serif;
	color: #222;
	z-index: 500;
	background-image: url('/img/speechbubble.gif');
	overflow: hidden;
	border: 0px;
	line-height: 14px;
	margin-bottom: 0px;
}	

.buttons {
	background-color: #e6e2e9;
	border-width: 1px;
	border-color: #ccc;
	border-style: solid;
	text-decoration: none;
	text-align: center;
	padding: 3px 5px 2px;
	cursor: pointer;
	width: 90px;
	color: #ff2146;
	position: relative;
	left: 13px;
	margin-bottom: 12px;
	font-size: 12px;
	line-height: 14px;
}
.formSmall {
	font-size: 9px;
}
.fieldbox {
	position: relative;
}
.formSpan {
	margin: 5px;
	margin-right: 20px;
}
.bubbleTable {
	width: 124px;
	height: 94px;
	border: 1px #f00 solid;
}
#errorMessageContainer {
	width: 447px;
	padding: 10px;
	padding-left: 40px;
	border: #f00 1px dashed;
	margin-bottom: 20px;
	background: url('/img/error_icon.jpg') no-repeat 10px 6px;
}
#infoMessageContainer {
	width: 447px;
	padding: 10px;
	padding-left: 40px;
	border: #888 1px dashed;
	margin-bottom: 20px;
	background: url('/img/info_icon.jpg') no-repeat 10px 6px;
}
#acceptMessageContainer {
	width: 447px;
	padding: 10px;
	padding-left: 40px;
	border: #888 1px dashed;
	margin-bottom: 20px;
	background: url('/img/accept_icon.jpg') no-repeat 10px 6px;
}
.underline {
	text-decoration: underline;
}
.largerFont {
	font-size: 14px;
}
.waitlistButton_left {
	width: 120px;
	float: left;
}
.waitlistButton_right {
	width: 350px;
	float: left;
	font-weight: bold;
}
#comm_form span.choiceSpan {
	background: #fff;
	border: 1px solid #ccc;
	color: #444;
	display: block;
	font-size: 15px;
	padding: 10px;
	text-align: center;
}
#comm_form span.choiceSpan input {
	vertical-align: middle;
}