.registrationFormTitle{}
.registrationFormText{}

table.registrationFormTable{padding:0px; margin:20px 0px 0px 0px; border:0px; border-collapse:collapse;}
	.registrationFormRowOdd{background-color:#f6f6f6;}
	.registrationFormRowEven{}
	.registrationFormLabelCell{font-weight:bold; text-align:right; padding:5px; border-bottom:solid 1px #ddd;}
	.registrationFormInputCell{padding:5px; border-bottom:solid 1px #ddd;}
		.registrationAvatar{
			background-position:50% 50%; background-repeat:no-repeat; background-color:#fff;
			width:102px; height:102px; border:solid 1px #bbb; margin-top:5px;
		}
		.registrationBalance{font-weight:bold; font-size:20px;}
	
.registrationInputText{width:350px;}
.registrationInputButton{padding:2px 4px; border:solid 1px #aaa;}

.registrationFormError{color:#990000; font-size:10px; display:block; padding:5px 0px 5px 0px;}

/* -=- User Details  -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.userOuter{padding:20px 10px;}
	.userImage{background-position:50% 50%; background-repeat:no-repeat; border:10px solid #E5E5E5; display:block; height:102px; width:102px; float:left;
				-moz-border-radius:6px; -webkit-border-radius:6px; border-radius:6px;}
	.userDetails{float:right; width:750px;}
		.userDetails h3{border:0;}
		
	.userR4RDetails td{padding:2px 5px; vertical-align:top;}

.userFeedbackContentOuter{float:right; margin-top:2px; width:609px; padding-left:19px; background-repeat:no-repeat; background-position:0 16px;}


.detailEditTabs{height:46px; border-bottom:dashed 1px #c7c7c7; background-image:url(images/tab_back.gif); background-repeat:repeat-x;}
	.detailEditTab, .detailEditTabCurrent{font-size:16px; color:#283D1A; font-weight:bold; padding:13px 21px; line-height:46px; outline:none;}
		.offerTab{color:red;}
	.detailEditTabCurrent{background-color:#fff; border:dashed 1px #c7c7c7; border-bottom:0; padding:13px 20px; position:relative; top:2px;}
	
	.detailWatchlist, .detailListings, .detailBooked, .detailAuctions, .detailBookings, .detailQuestions{display:none;}
	.detailEdit, .detailWatchlist, .detailListings, .detailBooked, .detailAuctions, .detailBookings, .detailQuestions{border:dashed 1px #d7d7d7; padding:20px; border-top:0;}
	
	.profileBookedRooms, .profileBidsCurrent{width:100%; margin-top:10px;}
		.profileBookedRooms th, .profileBidsCurrent th{text-align:left; padding:2px 5px; border-bottom:1px solid #687D5A;}
		.profileBookedRooms td, .profileBidsCurrent td{padding:2px 5px; border-bottom:1px solid #BAC9A3;}
	.profileBidsCurrent{margin-bottom:30px;}
	.profileBookedRooms td{vertical-align:top;}
		.bidAmount{text-align:right !important;}
		td.bidLeading, .paid, .bundleConfirmed{color:#4B6F2D; font-weight:bold;}
		td.bidOverbid, .notPaid, .bundleUnconfirmed{color:#FF444E; font-weight:bold;}

	.questionOuter{padding:5px;}
	.questionAnswerTextarea{width:740px; height:44px; margin-right:10px;}
	.questionDelete{background-image:url(../com_room4rent_listings/images/close.png); background-position:top left; background-repeat:no-repeat; padding:4px 10px 5px 30px; margin-top:10px; color:#4B6F2D;}