@charset "utf-8";

#shadowRules {
	margin-left:35px;
	margin-right:auto;
	width:660px;


}

.boxs{
	
	width:282px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
	border:3px dashed #000;
	padding-bottom:65px;
	
}

.boxs h4 {
	text-align:center;
	background:#09f;
	padding:10px 0px;
	font-family:"Comic Sans MS", cursive;
	font-size:1.6em;
	color:#FFF;
	text-shadow:5px 5px 5px #000;
}


.boxs p {
	padding:15px 15px;	
	font-size:0.9em;
	font-family:"Lucida Console", Monaco, monospace;
	margin:0;
}
/********************************************************************************************/

.boxs2{
	
	width:320px;
	float:left;
	margin-left:10px;
	margin-right:10px;
	display:inline;
	border:3px dashed #000;
	padding-bottom:65px;
	
}

.boxs2 h4 {
	text-align:center;
	background:#09f;
	padding:10px 0px;
	font-family:"Comic Sans MS", cursive;
	font-size:1.6em;
	color:#FFF;
	text-shadow:5px 5px 5px #000;
}


.boxs2 p {
	padding:15px 15px;	
	font-size:0.9em;
	font-family:"Lucida Console", Monaco, monospace;
	margin:0;
}




/******************************************************************************************/

.safariBotRight {
	width:150px;
	height:30px;
	background:#e8e8e8;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 8px 8px 5px #333;
	-moz-box-shadow: 8px 8px 5px #333;
}

.safariBotRight p {
	margin:0;
	padding:9px 10px;
	text-align:center;
}

.safariBotLeft {
	width:150px;
	height:30px;
	background:#e8e8e8;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: -8px 8px 5px #39F;
	-moz-box-shadow: -8px 8px 5px #39F;
}

.safariBotLeft p {
	margin:0;
	padding:9px 10px;
	text-align:center;
}


.safariTopLeft {
	width:150px;
	height:30px;
	background:#e8e8e8;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: -8px -8px 5px #96F;
	-moz-box-shadow: -8px -8px 5px #96F;

}

.safariTopLeft p {
	margin:0;
	padding:9px 10px;
	text-align:center;
}

.safariTopRight {
	width:150px;
	height:30px;
	background:#e8e8e8;
	margin-left:auto;
	margin-right:auto;
	-webkit-box-shadow: 8px -8px 5px #993;
	-moz-box-shadow: 8px -8px 5px #993;
	
}

.safariTopRight p {
	margin:0;
	padding:9px 10px;
	text-align:center;
}
.cF {
	clear:both;	
}

