div.mollyBlack {
	background: #000000;
	z-index: 301;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.1;
	position: absolute;
	top: 0px;
	left: 0px:
}

div.mollyWhite {
	background: #ffffff;
	z-index: 301;
	/* for IE */
	filter:alpha(opacity=60);
	/* CSS3 standard */
	opacity:0.1;
	position: absolute;
	top: 0px;
	left: 0px:
}

div.mollyBoxStd {
	background: url(../images/molly/stdBox.png) no-repeat;

	display: none;
	
	z-index: 400;
	opacity:0.1;
	
	width: 383px;
	height: 385px;
	
	position: absolute;
	top: 200px;
	left: 500px;
	overflow: visible;
}

div.mollyBoxStd img {
	margin-left: 15px;
	margin-top: 17px;
}

div.mollyBoxStd img.label {
	padding-left: 10px;
}

div.mollyBoxStd input {
	padding-left: 3px;
	
	margin-left: 24px;
	margin-top: 5px;
	
	font-size: 1.5em;
	font-family: "Helvetica Neue", "Lucida Grande", Helvetica, Arial, Verdana, sans-serif;
	
	width: 326px;
	
	border-top-style: solid;
	border-top-color: #7e9900;
	border-top-width: 1px;
	
	border-right-style: solid;
	border-right-color: #7e9900;
	border-right-width: 1px;
	
	border-bottom-style: solid;
	border-bottom-color: #7e9900;
	border-bottom-width: 1px;
	
	border-left-style: solid;
	border-left-color: #7e9900;
	border-left-width: 1px;
}

div.mollyBoxStd img.buttonLeft {
	z-index: 499;
	
	position: relative;
	top: -50px;
	left: -50px;
}

div.molly2Buttons {
	display: none;
	width: 541px;
	
	z-index: 399;
}

div.molly2Buttons img.buttonLeft {
	cursor: pointer;
	clear: both;
	float: left;
	
	margin-left: 10px;
}

div.molly2Buttons img.buttonRight {
	cursor: pointer;
	float: right;
	
	margin-right: 10px;
}

div.mollyBoxStd a {
	color: #f5f5f5;
	text-decoration: none;
	font-weight: bold;
}

div.mollyBoxStd a:hover {
	color: #ffffff;
	text-decoration: underline;
	font-weight: bold;
}

div.mollyIE6 {
	background: url(../images/molly/ie6.png) no-repeat;

	display: none;
	
	z-index: 400;
	opacity:0.1;
	
	width: 365px;
	height: 368px;
	
	position: absolute;
	top: 200px;
	left: 500px;
	overflow: visible;
}