.Box_Main_Top {
	width: 180px;
	background-image: url("/img/box_main/box_main_top.png");
	background-repeat: no-repeat;
	background-position: top left;
	height: 23px;
	margin: 0px;
	padding: 0px;
}

.Box_Main_Top span {
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	font-size: 9px;
	color: white;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: #CCCCC 1px 1px 1px;
	position: relative;
	top: 5px;
	left: 7px;
	text-transform: uppercase;
	width: 165px;
	
}

.Box_Main {
	width: 180px;
    background-repeat: x-repeat;
    padding: 0px;
    margin-bottom: 10px;
}

.Box_Main_Content {
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #ccc;
}

.box {
	background-color: white;
	border-style: dotted;
	border-color: blue;
	border-width: 1px;
	padding: 5px;
	width: auto;
	font-size: 98%;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
}



div.Floating_Box_Ref {
	position: relative;
	width: 0px;
	height: 0px;
}

div.Floating_Box_Empty {
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	z-index: 100;
}

div.Floating_Box_Boxed {
	z-index: 10000;
	margin: 0px auto;
	background: url(/img/floating_box/drop_shadow.png) no-repeat bottom right;
	
	visibility: hidden;
	position:absolute;
	top:0px;
	left:0px;
	margin: auto;
	filter:alpha(opacity=90);
	-moz-opacity:.95;
	opacity:.95;
	padding: 0px;
}

div.Floating_Box_Content {
	position: relative;
	top: -10px;
	left: -10px;
	padding: 10px;
	z-index: 10;
	background-color: white;
	border-style: solid;
	border-color: gray;
	border-width: 1px;
}

div.Floating_Box_Close {
	z-index: 1000;
	position: absolute;
	top: -20px;
	right: 0px;
}

div.Floating_Box_Content h2 {
	
	margin-top: 0px;
}

/* Notify box */

div.Notify_Box_Out {
	background-image: url(/img/background/red_background.png);
	margin: 10px;
	padding: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.Notify_Box_In {
	background-color: white;
	background-image: url(/img/forms/input_background.gif);
	padding: 10px;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

div.Notify_Box_In span {
	color: #db2b2b;
	font-size: 102%;
	font-weight: bold;
	letter-spacing: 1px;
	text-shadow: #CCCCC 1px 1px 1px;
	font-variant: small-caps;
}
