#voteMeter {
	width:320px;
}

#spinningDisk {
	top:175px;
	left:117px;
}

.searchField2 {
	margin-left:6px;
	margin-top:6px;
	padding-right:14px;
	background: url(/Images/iphone/search-right.png) no-repeat scroll top right;
	display:block;
	float:left;
	line-height:31px;
	height:31px;
}

.searchField2 span {
	padding-left:28px;
	background: url(/Images/iphone/search-left.png) no-repeat scroll top left;
	display:block;
	height:31px;
}	

a.myButton {
	padding-right:5px;
	background: url(/Images/iphone/right-button.png) no-repeat scroll top right;
	display:block;
	float:left;
	height:52px;
	cursor:pointer;
}

a.myButton span {
	padding-left:5px;
	background: url(/Images/iphone/left-button.png) no-repeat scroll top left;
	display:block;
	height:52px;
}

a.myButton:active {
	background-position: bottom right;
	outline:none;
}


a.myButton:active span {
	background-position: bottom left;
}

a.myButton:active span img {
	padding-top:2px;
}

.yui-ac-input {
	position:relative;
	width:auto;
}

input[type=text]:focus {
	outline:0 none;
}


.yui-skin-sam .yui-ac-content {
	border:0;
	position:absolute;
	top:26px;
	left:0px;
	background-color: rgba(0,0,0,0.7);
	color:white;
	/* height:280px;overflow:auto;overflow-x:hidden;  set scrolling */
	text-align:center;
	width:320px;
/*
	border:4px solid white;
	-webkit-border-radius: 4px;
	-webkit-box-shadow: 5px 5px 5px black;
*/
}

.bold {
	font-weight: bold;
	color:#3B5998;
}

.selected {
	border: 4px solid black;
	-webkit-border-radius: 4px;
}

.thumb, .imageview {
	border: 2px solid black;
	-webkit-border-radius: 2px;
}

#thumbview { height:104px;overflow:hidden }

.imageview { width:126px; height:168px; margin-left:20px; }
.thumb, .selected { margin:2px;width:66px;height:88px; cursor:pointer }

#matchview {
	width: 320px;
	height: 238px;
	overflow:hidden;
}

.matchview {
	width:300px;
	padding-top:10px;
	height:226px;
    background-color: #D5DEE5;
	-webkit-border-radius: 10px;
	-webkit-box-shadow: 5px 5px 5px black;
	/* -webkit-transition: opacity 0.25s linear; */
}

.button, .barItem, .searchField {
	margin-top:7px;
	margin-left:4px;
	float:left;
}

.button {
	color:white;
	line-height:30px;
	font-weight:bold;
	font-size:12px;
}

.barItem {
	margin-top:9px;
	font-weight:bold;
	font-size:21px;
	text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px;
	color:white;
}

.searchField {
	height:31px;
	border-width:0px 14px 0 24px;
	-webkit-border-image: url(/Images/iphone/search.png) 0 14 0 24 repeat stretch; 
}

.normalButton, .doneButton {
	padding-left:7px;
	padding-right:7px;
}

.doneButton {
	border-width:0px 5px 0 5px;
	-webkit-border-image: url(/Images/iphone/done.png) 0 5 0 5 repeat stretch; 
}

.normalButton {
	border-width:0px 5px 0 5px;
	-webkit-border-image: url(/Images/iphone/button.png) 0 5 0 5 repeat stretch; 
}

.backButton {
	border-width:0px 8px 0 12px;
	-webkit-border-image: url(/Images/iphone/back.png) 0 8 0 12 repeat stretch; 
}

.bigButton, .bigButton2 {
	cursor:pointer;
	margin:6px;
	border: 4px solid black;
	background:url(/Images/iphone/bar2.gif);
	background-repeat: repeat-x;
	-webkit-background-size: 100% 100%;
	-webkit-border-radius:10px;
	color:white;
	font-weight:bold;
	font-size:20px;
	text-align:center;
}

.bigButton {
	width:274px;
}

.bigButton2 {
	width:111px;
	height:50px;
	padding:10px;
	float:left;
	text-shadow: 2px 2px 2px black;
}

.arrow {
	padding:16px 6px 16px 6px;
}

#ratingBox { display:none; width:130px;}
#bioBox {float:left; text-align:center; margin-left:10px; padding-left:4px; padding-right:4px; width:150px; height:60px;}
#background { height:416px;overflow:hidden }
#touchBox {overflow:hidden; width:242px; max-width:242px; float:left}
#body { position:absolute; top:120px; left:0px; width:320px; }

#menubar { 
	width:320px; 
	height:44px; 
	background-image: url(/Images/iphone/bar.gif);
	-webkit-transition:top 0.5s linear 
}

#commentBox { margin-left: 10px; }

