body {
	background-image:url(tile.png);
	background-repeat:no-repeat;
	background-position:top center;
	background-color:#000;
	font-family: "Myriad Pro", Myriad, Helvetica, Tahoma, Verdana, Arial, sans-serif;
	margin:0px;
	color:737373;
}

A:link {text-decoration: none;color:#000000}
A:visited {text-decoration: none;color:#000000}
A:active {text-decoration: none;color:#000000}
A:hover {text-decoration: underline;}



li.entry {
	font-size:11px;
	list-style:none;
	background-image:url(bubble.png);
	width: 361px;
	height:75px;
	margin-bottom:20px;

}

ul {
	margin:0px;
	padding:0px;
}



table {
	margin:0px;
	padding:0px;
}


#container {
	background-image:url(middle.png);
	width:405px;
	margin:0 auto;
	float:center;
}

#containerinside {
	padding-left:17px;
	padding-right:20px;
	padding-top:20px;
	padding-bottom:1px;
}

#submit {
	background-image:url(top.png);
	height:189px;
	width:483px;
	margin:0 auto;

}

#insidesubmit {
	color:#666666;
	font-size:10px;
	padding-left:40px;
	padding-top:13px;
}

fieldset {
border: 0px;
}

.insidebubble {
	padding-left:30px;
	padding-right:30px;
	padding-top:15px;
}


#footer {
	background-image:url(footer.png);
	height:56px;
	width:405px;
	margin:0 auto;
	float:center;

}

#tagline {
width: 405px;
padding: 10px;
text-align: center;
	margin:0 auto;
	float:center;

}

button {
	border:0px solid #CCC;
	padding:0px;
	color:#663327;
	background-color:#FFF;
	background-image: url(buttonbg.png);
	width: 66px;
	height: 28px;
	margin-left: 10px;
	margin-top: -1px;

}

input {
	font-size:11px;
	border-top: 0px;
	border-bottom: 0px;
	border-left:1px solid #b7b7b7;
	border-right:1px solid #b7b7b7;
	padding: 6px;
	color:#000000;
	height: 14px;
	width: 240px;
	background-image: url(inputbg.png);

}
img {
	border:0px;
}

.box {
	margin-left: 40px;
	margin-top: -25px;
	padding: 5px;
	border:1px solid #999;
	background-color:#ccc;
	display:none; /*This is to make the box hidden by default, remove if you don't want it hidden by default.*/
	position: absolute;
}
	
.soeg {
	top: 0px;
	left: 10px;
	background-image: url(soegbg.png);
	height: 79px;
	width:365px;
	padding: 0px;
	border:0px solid #999;
	display:none; /*This is to make the box hidden by default, remove if you don't want it hidden by default.*/
	position: absolute;
	}
	
.insidesoeg {
	padding-left: 30px;
	padding-top: 10px;
}

form { margin:0px; padding: 0px;}

.star2 {
	position: absolute;
	margin-left: 310px;
	margin-top: 45px;
}

.twitter {
	position: absolute;
	margin-left: 285px;
	margin-top: 47px;
}

.starimg {
	vertical-align: middle;
}

select { width: 55px;}

/* SELECT BOX */

body a.customicons { height: 20px;}
		body .customicons li a, body a.customicons span.ui-selectmenu-status {font-size: 11px;padding-left: 25px;}
		body .starstar .ui-selectmenu-item-icon { height: 20px; width:20px; }
		body .starstar .ui-selectmenu-item-icon { background: url(onestar.png) 0 0 no-repeat; }
		

/* S¯G */

#result {
	height:20px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
	padding:5px;
	margin-bottom:10px;
	background-color:#FFFF99;
}
#titel{
	padding:3px;
	border:1px #CCC solid;
	font-size:17px;
}



.suggestionsBox {
	position: absolute;
	width: 255px;
	padding:0px;
	background-color: #000;
	border-top: 0px solid #000;
	color: #fff;
}
.suggestionList {
	margin: 0px;
	padding: 0px;
}
.suggestionList ul li {
	list-style:none;
	margin: 0px;
	padding: 6px;
	border-bottom:1px solid #666;
	cursor: pointer;
}
.suggestionList ul li:hover {
	background-color: #FC3;
	color:#000;
}

.load{
background-image:url(loader.gif);
background-position:right;
background-repeat:no-repeat;
}

#suggest {
	position:relative;
}


/* S¯G */


