* {
	color: #333;
	font-family: Arial, Helvetica, Sans-serif;
}

h1,h2,h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
}

hr {
	border-bottom: 1px solid #dadada;
	border-top: 0px;
	border-left: 0px;
	border-right: 0px;
	margin: 0px;
}

a {
	color: #1B5790;
	outline: 0px;
}

#hd_container {
	overflow: hidden;
	border-bottom: 1px solid #dadada;
	padding-top: 4px;
}

#logo {
	float: left;
	width: 200px;
	padding-bottom: 8px;
}

#logo h1 {
	font-size: 40px;
	font-family: "Lucida Grande", Tahoma, Helvetica, Sans-serif;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-weight: normal;
}

#logo h1 a {
	text-decoration: none;
}

#logo div {
	margin-top: -8px;
}

#user_menu {
	text-align: right;
	font-size: 12px;
}
#user_menu a {
	text-decoration: none;
}

#ft {
    border-top: 1px solid #dadada;
    padding-top: 10px;
}

#content {
	padding: 20px 20px 10px 0px;
}

#right {
	padding-top: 20px;
	/* background: #dadada; */
}

#right h4 {
	background: #DADADA;
	font-weight: bold;
	font-size: 11px;
	padding: 3px 3px 3px 12px;
}

#right ul {
	margin: 0;
	padding: 0 0 16px 0;
}

#right ul li {
	font-size: 11px;
	list-style-type: none;
	margin: 0;
	border-bottom: 1px solid #dadada;
	clear: both;
}
#right ul li a {
	text-decoration: none;
	display: block;
	padding: 3px 3px 3px 12px;
}

#right ul li a em {
	color: #9f9f9f;
	font-style: normal;
}

#right ul.related li img {
	float: left;
	width: 32px;
	height: 32px;
}

#right ul.related li span {
	display: block;
	margin-left: 40px;
}

#right ul.related li b {
display: block;
	clear: both;
}


img.avatar {
	vertical-align: middle;
}

/* 
 * main menu
 */
ul#main_menu
{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:30px;
	font-size:12px;
	font-weight:bold;
	background:transparent url(/images/nav_bg.png) repeat-x top left;
	font-family:Arial, Helvetica, sans-serif;
}

ul#main_menu li
{
	display:block;
	float:left;
	margin:0;
	padding:0;
}

ul#main_menu form {
	float: right;
	margin-top: 5px;
}

ul#main_menu li a
{
	display:block;
	float:left;
	color:#1B5790;
	text-decoration:none;
	font-weight:bold;
	padding:8px 20px 0 20px;
}
	
ul#main_menu li a:hover
{	
	color:#FFFFFF;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;		
}
	

ul#main_menu li a.current
{
	display:inline;
	height:22px;
	background:transparent url(/images/nav_bg.png) 0px -30px no-repeat;	
	float:left;
	margin:0;
}

                    
          
/*
 * Add from URL Form
 */

#urlForm {
	width: 750px;
}

#urlForm label {
	display: block;
	font-size: 16px;
}

#urlForm input {
	font-size: 16px;
	padding: 3px;
	margin-bottom: 15px;
}


/*
 * Create Account Form
 */

#createForm {
	width: 750px;
}

#createForm fieldset {
	border: 0;
	margin: 0;
	padding: 20px;
	float: left;
	width: 200px;
	height: 325px;
}

#createForm fieldset legend {
	font-size: 50px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#createForm fieldset legend span {
	display: none;
}

#createForm fieldset h3 {
	height: 50px;
	font-size: 16px;
}

#createForm fieldset div.help {
	font-style: italic;
	font-size: 11px;
}

#createForm fieldset div.url {
	margin-bottom: 15px;
	width: 200px;
	background-position: center right;
	background-repeat: no-repeat;
}

#createForm fieldset div.url span {
	font-weight: bold;
}

#createForm fieldset label {
	display: block;
	font-size: 16px;
}

#createForm fieldset input {
	font-size: 16px;
	padding: 3px;
	margin-bottom: 15px;
}

#createForm .submit {
	clear: left;
	text-align: right;
}

#createForm #pt4 {
    width: 350px;
}

#createForm #pt4 h3 {
    margin-bottom: 0px;
    padding-bottom: 0px;
}

#createForm #pt4 .submit {
    font-size: 12px;
}
	
.errorbox {
	background-image: url(/images/icons/exclamation.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-color: #fffce4;
	padding: 10px 10px 10px 30px;
	border: 1px solid #fff7b2;
}

.errorbox li {
	margin: 5px;
	list-style-type: disc;
}

.successbox {
	background-image: url(/images/icons/accept.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-color: #d6ffeb;
	padding: 10px 10px 10px 30px;
	border: 1px solid #aae5c8;
}

.successbox li {
	margin: 5px;
	list-style-type: disc;
}


/*
 * Login Form
 */
#loginForm label {
	display: block;
	font-size: 16px;
}

#loginForm input {
	font-size: 16px;
	padding: 3px;
	margin-bottom: 15px;
}

/*
 * New Share Form
 */

#shareFormNew label {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 3px;
}

#shareFormNew label .optional {
	font-size: 12px;
	color: #6b6b6b;
}

#shareFormNew select#category {
	float: left;
	margin-right: 10px;
}

#shareFormNew #categoryBoxes {
	margin-bottom: 15px;
}
#shareFormNew .categoryBox {
	padding-top: 4px;
}

#shareFormNew input#title {
	width: 100%;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 15px;
}

#shareFormNew textarea#description {
	padding: 3px;
	margin-bottom: 15px;
	width: 300px;
	height: 170px;
}

#shareFormNew div#descWrapper {
	overflow: auto;
}

#shareFormNew div#descDiv {
	width: 300px;
	float: left;
}
#shareFormNew div#excerptWrap {
	margin-left: 330px;
}

#shareFormNew div#excerpts {
	height: 150px;
	overflow: auto;
	padding: 0;	
	margin-top: 10px;
}

#shareFormNew div#excerpts p {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 11px;
}

#shareFormNew div#excerpts p a {
	text-decoration: none;
	color: #000;
}

#shareFormNew div#excerpts p a:hover {
	background: yellow;
}

#shareFormNew input#tags {
	width: 100%;
	font-size: 16px;
	padding: 3px;
	margin-bottom: 15px;
}

#shareTop {
	padding-bottom: 20px;
}

.tagsList {
	margin: 0px; 
	margin-top: -10px;
}

.tagsList a.tag {
	display:block;
	float: left;
	background: #DADADA;
	margin:0;
	color: #1B5790;
	padding: 3px;
	margin: 0px 2px 2px 0px;
	text-decoration: none;
}

.tagsList a.tag:hover {
	color: #FFF;
	background: #1B5790;
}

#shareFormNew #img_container {
	width: 100%px;
}

#shareFormNew #img_container label {
	float: left;
	width: 75px;
	height: 109px;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
	text-align:center;
	cursor: pointer;
	font-size: 11px;
}

#shareFormNew #img_container label:hover {
	border: 1px solid #000;
}

#shareFormNew #img_container label span.imgImage {
	display: block;
	width: 75px; height: 75px;
	overflow: hidden;
}

#shareFormNew #img_container label span.imgSize {
	display: block;
	height: 14px;
}

#shareFormNew #img_container label span.imgImage img {
	display: inline;
}


/*
 * Share Form
 */


#shareForm label {
	display: block;
	font-size: 16px;
}

#shareForm label .optional {
	font-size: 12px;
	color: #6b6b6b;
}

#shareForm input {
	font-size: 16px;
	padding: 3px;
	margin-bottom: 15px;
	width: 100%;
}

#shareForm input.radio {
	margin-bottom: 5px;
	width: auto;
}

#shareForm textarea {
	padding: 3px;
	margin-bottom: 15px;
	width: 300px;
	height: 170px;
}

#shareForm div#descWrapper {
	overflow: auto;
}

#shareForm div#descDiv {
	width: 300px;
	float: left;
}
#shareForm div#excerptWrap {
	margin-left: 330px;
}

#shareForm div#excerpts {
	height: 150px;
	overflow: auto;
	padding: 0;	
	margin-top: 10px;
}

#shareForm div#excerpts p {
	margin: 0;
	padding: 0 0 8px 0;
	font-size: 11px;
}

#shareForm div#excerpts p a {
	text-decoration: none;
	color: #000;
}

#shareForm div#excerpts p a:hover {
	background: yellow;
}

/*
#shareForm .tag {
	background: #1B5790;
	color: #fff;
	text-decoration: none;
	margin: 2px 2px 2px 0px;
	font-weight: bold;
	padding: 5px;
	display: block;
}
*/

ul#tags .tag {
display:inline;
background-color:#eee;
border:1px solid;
border-color:#f3f3f3 #bbb #bbb #f3f3f3;
margin:0;
padding:.5em;
zoom: 1; 
}
 
#shareForm #img_container {
	width: 500px;
}

#shareForm #img_container label {
	float: left;
	width: 75px;
	height: 109px;
	padding: 5px;
	border: 1px solid #ccc;
	margin: 5px;
	text-align:center;
	cursor: pointer;
	font-size: 11px;
}

#shareForm #img_container label:hover {
	border: 1px solid #000;
}

#shareForm #img_container label span.imgImage {
	display: block;
	width: 75px; height: 75px;
	overflow: hidden;
}

#shareForm #img_container label span.imgSize {
	display: block;
	height: 14px;
}

#shareForm #img_container label span.imgImage img {
	display: inline;
}

/*
 * right rail
 */
#settingLinks a {
	display: block;
	background: #dadada;
	color: #1B5790;
	padding: 5px;
	margin: 0px 0px 3px 0px;
	text-decoration: none;
	font-weight: bold;
}

#settingLinks a.active {
	background: #1B5790;
	color: #fff;
}

#popular_likes {
	padding: 5px 0 0 12px;
	overflow: hidden;
}

#popular_likes a {
	display: block;
	float: left;
	border: 1px solid #dadada;
	margin: 0 5px 5px 0;
	text-decoration: none;
}

#popular_likes a img {
	display: block;
	width: 60px;
	height: 60px;
	padding: 2px;
}
#popular_likes a span {
	display: block;
	width: 60px;
	height: 60px;
	margin: 2px;
	overflow: hidden;
	font-size: 9px;
	text-transform: uppercase;
	font-family: Tahoma, "Lucida Grande", Sans-serif;
}

/*
 * likes
 */

.tabs {
	border-bottom: 2px solid #1B5790;
	clear: both;
}

.tabs a {
	display: block;
	float: left;
	background: #dadada;
	padding: 3px 8px;
	margin: 2px 2px 2px 0;
	text-decoration: none;
	min-width: 40px;
	text-align: center;
}

.tabs a.active {
	background: #1B5790;
	color: #fff;
	padding: 5px 8px;
	margin: 0 2px 0 0;
}

.nobottomborder {
	border-bottom: 0;
}

.subtabs {
	background: #1B5790;
	padding: 0 0 0 2px;
	border-top: 1px solid white;
}

.subtabs a {
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	padding: 2px 6px 2px 6px;
	min-width: 40px;
	text-align: center;
	font-size: 11px;
	border-right: 1px solid white;
}

.subtabs a.active {
	background: #FFF;
	color: #1B5790;
	padding: 1px 6px 2px 6px;
	border-right: 0;
	margin-left: -1px;
	border-top: 1px solid #1B5790;
}

#likeList {
	padding-top: 20px;
	clear: both;
}

.likeSummary {
	margin: 0px 0px 20px 0px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DADADA;
}

.likeSummary .likeSummaryDetails {
}

.likeSummary .likeSummaryDetails .left {
	float: left;
	width: 120px;
}

.likeSummary .likeSummaryDetails .left div {
	padding-right: 14px;
}
.likeSummary .likeSummaryDetails .left div a {
	display: block;
	border-bottom: 1px solid #DADADA;
	text-decoration: none;
	font-size: 11px;
	padding: 3px 0 3px 4px;
}

.likeSummary .likeSummaryDetails .left div a b {
	color: #1B5790;
}

.likeSummary .likeSummaryDetails .right,
.likeSummary .likeSummaryDetails .right-noimage {
	padding: 0px 10px 0 0px;
}

.likeSummary .likeSummaryDetails .right {
	margin-left: 120px;
}



.likeSummary .likeSummaryDetails .likeMenu {
	font-size: 80%;
	text-decoration: none;
}

h1 {
	font-weight: normal;
	font-size: 22px;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0;
}

h1 a {
	text-decoration: none;
}

h2 {
	font-weight: normal;
	font-size: 16px;
	text-decoration: none;
	font-family: Arial, Helvetica, Sans-serif;
	margin: 0;
}

h2 a {
	text-decoration: none;
}

a.likeSummaryImg {
	display: block;
	float: left;
	height: 106px;
	width: 106px;
	border: 1px solid #ddd;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom:3px;
}

a.likeSummaryImg img {
	float: left;
	height: 100px;
	width: 100px;
	margin: 3px;
}

a.likeSummaryImg span.noimage {
	float: left;
	height: 100px;
	width: 100px;
	margin: 3px;
	background: #DADADA;
}

.likeSummaryDesc {
	font-size: 12px;
	line-height: 17px;
	color: #4d4d4d;
	padding: 8px 0px 5px 0px;
}

.likeSummaryDesc .domain {
    font-size: 90%;
    color: #5a5a5a;
}

.likeSummaryDesc .category {
    font-size: 90%;
    text-decoration: none;
}

a.button {
	border-top: 3px double #DADADA;
	border-left: 3px double #DADADA;
	border-right: 3px double #999;
	border-bottom: 3px double #999;
	padding: 2px;
	color: #999;
	text-decoration: none;
}

a.followbutton {
	border-top: 3px double #DADADA;
	border-left: 3px double #DADADA;
	border-right: 3px double #999;
	border-bottom: 3px double #999;
	padding: 2px;
	color: #999;
	text-decoration: none;
	display: block;
	width: 66px;
}


.likeSummaryTags {
	font-size: 90%;
	padding-top: 6px;
}

.likeSummaryTags a {
}

.likeSummary .likeSummaryDetails .bottom {
	clear: both;
	padding-top: 8px;
}

.likeSummary .likeSummaryDetails .bottom div {
	float: left;
	font-size: 11px;
    padding-top: 3px;
    margin-left: 5px;
}

.likeSummary .likeSummaryDetails .bottom div.likeSummaryUser {
	padding: 0;
	margin: 0;
}

.likeSummaryUser {
	padding: 6px 0 0 0;
	font-size: 90%;
}

.likeSummaryUser a {
    text-decoration: none;
}

.likeSummaryUser img {
    padding: 2px;
    border: 1px solid #dadada;
    vertical-align: middle;
    
}


.right a.liketoo-small {
	margin-top: 10px;
}

/*
 * Profile
 */
#profile {
}

#profile label {
	font-weight: bold;
	width: 150px;
	display: block;
	float: left;
}

#profile h1 {
	color:#333333;
	font-size:1.7em;
	margin:0;
	font-family: "Helvetica", "Arial", san-serif;
}

/*
 * Edit Profile Form
 */
#profileForm label {
	display: block;
	font-size: 16px;
}

#profileForm input {
	font-size: 16px;
	padding: 3px;
	margin-bottom: 15px;
}

#profileForm input.radio {
	margin-bottom: 5px;
	width: auto;
}

#profileForm textarea {
	padding: 3px;
	margin-bottom: 15px;
	width: 500px;
	height: 100px;
}

#profileForm h3 {
	border-bottom: 1px solid #DADADA;
}

#profileForm span {
	color: #727272;
	font-size: 10px;
}

.clear {	
	display: block;
	clear: both;
}

/*
 * Pagination
 */
.pagination {
	float: right;
}

a.addlike {
	display: block;
	text-decoration: none;
	padding: 0px 12px;
	margin-bottom: 5px;
	background: #DADADA;
	font-size: 18px;
	color: #000;
	line-height: 42px;
}

a.invitefriends {
	display: block;
	text-decoration: none;
	padding: 0px 6px;
	margin-bottom: 5px;
	background: #DADADA;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}

a.changelog {
	display: block;
	text-decoration: none;
	padding: 0px 6px;
	margin-bottom: 5px;
	background: #DADADA;
	font-size: 12px;
	line-height: 30px;
	font-weight: bold;
}

a.addlike b {
	color: #FFF;
	font-size: 42px;
	float: left;
	padding-right: 8px;
}

a.addlike:hover {
	background: #1B5790;
	color: #FFF;
}

/*
 * Like Page
 */
 
#like-page p {
	font-size: 12px;
	line-height: 17px;
}

#like-page h1 {
}

#like-byline {
	padding-bottom: 20px;
	font-size: 11px;
	line-height: 16px;
	color: #666;
}

#like-byline a {
	text-decoration: none;
}
 
#like-page-left {
	float: left;
	width: 300px;
}

#like-page-right {
	margin-left: 316px;
	text-align: center;
}

#otherimage {
	font-size: 12px;
	width: 400px;
	padding: 4px 0;
}

a.liketoo-big {
	display: inline-block;
	background: #DADADA;
	color: #000;
	text-decoration: none;
	padding: 3px 10px 3px 8px;
	line-height: 23px;
}
a.liketoo-big b {
	display: block;
	font-size: 22px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-right: 4px;
}

a.liketoo-big:hover {
	color: #FFF;
	background: #1B5790;
}

a.liketoo-small {
	display: inline-block;
	background: #DADADA;
	color: #000;
	text-decoration: none;
	padding: 2px 6px 2px 4px;
	line-height: 16px;
	font-size: 10px;
	text-transform: uppercase;
	font-family: Tahoma, Helvetica, Sans-serif;
}
a.liketoo-small b {
	display: block;
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
	float: left;
	margin-right: 4px;
}

a.liketoo-small:hover {
	color: #FFF;
	background: #1B5790;
}

.userlike-byline {
	clear: both;
}

.userlike-byline .time {
	float: left;
	width: 180px;
	padding-left: 6px;
}

.userlike-byline .user {
	float: left;
	width: 200px;
}
.userlike-byline .user a {
	text-decoration: none;
}

.userlike-byline .actions {
	margin-left: 400px;
	text-align: right;
}

.userlike-details {
	display: none;
	border-top: 1px solid #DADADA;
	clear: both;
	padding: 10px 0;
	margin-top: 6px;
}

.userlike-details .ulimage {
	float: left;
	width: 100px;
}

.userlike-details .desc {
	margin-left: 114px;
	line-height: 17px;
}

.userlike-row {
	border-bottom: 1px solid #DADADA;
	padding: 6px 0;
	font-size: 12px;
}

.userlike-row .tag {
	margin-left: 100px;
	text-align: right;
}
.userlike-row .tag a {
	background: #1B5790;
	color: white;
	text-transform: uppercase;
	font-size: 10px;
	text-decoration: none;
	padding: 0 2px;
}

.userlike-details .same {
	filter:alpha(opacity=25);
	-moz-opacity:.25;
	opacity:.25;
}

.userlike-details a.suggest {
	font-size: 9px;
	font-family: Tahoma, "Lucida Grande", Sans-serif;
	text-transform: uppercase;
	text-decoration: none;
}



.userlike-details .ulimage img {
	width: 100px;
	height: 100px;
	border: 1px solid #1B5790;
	margin: 0;
	padding: 4px;
}

.userlike-details .ulimage img.same {
	padding: 0;
	border: 0;
}

.userlike-details .desc span {
	border: 1px solid #1B5790;
	display: block;
	margin: 0;
	padding: 4px;
}

.userlike-details .desc span.same {
	padding: 0;
	border: 0;
}

.userlike-details .desc h2 {
	border: 1px solid #1B5790;
	margin: 0;
	padding: 4px;
}

.userlike-details .desc h2.same {
	padding: 0 0 4px 0;
	border: 0;
}

.likedBy {
	margin-top: 8px;
}

.likedBy h4 {
	font-weight: normal;
}

.likedBy .likeByPerson {
	line-height: 24px;
	padding-left: 24px;
	background: transparent url(/images/middle-tree.gif) no-repeat 0 0;
}

.likedBy .lastPerson {
	background: transparent url(/images/last-tree.gif) no-repeat 0 0;
}

.likedBy .likeByPerson img {
	vertical-align: middle;
	padding: 2px;
	bordeR: 1px solid #DADADA;
}

.likedBy .likeByPerson a {
	text-decoration: none;
}

#profile {
	padding: 8px;
}

#profile h2 img {
	vertical-align: middle;
	padding: 2px;
	border: 1px solid #DADADA;	
}

#profile h2 {
	margin-bottom: 8px;
}

.verticalLike {
	float: left;
	width: 108px;	
	margin: 0 30px 16px 0;
	height: 244px;
	overflow: hidden;
}

.lastVertical {
	margin-right: 0;
}

.verticalLike h3 {
	clear: both;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	max-height: 38px;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.verticalLike div.desc {
	font-size: 11px;
	line-height: 15px;
}

.verticalLike div.likeCount {
	font-size: 11px;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	margin: 2px 0;
	line-height: 16px;
}

.verticalLike div.likeCount a {
	text-decoration: none;
}

.verticalLike h3 a {
	text-decoration: none;
}

/* search page */

.resultRow {
	margin: 10px 0 10px 0;
}

.resultRow a {
	display: block;
	float: left;
	width: 132px;
	text-decoration: none;
	margin-right: 20px;
}
.resultRow a span {
	display: block;
}
.resultRow a img {
	padding: 2px;
	border: 1px solid #DADADA;
}

#popularHolder {
	padding-bottom: 20px;
}

#popularHolder h1 {
	margin-bottom: 10px;
}

#homeSearch {
	font-size: 24px;
	border: 1px solid #DADADA;
	padding: 24px 0 24px 48px;
	margin-bottom: 24px;
}

.resultBox {
	border: 1px solid #DADADA;
	padding: 12px 0 0 12px;
	margin-bottom: 20px;
}

.resultBox .resultRow a {
	margin-right: 16px;
}

.resultBox h2 {
	font-weight: bold;
}

.resultBox .resultRow img {
}

.resultBox .moreResults {
	clear: both;
	text-align: right;
	padding: 0 12px 12px 0;
	
}

#searchResults h1 {
	margin-bottom: 24px;
}

/* home page */
#homeMain {
	width: 800px;
	margin: 10px auto;
	text-align: left;
	
}

#homeMessage {
	position: relative;
	background: #1B5790;
	padding: 20px 0 20px 20px;
}

#homeMessageLeft {
	float: left;
	width: 390px;
}

#homeMessage p {
	color: #fff;
}

#homeMessageRight {
	margin-left: 430px;
	padding-top: 30px;
}

#homeHeadLeft {
	float: left;
}

#homeHeadLeft h1 {
	font-size: 40px;
}

#homeMessageLeft p {
	line-height: 19px;
}

#homeMessageLeft p strong {
	color: #fff;
}

#homeHeadLeft div {
	padding-bottom: 8px;
	margin-top: -4px;
}

#homeMenu {
	background: #DADADA;
	border: 8px solid #FFF;
	border-left: 0;
	border-right: 0;
}

#homeMenu a {
	display: block;
	float: left;
	padding: 10px 20px;
	text-decoration: none;
}

#homeLogin {
	margin-left: 600px;
	text-align: right;
}

#homeMessage h2 {
	font-size: 32px;
	font-weight: bold;
	color: #fff;
	padding-bottom: 8px;
}

#likeBlocks {
	position: absolute;
	top: 0;
	left: 0;
	width: 784px;
	padding: 8px 0 0 0;
}

#likeBlocks img {
	float: right;
	width: 75px;
	height: 75px;
	margin: 12px 0 0 12px;
	border: 1px solid #FFF;
	padding: 4px;
}

#signupMenu {
	font-size: 18px;
	font-weight: bold;
}
#signupMenu a {
	color: #FFF;
	text-decoration: none;
}

#homeBottom {
	padding-top: 10px;
	
}

#avatarLeft {
	float: left;
}

#avatarRight iframe {
	border: 0;
	height: 75px;
	width: 400px;
}

label .helper {
	margin-left: 300px;
}
