/* Css for wish screens*/
#WishEntryWrapper{
	width  	 : 100%;
	height	 : auto;
	overflow : hidden;
}

#WishDescriptionDiv{
    clear:both;
	padding-top : 4px;
}

#WishEntryVoteDiv{
    margin-left:85px;
    margin-top:1px;
}

#WishVoteDiv{
    width:575px;
}

#voteDiv{
	width : 275px;
	float : right;
	margin-right : 10px;
}

#VoteButtonTD{
	*width:70px;
}

#NewWishWrapper{
	width : 100%;
	height : auto;
	overflow : hidden;
}

#NewWishTopLeftDiv{
	width : 43%;
	float : left;
}

#NewWishUploadDiv{
	width : 57%;
	float : right;
}

#NewWishBottomDiv{
	clear : both;
}

/* End */