.profile-form div img {
	vertical-align: middle;
	padding-right: 6px;
}

form.import-form {
	margin: 0em 0 0 0;
}
form.import-form h3 {
	font-size: 115%;
	font-weight: bold;
	padding-left: 26px;
	margin: 0 0 .5em 0;
}
form.import-form input.wide {
	width: 18em !important;
}
form.import-form input.narrow {
	width: 10em !important;
	margin-right: 1em;
}
form.import-form div {
	width: 100%;
	padding: 0 0 0.6em 1em;
	line-height: 1.4em;
}
form.import-form label {
	width: 10em;
	height: 1.4em;
	line-height: 1.4em;
	float: left;
	font-size: 85%;
	font-weight: bold;
}
form.import-form input.form-text {
	width: 20em;
	float: left;	
	line-height: 1.4em;	
}
#grabber-holder {
	margin: 10px 5px 5px 5px;
}
#gmail-grabber-box {
	background: transparent url(../img/address-google.gif) top left no-repeat;
}
#yahoo-grabber-box {
	background: transparent url(../img/address-yahoo.gif) top left no-repeat;
}
#aol-grabber-box {
	background: transparent url(../img/address-aol.gif) top left no-repeat;
}
#lycos-grabber-box {
	background: transparent url(../img/address-lycos.gif) top left no-repeat;
}
#msn-grabber-box {
	background: transparent url(../img/address-hotmail.gif) top left no-repeat;
}
table.grabbed-emails {
	background-color: #eeeeee;
}
table.grabbed-emails td {
	padding: 1px;
	background-color: #dddddd;
}
table.grabbed-emails thead td {
	background-color: #666666;
	color: #f6f6f6;
	font-weight: bold;
}
table.grabbed-emails tbody td {
	padding: 7px;
}
 
#wrapper, #contents {
	background: #fff url(../img/main-back-profile.gif) no-repeat;
}

#wrapper {
	/*padding-top: 15px;*/
	padding-top: 8px;
}

.profile-header {
    color: #666;
    /*background: #e1dfd2;*/
	background: #d9d9d9;
    margin: 0 -15px;
    position: relative;
}
/* bsw */
div.profile-header h2 {
	margin-bottom: -2px;
	font-size: 150%;
}
div.profile-header .profile-member-desc {
	line-height: 1.2em;
}/* IE6 */
/* bsw */

.sidebar {
	width: 300px !important;
    padding-top: 0;
    clear: right;
	min-height: 250px;
}

.sidebar h3 {
    /*color: #6ea432;*/
	color: #474747;
    margin-bottom: 0.2em;
}

.main {
    margin-right: 330px;
}

.profile-nav {
    /*background: #e1dfd2 !important;*/
	background: #d9d9d9 !important;
    padding: 0 !important;
    margin: 0;
}

.profile-nav li {
    position: relative;
    left: 15px;
    margin: 0 2px 0 0 !important;
    list-style: none;
}

.profile-nav li a, .profile-nav li span {
    min-width: 4.5em;
}

.profile-nav li a, .profile-nav li span, .profile-nav li {
    background-image: url(../img/tab-back-profile.png) !important;
    font-size: 95% !important;
    /*border-color: #e1dfd2 !important;*/
	border-color: #d9d9d9 !important;
}

.profile-nav li.active a, .profile-nav li.active span, .profile-nav li.active {
    border-color: #fff !important;
}

/* vcard and header */

.vcard {
    padding: 0 15px 20px 20px;
    color: #6d674f;
    min-height: 60px;
}

.vcard .photo {
    border: 1px solid #ccc;
    padding: 6px;
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
}

.vcard h2 {
    margin: 5px 0 0.05em 0;
    color: #4b4630;
}

.vcard-side {
    float: right;
    width: 300px;
    position: relative;
    margin-left: 20px;
}

.vcard-side a.profile-photo-prompt, .vcard-side a.profile-photo-prompt:link, .vcard-side a.profile-photo-prompt:visited {
    /*background: transparent url(../img/profile-self-change-this-photo.gif) no-repeat scroll 0pt 0pt !important;*/
    display: block !important;
    height: 26px !important;
    position: absolute !important;
    right: 6px !important;
    top: 101px !important;
    width: 120px !important;
    z-index: 20;
}

.vcard-side a.profile-photo-prompt:hover, .vcard-side a.profile-photo-prompt:active {
    /*background: transparent url(../img/profile-self-change-this-photo.gif) no-repeat scroll 0pt -26px !important;*/
}

.vcard-side ul, .vcard-side li {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vcard-side li {
	background: #f3f1e7 url(../img/profile-links.gif) 0 100% no-repeat;
	padding-bottom: 3px;
	width: 150px;
	margin: 5px 0 0 0;
	position: relative;
    top: 15px;
}

.vcard-side li a {
    display: block;
    background: url(../img/profile-links.gif) 0 0 no-repeat;
    font-weight: bold;
    text-decoration: none;
    padding: 6px 10px 2px 34px;
    font-size: 85%;
}

.vcard-side li.add-shout a {
	background-position: -150px 0;
}

.vcard-side li.add-shout-new a {
	background-position: -150px 0;
	color: #c00;
}

.vcard-side li.remove-network a {
	background-position: -300px 0 !important;
}
.vcard-side li.removed-network a {
	background-position: -450px 0 !important;
}
.vcard-side li.added-network a {
	background-position: -620px 0 !important;
}

.hidden {
    display: none;
}

/* summary lists */

.sum {
    color: #999;
    border-bottom: 1px solid #dfdfdf;
    padding: 10px 0 10px 47px;
    min-height: 30px;
    position: relative;
    clear: left;
    overflow: hidden;
}

.main .sum {
    padding-right: 15px;
}

.sum h3 {
    color: #999;
    letter-spacing: normal;
    font-size: 100%;
    padding-top: 2px;
    margin-bottom: 2px;
}

.sum-v h3, .sum-v .sum-d, .sum-p h3, .sum-p .sum-d, .sum-s-c .sum-d, .sum-s-c h3 {
    padding-left: 36px;
}

.sum h3 img {
    position: absolute;
    left: 43px;
    top: 10px;
    padding: 1px;
    border: 1px solid #a3c1e5;
    text-decoration: none;
}

.sum a.buy-count {
    display: block;
    position: absolute;
    left: 4px;
    top: 8px;
    text-align: center;
    /*font-size: 110%;*/
	font-size: 80%;
    letter-spacing: -0.07em;
    color: #999999;
    font-weight: bold;
    text-decoration: none;
    width: 36px;
    height: 30px;
    padding: 3px 0 0 0;
    margin-top: 2px;
    background: url(../img/shade-compact.gif) no-repeat;
}

.sum-a .user-image, .sum-u .user-image, .sum-s .user-image {
    position: absolute;
    left: 4px;
    top: 8px;
    border-color: #ccc;
    padding: 1px;
}

.sum-s a.buy-count {
	left: 41px !important;
    top: 5px !important;
}

.sum-a span, .sum-u span, .sum-s span {
    font-size: 85%;
}

.sum blockquote {
    margin: 0.5em 0 1em 8px;
    padding-left: 26px;
    background: url(../img/quote.gif) 2px 0 no-repeat;
    color: #666;
}

.sum-s blockquote {
    background-image: url(../img/quote-shout.gif);
}

.sum-s blockquote a {
    font-weight: bold;
    line-height: 1.3;
}

.shout-back {
	margin-left: 10px;
}

.sum-s blockquote span {
    font-size: 85%;
    display: block;
    margin: 0.5em 0 0 0;
}

.sum-friend {
    float: right;
    text-align: right;
    margin: 3px 0 3px 20px;
    padding: 4px 4px 4px 16px;
    background: #e0efd1 url(../img/friend-arrow.gif) 0 50% no-repeat;
    white-space: nowrap;
    font-size: 85%;
    font-weight: bold;
    color: #5c862e;
}
.sum-friend a img {
	/*
    background: #b2c1a1;
    border: 1px solid #a5cc7a;
	*/
	background: #b2c1a1;
    border: 1px solid #a5cc7a;
    margin: 0 2px;
    vertical-align: middle;
}

.sum-d {
    font-size: 85%;
}

.sum-d a {
	text-decoration: underline;
	color: #999;
}

.sum-n .sum-d strong {
	color: #a78a26 !important;
}

.sum-v .sum-d strong {
    color: #810000 !important;
}

.sum-p .sum-d strong {
    color: #197473 !important;
}

/*
.sum strong.action-c { color: #197473 !important; }
.sum strong.action-d { color: #a7268a !important; }
.sum strong.action-f { color: #f812aa !important; } 
.sum strong.action-p { color: #810000 !important; }
*/
/*.sum strong.action-c { color: #197473 !important; }*/
.sum strong.action-c { color: #0054a3 !important; }
/*
.sum strong.action-d {
	color: #a7268a !important;
}
*/
.sum strong.action-recommend {
	color: #358a15 !important;
}
.sum strong.action-bury {
	color: #a12a2a !important;
}
.sum strong.action-f { color: #f812aa !important; } 
.sum strong.action-p { color: #810000 !important; }

.sum-a h3 {
    padding-top: 0;
    line-height: 1.3;
}

.sidebar .sum-u {
    padding-top: 18px;
    padding-bottom: 0;
    min-height: 48px !important;
    border: none;
    width: 240px; /*required*/
}

.sum-u {
    padding-left: 64px;
    min-height: 54px;
}

.sum-u .user-image {
    top: 10px;
}

.sum-u ul {
    font-size: 85%;
    margin: 0;
    padding: 0;
    float: right;
    list-style: none;
    text-align: right;
}

.sidebar .sum-u ul {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	min-width: 1em;
	clear: right;
}

.status-fan, .status-friend, .status-mentor {
    padding: 5px 0 5px 23px;
    font-size: 85%;
    margin: 0.2em 0 0 0;
    background: url(../img/profile-follower.gif) 0 4px no-repeat;
}

.status-fan {
	background: url(../img/profile-follower.gif) 0 4px no-repeat;
}
.status-friend {
    background-image: url(../img/profile-friends.gif);
}
.status-mentor {
    background-image: url(../img/profile-mentor.gif);
}

.sidebar .active {
    float: right;
    margin-top: 1em;
}

.sidebar .status-fan strong, .sidebar .status-friend strong, .sidebar .status-mentor strong {
    font-weight: normal;
}


.status-fan strong, .status-friend strong, .status-mentor strong {
    padding-right: 2em;
}

.status-friend strong {
	color: #358a15;
}

.status-friend a, status-fan a, status-mentor a {
    white-space: nowrap;
}

.sum-u .now {
    color: #c00;
}

.buy-unbuy {
	float: right;
	font-size: 85%;
	color: #ffffff !important;
	font-weight: bold;
	display: block;
	margin: 5px 0 0 0;
	padding: 1px 3px;
	text-decoration: none;
	background-color: #8b0000;
	/*border: 1px solid #ff0000;*/
	min-width: 3.6em;
	text-align: center;
}

/* side menu */

.side-menu, .side-menu li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.side-menu {
    border-top: 1px solid #b1cde7;
    margin-bottom: 1.5em;
}

.side-menu a {
    display: block;
    border-bottom: 1px solid #b1cde7;
    padding: 4px 10px 4px 32px;
    background: url(../img/menu-all.gif) no-repeat -400px -10px;
    font-size: 85%;
    font-weight: bold;
    text-decoration: none;
    text-transform: lowercase;
}

.side-settings a {
    background-image: url(../img/menu-settings.gif);
}

.side-menu a.current {
    /*background-color: #a5cc7a;*/
	background-color: #4f4f4f;
    color: #fff;
    background-position: 0 -10px;
    margin: -1px 0 1px -14px;
    border-bottom: none;
    padding-left: 37px;
}

.side-comment a, .side-userimage a { background-position: -400px -50px; }
.side-comment a.current, .side-userimage a.current { background-position: 0 -50px; }

.side-submitted a, .side-email a { background-position: -400px -90px; }
.side-submitted a.current, .side-email a.current { background-position: 0 -90px; }

.side-voted-on a, .side-password a { background-position: -400px -130px; }
.side-voted-on a.current, .side-password a.current { background-position: 0 -130px; }

.side-upcoming a, .side-topics a { background-position: -400px -170px; }
.side-upcoming a.current, .side-topics a.current { background-position: 0 -170px; }

.side-favorite a, .side-editprofile a { background-position: -400px -210px; }
.side-favorite a.current, .side-editprofile a.current { background-position: 0 -210px; }

.side-shout a, .side-remove a { background-position: -400px -250px; }
.side-shout a.current, .side-remove a.current { background-position: 0 -250px; }

.side-network a, .side-blog a, .side-friend a, .side-mentor a { background-position: -400px -290px; }
.side-network a.current, .side-blog a.current, .side-friend a.current, .side-mentor a.current { background-position: 0 -290px; }

.side-fan a, .side-view a { background-position: -400px -330px; }
.side-fan a.current, .side-view a.current { background-position: 0 -330px; }

.side-profile a { background-position: -400px -370px; }
.side-profile a.current { background-position: 0 -370px; }

.side-shoutin a { background-position: -400px -410px; }
.side-shoutin a.current { background-position: 0 -410px; }

.side-add a { background-position: -400px -450px; }
.side-add a.current { background-position: 0 -450px; }

.side-address a { background-position: -400px -490px; }
.side-address a.current { background-position: 0 -490px; }


.side-menu em {
    float: right;
    color: #c00;
    font-style: normal;
    font-weight: normal;
}

.shout-audio-captcha {
    cursor: pointer;
}

.side-menu a.menu-disabled, .side-menu a.menu-disabled em {
	color: #999;
	cursor: text;
	font-weight: normal;
}

.side-menu span {
    float: right;
    color: #666;
    font-style: normal;
    font-weight: normal;
}

.side-menu .current em, .side-menu .current span {
	color: #fff;
}

/* settings table */
/* Screws up nav header
table {
    border-collapse: collapse;
    margin: 0 0 1em 0;
    width: 100%;
    border-bottom: 1px solid #ddd;
}

th {

    font-weight: bold;
    text-align: left;
}

td, th {
    padding: 10px;
    font-size: 85%;
}

td {
    border-top: 1px solid #ddd;
}
*/

.set-col {
    text-align: center;
    width: 80px;
}

th.set-tab {
    margin: 0;
    padding: 0;
    /*border-bottom: 2px solid #A5CC7A;*/
	border-bottom: 2px solid #474747;
}
th.set-tab div.tab {
    font-size: 105%;
}

th.set-col {
    vertical-align: bottom;
}

th .tab {
    border: none;
    font-size: 115%;
    margin-top: 0;
}

th .tab h3 {
    height: 1.4em;
}

.access-options {
    padding: 0 0 3em 10px;
}

.access-options div {
    padding: 10px 0 0 20px;
    white-space: nowrap;
}

/* user image form */

#user-image img {
    margin: 5px;
}

/* user info form */

.social-links {
	padding-top: 1em;
	position: relative;
}

.social-links ul {
/*	padding-left: 160px;
*/}

.profile-form div {
    padding: 10px 0 10px 10px;
    clear: left;
    border-bottom: 1px solid #ddd;
    position: relative;
}

.profile-form div.submit {
	border: none;
	margin-top: 1em;
}

.profile-form div .form-note,
.profile-form div .form-note-static {
    position: absolute;
    z-index: 80000;
    left: 380px;
    top: 5px;
    border: 0;
    padding: 5px 0 6px 22px;
    display: block;
    background: #fff url(../img/note-info.gif) 1px 6px no-repeat !important;
}

.social-links .profile-form div {
	border: 0 !important;
}

.profile-form div .form-note-static {
    display: block;
}

.profile-form div .form-error {
    position: absolute;
    z-index: 80000;
    left: 380px;
    top: 5px;
    border: 0;
    padding: 6px 0 6px 20px;
    display: block;
    background: #fff url(../img/note-info.gif) 1px 6px no-repeat;
    color: red;
}



.profile-form p {
    clear: left;
    margin: 0;
    padding: 1em 0 0 170px;
}

.profile-form label, .profile-form dt {
    display: block;
    float: left;
    width: 150px;
    font-weight: bold;
    font-size: 85%;
    padding: 5px;
    margin: 0;
}

.change-email-form label {
	width: 200px;
}

.gallery .profile-form label {
	width: 190px;
	padding-right: 10px;
}

.profile-form label.inline {
    display: inline;
    float: none;
    width: auto;
    font-weight: bold;
    font-size: 85%;
    padding: 0 0 0 5px;
}

.profile-form input.form-text {
    width: 200px;
}

.profile-form textarea.form-text {
    width: 200px;
    height: 7em;
}

.profile-form ul {
    margin: 1em 0 0 140px;
}

.profile-form ul, .profile-form ul a {
    color: #666;
}

.profile-form dl {
    margin: 0;
}

.profile-form dt {
    font-size: 85%;
    font-weight: bold;
    padding-top: 2px;
}

.profile-form .form-foot {
	padding-left: 170px;
}

.button-inline {
    font-size: 85%;
    margin-left: 2em;
}

#link-new, #im-new {
    width: 150px;
}

/* link icons */

.link {
    background: url(../img/profile-network.gif) 0 50% no-repeat;
    margin-top: 3px;
    padding: 2px 0 3px 24px;
    list-style: none;
    margin-left: 0;
}

.43things { background: url(../img/profile-network.gif) 0px 0 no-repeat !important; }
.bebo { background: url(../img/profile-network.gif) 0 -40px no-repeat !important; }
.catster { background: url(../img/profile-network.gif) 0 -80px no-repeat !important; }
.delicious { background: url(../img/profile-network.gif) 0 -120px no-repeat !important; }
.digg { background: url(../img/profile-network.gif) 0 -160px no-repeat !important; }
.dodgeball { background: url(../img/profile-network.gif) 0 -200px no-repeat !important; }
.dogster { background: url(../img/profile-network.gif) 0 -240px no-repeat !important; }
.dopplr { background: url(../img/profile-network.gif) 0 -280px no-repeat !important; }
.facebook { background: url(../img/profile-network.gif) 0 -320px no-repeat !important; }
.flickr { background: url(../img/profile-network.gif) 0 -360px no-repeat !important; }
.goodreads { background: url(../img/profile-network.gif) 0 -400px no-repeat !important; }
.h15 { background: url(../img/profile-network.gif) 0 -440px no-repeat !important; }
.jaiku { background: url(../img/profile-network.gif) 0 -480px no-repeat !important; }
.lastfm { background: url(../img/profile-network.gif) 0 -520px no-repeat !important; }
.linkedin { background: url(../img/profile-network.gif) 0 -560px no-repeat !important; }
.lj { background: url(../img/profile-network.gif) 0 -600px no-repeat !important; }
.mog { background: url(../img/profile-network.gif) 0 -640px no-repeat !important; }
.multiply { background: url(../img/profile-network.gif) 0 -680px no-repeat !important; }
.myspace { background: url(../img/profile-network.gif) 0 -720px no-repeat !important; }
.newsvine { background: url(../img/profile-network.gif) 0 -760px no-repeat !important; }
.ning { background: url(../img/profile-network.gif) 0 -800px no-repeat !important; }
.orkut { background: url(../img/profile-network.gif) 0 -840px no-repeat !important; }
.pandora { background: url(../img/profile-network.gif) 0 -880px no-repeat !important; }
.pownce { background: url(../img/profile-network.gif) 0 -920px no-repeat !important; }
.reddit { background: url(../img/profile-network.gif) 0 -960px no-repeat !important; }
.revision3 { background: url(../img/profile-network.gif) 0 -1440px no-repeat !important; }
.sonicliving { background: url(../img/profile-network.gif) 0 -1000px no-repeat !important; }
.stumbleupon { background: url(../img/profile-network.gif) 0 -1040px no-repeat !important; }
.tabblo { background: url(../img/profile-network.gif) 0 -1080px no-repeat !important; }
.tagworld { background: url(../img/profile-network.gif) 0 -1120px no-repeat !important; }
.technorati { background: url(../img/profile-network.gif) 0 -1160px no-repeat !important; }
.tribe { background: url(../img/profile-network.gif) 0 -1200px no-repeat !important; }
.twitter { background: url(../img/profile-network.gif) 0 -1240px no-repeat !important; }
.upcoming { background: url(../img/profile-network.gif) 0 -1280px no-repeat !important; }
.vox { background: url(../img/profile-network.gif) 0 -1320px no-repeat !important; }
.youtube { background: url(../img/profile-network.gif) 0 -1360px no-repeat !important; }
.zooomr { background: url(../img/profile-network.gif) 0 -1400px no-repeat !important; }
.generic { background: url(../img/social_favicons.gif) 0 -497px no-repeat !important; }
.aim { background: url(../img/profile-im.gif) 0 -0 no-repeat !important; }
.icq { background: url(../img/profile-im.gif) 0 -40px no-repeat !important; }
.gtalk { background: url(../img/profile-im.gif) 0 -80px no-repeat !important; }
.msn { background: url(../img/profile-im.gif) 0 -120px no-repeat !important; }
.yahoo { background: url(../img/profile-im.gif) 0 -160px no-repeat !important; }
.jabber { background: url(../img/profile-im.gif) 0 -200px no-repeat !important; }
.skype { background: url(../img/profile-im.gif) 0 -240px no-repeat !important; }

.social-links ul.compact {
	padding-left: 175px;
}

/* sidebar pieces */

.favorite-topics {
   clear: left;
}

.favorite-topics li, .stats li {
    color: #999;
    clear: left;
}

.stats, .stats li {
    margin: 0;
    padding: 5px 0 0 5px;
    list-style: none;
    clear: both;
}

.favorite-topics em, .stats em {
    float: right;
    font-size: 85%;
    padding: 3px 15px 0 10px;
    display: block;
    font-style: normal;
}

/* photo gallery styles */

.photo-caption {
	padding: 0 0 10px 30px;
	margin-top: -15px;
}

.gallery div.form-note {
	visibility: visible !important;
}

.photo-sort h3 {
	display: inline;
	margin-right: 1em;
}

a.gallery-add-photo:link,
a.gallery-add-photo:visited {
	margin-left: 1em;
	padding-left: 25px;
	border-left: 1px #ddd solid;
	text-decoration: none;
	background: none;
	font-size: 75%;
	background: url(../img/link-edit.gif) no-repeat scroll 6px 50%;
}
a.gallery-add-photo:hover,
a.gallery-add-photo:active {
	text-decoration: underline;
}

.profile-photo-summary {
    border: 0 !important;
	clear: left;
	height: 70px;
}

.profile-photo-summary em.photo {
    height: 60px;
    width: 60px;
    display: block;
}

.profile-photo-summary a, .photo-list a {
    padding: 3px;
    border: 1px solid #a3c1e5;
    margin: 5px 0 5px 5px;
    display: block;
    float: left;
    position: relative;
    text-decoration: none;
}

.profile-photo-summary span, .photo-list span {
    position: absolute;
    display: block;
    width: 48px;
    background: url(../img/photo-reply.png) 100% 50% no-repeat;
    bottom: 0;
    right: 3px;
    font-size: 85%;
    padding: 0 12px 0 0;
    text-align: right;
    font-weight: bold;
}

.photo-list, .photo-list li {
    list-style: none;
    margin: 1.5em 0 0 0;
    padding: 0
}

.photo-list li {
    width: 164px;
    height: 164px;
    margin: 3px;
    float: left;
    text-align: center;
}

.profile-photo-summary a:hover, .photo-list a:hover {
    border-color: #105cb6;
    cursor: pointer; /*for ie6*/
}

.photo-full {
    margin: 2em;
    padding: 10px;
    border: 1px solid #ddd;
}

/*email form */

form#invite-form {
    margin-top: 4em;
}

form#invite-form-register {
    margin-top: 40px;
    width: 780px;
}

form#invite-form h3 {
	/*color: #6ea432;*/
	color: #474747;
}

.send-note {
    margin-bottom: 2em;
}

#invite-form .send-side {
    width: 250px;
    float: left;
    clear: none;
    padding-right: 30px;
}

#invite-form .send-main {
    width: 300px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    padding: 20px;
    float: left;
    clear: none;
}

#invite-form .send-main input, #invite-form .send-main textarea {
    margin-bottom: 0.8em;
    display: block;
}

#invite-form .send-side input {
    width: 250px;
    margin-top:  0.8em !important;
    display: block;
}

#invite-form input.button1 {
	font-size: 85%;
}

.send-main .from em {
    color: #aaa;
    font-style: normal;
}

.send-main .from, .send-main label {
    font-size: 85%;
    font-weight: bold;
    color: #817A71;
    padding: 0 0 5px 0;
}

.send-note span {
    background: #ffe338;
    color: #827423;
    padding: 5px 10px;
}

.send-main input.form-text-variable, .send-main textarea {
	width: 400px;
}

.send-main textarea {
	height: 6em; 
}

#add-friends {
	border-bottom: 1px solid #ddd;
}

.invite-address, .invite-email {
	display: block;
	padding: 4px 4px 4px 24px;
	margin-top: 1em;
	font-size: 85%;
	font-weight: bold;
	background: url(../img/invite-email.gif) 2px 50% no-repeat;
}

.invite-address {
	background-image: url(../img/invite-address.gif);
}

.invite-table .checkbox {
	width: 20px;
}

.invite-table th {
	font-size: 70%;
	background: #666;
	color: #fff;
}

.invite-table td {
	font-size: 70%;
	font-weight: bold;
	color: #666;
}

.invite-table .table-head {
	margin-top: 15px;
	margin-bottom: 0;
}

.invite-table .table-body {
	max-height: 300px;
	overflow: auto;
	margin-bottom: 1em;
}

.invite-table .table-body table {
	margin-top: 0;
}

.invite-table div.from {
	padding: 0.5em 0;
	font-size: 85%;
	font-weight: bold;
}

.invite-table div.em {
	font-size: 115%;
	font-weight: normal;
}

.invite-table .form-text-variable,
.invite-table textarea {
	width: 80%; 
	margin-bottom: 0.5em;
}

.invite-table label.invite-message {
	display: block;
	font-size: 85%;
	font-weight: bold;
	padding-top: 0.5em;
}

.sum-s blockquote span.more-shout {
    display: none;
    font-size: 1em;
}

.add-search, .add-invite, .add-import {
    float: left;
    display: block;
    padding: 5px 5px 5px 22px;
    margin-top: -3px;
    margin-left: 25px;
    background: url(../img/invite-email.gif) 0 5px no-repeat;
    font-size: 85%;
    font-weight: bold;
}

.add-search {
    background-image: url(../img/invite-search.gif);
}

.add-import {
    background-image: url(../img/invite-address.gif);
}

br.clear {
	clear: left;
}

div.clear {
	clear: left;
	padding-top: 3px;
}

div.form-submit {
	border-bottom: 0 !important;
}

form.profile-history-search {
	color: #333 !important;
	clear: left;
	margin: 0;
	float: right !important;
	text-align: right;
 	width: 50%;
}
form.profile-history-search select {
	margin-right: 5px;
}

form.profile-history-search label {
	font-size: 85%;
}

/* shout form */
div.shout-captcha {
	width: 100%;
}

div.shout-captcha img {
	display: inline;
	margin-top: 0.5em;
}

img#shout-captcha,
img#shout-audio-captcha {
	vertical-align: top !important;
	margin: 0.5em 0.5em 0.5em 0;
}

div.shout-captcha strong {
	margin-right: 0.5em !important;
}

div.shout-captcha input {
	margin-left: 0.5em !important;
}

div.shout-submit {
	width: 100%;
	line-height: 100%;
}

input#shout-submit {
	display: inline !important;
	margin: 0 0.5em 0 0;
}

input#captcha {
	float: left;
	clear: left;
	margin: 0.5em 0.5em 0.5em 0 !important;
}

.c-time {
	padding: 0 0 3px 20px !important;
	background: url(../img/c-time.gif) top left no-repeat;
	color: #50687d;
	white-space: nowrap;
}

div.shout-note {
	background: transparent url(../img/c-time.gif) top left no-repeat;
	padding: 0 0 0 20px !important;
	border: 1px solid red;
	line-height: 100%;
}

/* settings tab */

form.profile-settings td,
form.profile-settings div label {
	font-size: 100%;
}

form.profile-settings th.col-label {
	font-size: 100% !important;
	width: 17%;
}

form.profile-settings .profile-settings-submit {
	margin-bottom: 1em;
}

form.profile-settings div.submit {
	border: none;
	margin-top: 1em;
}

form.email-settings td {
	width: 50% !important;
}

form.email-settings td.set-col  {
	width: 25% !important;	
}

/* tab-menu */

.tab-menu {  
    /*border-bottom: 2px solid #A5CC7A;*/
	border-bottom: 2px solid #474747;
    height: 2.1em;
    clear: left;
    margin-top: 2em;
    padding: 0; /*trust me*/
}

.tab-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.tab-menu ul li {
	display: inline;
	height: 2.1em;
	width: auto;
	margin-right: 
}

.tab-menu li a {
	padding-top: 0.9em;
	background-position: 0 9px;
	padding-right: 15px;
	margin-left: 10px;
	margin-right: 5px;
}

.tab-menu ul li.current {
	/*background: #A5CC7A url(../img/tab-top.gif) 0 0 no-repeat !important;*/
	background: #474747 url(../img/tab-top.gif) 0 0 no-repeat !important;
	display: block;
	float: left;
	padding-left: 5px;
	height: 2.1em;
	margin-right: 10px;
}

.tab-menu ul li.current h3 {
    float: left;
    letter-spacing: normal;
    font-size: 105% !important;
    font-weight: bold !important;
    height: 1.5em;
    text-align: center !important;
    color: #fff;
    font-size: inherit;
    font-weight: inherit;
    padding: 0.6em 20px 0 10px;
    margin: 0 0 0 5px;
    /*background: #A5CC7A url(../img/tab-top.gif) no-repeat 100% 0;*/
	background: #474747 url(../img/tab-top.gif) no-repeat 100% 0;
}

.tab-details-info {
	margin: 0 0 1em 0;
}

.tab-details .shout-captcha label {
	display: block;
}

.bio {
	clear: left;
	margin-top: 0.5em;
	overflow: hidden;
}

/* image cropping tool */

form.form-crop {
	position: relative;
	float: right;
	height: 1px;
	width: 100%;
}

div.photo-crop-container {
	position: relative;	
	margin-right: 250px;
	clear: left;
}

input.form-crop-submit {
	position: absolute;
	top: -2em;
	right: 0px;
	font-size: 100%;
}

.imgCrop_wrap {
	border: 2px solid #333;
}

/* settings: change profile image */

a.delete-user:link, a.delete-user:active, a.delete-user:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 75%;
	color: #a12a2a;
}
a.delete-user:hover {
	color: #8b8b8b;
}

div.member-image-holder {
	margin-top: 10px;
}

div.member-image {
	float: left;
	margin: 0 10px 10px 10px;
	width: 150px;
	height: 175px;
	text-align: center;
	padding: 10px;
	border: 1px solid #eeeeee;
}
div.icon {
	background-color: #eeeeee;
	border: 1px solid #cccccc;
}
div.member-image div.image-options {
	margin: 5px 0;
}
div.member-image div.image-options a {
	font-size: 85%;
}
div.member-image div.image-options a:visited {
	color: #4d6699;
}
div.member-image div#user-icon-header {
	font-weight: bold;
}

form.image-form div {
	margin-bottom: 10px;
}
form.image-form label {
	font-weight: bold;
	font-size: 85%;
}

div.user-profile form.form-button {
	margin: 0;
	display: block;
	/*border: 1px solid black;*/
}

div.user-profile form.form-button input.button {
	font-size: 75%;
	font-weight: bold;
	display: block;
	margin: 0;
	padding: 1px 3px;
	text-decoration: none;
	background-color: #ffffff;
	min-width: 3.6em; /* IE 7 */
	text-align: center;
	border: 0;
	cursor: pointer;
	color: #4d6699;
	/*border: 1px solid red;*/
}
/*
div.user-profile form.form-button input.add {
	color: #008b00;
}
div.user-profile form.form-button input.remove {
	color: #8b0000;
}
*/