﻿#magicbox {
	margin: 1;
    width: 100%;
    color: #F1F1EE;
    position: relative;
    left: 0;
    bottom: 0;
}
#magicbox a{
	color: black;
	font-weight: bold
}
#magicmenu{
	position: absolute;
	right: 0;
	top:-25px;
}
#magicbox div, #magicbox p{
	margin: 0;
}
#magicmenu ul{
	list-style-type: none;
	margin: 0;
}
#magicmenu ul li{
	display: inline;
}
#magicmenu ul li a{
	display: block;
	float: right;
	background: #F1F1EE;
	/*border:0px solid #1c6eac;*/
	border-bottom: none;
	margin-right: 0px;
	padding: 4px 12px 0 12px;
	height: 21px;
	color: black;
	position: relative;
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft:5px;	
	-webkit-border-radius-topright: 5px;
	-moz-border-radius-topright:5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	behavior: url(../PIE.htc);
}
#magicmenu{
	display: none;
}
#magiccontent{
	clear: both;
	background: #F1F1EE;
	color: black; 
	-webkit-border-radius-topleft: 5px;
	-moz-border-radius-topleft: 5px;
	border-radius: 5px;
	-webkit-box-shadow: #666 0px 0px 10px;
	-moz-box-shadow: #666 0px 0px 10px;
	box-shadow: #666 0px 0px 10px;
	behavior: url(../PIE.htc);
}
#magiccontent div{
	padding: 3px
}
#magicmaxi{
	border-top: 0px dotted #F1F1EE;
	
}
