* { margin: 0; padding: 0; }



body {
	height:1000px;
	font: 11px "Lucida Grande", Verdana, Arial, "Bitstream Vera Sans", sans-serif;
	background: #f0f0f0 url(greyback.jpg);
	color: #FFFFFF;

	
}

.ui-draggable { float: left; }
.col { width:300px; height:105px; }
.later { visibility:collapse; }
#savedUrl {z-index:1000;  position:relative;}
#searchPanel {width: 200px; margin-left: 50px; height:1000px; background:#f4f4f4;
  	-moz-box-shadow: rgba(200,200,200,1) 0 4px 48px;
 	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 48px;
 	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 48px;
 	box-shadow: rgba(200,200,200,1) 0 4px 48px;
	position:absolute;
	top:60px;

}

#search {
	width: 188px;
	-moz-box-shadow: 0 2px 5px lightgrey;
	-webkit-box-shadow: 0 2px 5px lightgrey;
	-khtml-box-shadow: 0 2px 5px lightgrey;
	box-shadow: 0 2px 5px lightgrey;
	border: 1px none;
	background: white none repeat scroll 0 0;	
	margin:6px;
font-size:17px;

height:140px;

padding: 7px 7px 0px 9px; border-right-width: 5px; height: 140px;
	
}

#title {font-size:35px;
left:50px;
position:absolute;
top:5px;
color:black;
}

#credit {font-size: 9px; width: 600px; position: absolute; color: black; left: 310px; top: 670px;}
#tip {color:black;
font-size:16px;
left:520px;
position:absolute;
top:7px;
width:350px;}
#results {width: 200px;}
#shareButton {position:absolute; top:60px; left:310px; height:25px; width:130px;}
#savedUrl{position:absolute; top:60px; left:460px; height:25px; color:black; }
.shareBox{height:20px; margin:2px;width:385px;}
.shareLink{height:20px;
left:3px;
margin-left:0;
margin-right:5px;
margin-top:0;
position:relative;
top:-5px;}
#main{margin-top:40px; height: 600px; width: 800px; top:50px; position: absolute; left: 300px; background: #fff; 	border: 1px solid #e5e5e5;}
/*
 * Credit to Wordpress for showing me how to do this. * 
 * 	-moz-box-shadow: rgba(200,200,200,1) 0 4px 18px;
 *	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 18px;
 *	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 18px;
 *	box-shadow: rgba(200,200,200,1) 0 4px 18px;
 */
.shadow {
	margin-left: 8px;
	-moz-box-shadow: rgba(176,176,176,1) 0 4px 18px;
	-webkit-box-shadow: rgba(176,176,176,1) 0 4px 18px;
	-khtml-box-shadow: rgba(176,176,176,1) 0 4px 18px;
	box-shadow: rgba(176,176,176,1) 0 4px 18px;
}

