@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000033;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-image: url(images/corsage_bg2.png);
}
.oneColFixCtrHdr #container {
	width: 730px;
	margin: 0 auto;
	text-align: left;
	background-repeat: no-repeat;
	background-position: top:40px; right:0px;
	padding: 0;
	background-position: top right;
	background-color: #DFEEFF;
	border-left: solid #4CB6F4 6px;
	border-right: solid #4CB6F4 6px;
}
.oneColFixCtrHdr #header {
	text-align: center;
	margin-bottom: 1em;
	padding-top: 0.75em;
}
.oneColFixCtrHdr #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.oneColFixCtrHdr #mainContent {
	padding: 0;
}
.oneColFixCtrHdr #footer {
	padding: 0 10px;
	text-align: right;
}
.oneColFixCtrHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
}
.oneColFixCtrHdr #container #navBar li {
	display: inline;
	padding: 5px;
	font-size: 0.875em;
	font-weight: bold;
}
.oneColFixCtrHdr #container #navBar {
	background-color: #FF4FA5;
	height: 100%;
	padding-left: 30px;
	border-bottom: 4px solid #FF007C;
	text-align: right;
	padding-right: 1.3em;
	border-top: 4px solid #FF007C;
}
.oneColFixCtrHdr #container #navBar a {
	color: #FFFFFF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #navBar a:hover {
	color: #4CB6F4;
}
.oneColFixCtrHdr #container #mainContent .front {
	text-align: left;
}
.oneColFixCtrHdr #container #mainContent h1 {
	font-size: 1.2em;
	color: #FF007C;
}
.oneColFixCtrHdr #container #mainContent h2 {
	font-size: 1em;
	color: #3366FF;
}
.oneColFixCtrHdr #container #mainContent p {
	font-size: .875em;
}
.oneColFixCtrHdr #container #navBar ul {
	margin: 0px;
	font-size: 0.875em;
	padding: 5px;
}
.oneColFixCtrHdr #container #mainContent #body {
	padding: 30px;
	padding-top: 1em;
}
.oneColFixCtrHdr #container #mainContent #body ul {
	font-size: 0.875em;
}
.oneColFixCtrHdr #container #mainContent #navBar #applet {
	float: left;
	width: 203px;
	padding: 3px;
}
.oneColFixCtrHdr #container #mainContent #sidebar {
	float: right;
	width: 300px;
	padding: 0.5em;
	margin-top: 1em;
}


form div {
clear:left;
display:block;
margin:5px 0pt 0pt;
padding:1px 3px;
width:240px;
}

form div label {
	display:block;
	float:left;
	margin:0pt 0pt 5px;
	padding:3px 5px;
	text-align:left;
	width:70px;
}

form div input.float {
	margin:0pt;
	padding:1px 3px;
	width:180px;
}.oneColFixCtrHdr #container #mainContent #sidebar iframe {
	width: 300px;
	border: none;
}
.oneColFixCtrHdr #container #mainContent #sidebar h2 {
	text-align: right;
}
.oneColFixCtrHdr #container #mainContent #body .front #applet {
	width: 203px;
	text-align: center;
	border-color: #99CCFF;
	border-width: 3px;
	border-style: solid;
	padding: 4px;
}
.oneColFixCtrHdr #container #mainContent #body .front #applet h3 {
	font-size: 0.7em;
	color: #3366FF;
}
.oneColFixCtrHdr #container #mainContent #body .pink {
	color:#FF007C;

}
.oneColFixCtrHdr #container #mainContent #body .blue {
	color: #3366FF;
}
.oneColFixCtrHdr #container #mainContent #body a {
	color: #3366FF;
	text-decoration: none;
}
.oneColFixCtrHdr #container #mainContent #body .front a:hover {
	color: #F4357C;
}
.oneColFixCtrHdr #container #mainContent #body .floatRight {
	float: right;
	clear: right;
	margin-left: 7px;
	margin-bottom: 7px;
}
.oneColFixCtrHdr #container #mainContent #body .front #soldout {
	border: 3px dashed #99CCFF;
	padding: 10px;
	margin-bottom: 20px;
}
.oneColFixCtrHdr #container #navBar a.highlight {
	color: #95B2E6;
}
.ss-form-entry {
	margin-bottom: .5em;
}
.ss-form-entry .ss-q-title {
	font-size: 0.875em;
}
.ss-form-container {
	width: 250px;
	height:140px;
}

.ss-q-short {
float:left;
}

.oneColFixCtrHdr #container #mainContent #body .front #leftCol {
	float: left;
	clear: both;
}

.errorbox-good {
	float:left;
	}
.oneColFixCtrHdr #container #mainContent #body .front #audioCallout {
	padding: 7px;
	border: 2px dashed #FF007C;
}

