#splash, #splash_team, #splash_team_invite, #splash_review
{
padding:0px; position:absolute; z-index:102; margin:-100px 0 0 115px;
}

.shadow-container { width:465px; }
.shadow-content {
	background:#fff url(images/bg-mess.gif) top left repeat-x;
	width:428px;
	padding:0 15px;
	border:1px solid #fff;
	}
.shadow-content p {margin:0; padding:0; line-height:20px;}
.tr35 { filter:alpha(opacity=35); opacity: 0.35; -moz-opacity:0.35; }
.tr25 { filter:alpha(opacity=25); opacity: 0.25; -moz-opacity:0.25; }
.tr15 { filter:alpha(opacity=15); opacity: 0.15; -moz-opacity:0.15; }
.tr10 { filter:alpha(opacity=10); opacity: 0.10; -moz-opacity:0.10; }
.tr05 { filter:alpha(opacity=5); opacity: 0.05; -moz-opacity:0.05; }
.lf1, .lf2, .lf3, .lf4, .lf5 {
	float:right;
	width:1px;
	background:#404040;
	font-size:0;
	}
.lf1 { margin-top:1px; }
.lf2 { margin-top:2px; }
.lf3 { margin-top:3px; }
.lf4 { margin-top:4px; }
.lf5 { margin-top:5px; }
.btm {
	width:459px;
	height:1px;
	line-height:1px;
	background:#404040;
	font-size:0;
	float:right;
	}

.H100 { height:100px; }
.H102 { height:102px; }
.Hsend1 { height:386px; }
.Hsend2 { height:384px; }
.Hfav1 { height:362px; }
.Hfav2 { height:360px; }
.Hsay1 { height:382px; }
.Hsay2 { height:380px; }
.Hset1 { height:112px; }
.Hset2 { height:110px; }

/* Big box with list of options */
#ajax_listOfOptions {
	position:absolute;	/* Never change this one */
	width:290px;	/* Width of box */
	height:190px;	/* Height of box */
	overflow:auto;	/* Scrolling features */
	border:1px solid #e9eaeb;	/* Dark green border */
	border-width:0 1px 2px 1px;
	background-color:#f6f6f6;	/* White background color */
	text-align:left;
	font-size:12px;
	z-index:102;
}
#ajax_listOfOptions div {	/* General rule for both .optionDiv and .optionDivSelected */
	margin:1px;		
	padding:1px;
	cursor:pointer;
	font-size:12px;
}
#ajax_listOfOptions .optionDiv {	/* Div for each item in list */
		
}
#ajax_listOfOptions .optionDivSelected { /* Selected item in the list */
	background-color:#fcfcfc;
	color:#808080;
}
#ajax_listOfOptions_iframe {
	background-color:#f6f6f6;
	position:absolute;
	z-index:5;
}