
.invite_smallform {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
	display: inline;
	position:absolute;
	left:138px;
	bottom:21px;
	}

.invitebox {
	background: none;
	width: 105px;
	color: #495D5C;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 4px 0px 3px 5px;
	border:0px;
	display: inline;
	}
	

.invitebutton {
	background: none;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Times New Roman, Trebuchet MS;
	margin: 0px 0px 0px 5px;
	padding: 3px 3px 2px 3px;
	font-weight: bold;
	border:0px;
	text-indent:-9999px;
	width:55px;
	height:30px;
	overflow:hidden;
	cursor:pointer

}
	


.inviteform {
	margin: 0px auto;
	padding: 0px;
	overflow: hidden;
	display: block;
	width:450px;
}

.inviteform fieldset{border:0; padding:10px 0; }
.inviteform fieldset.friend_fields{padding-top:20px; border-top:1px solid #dddddd; }

.inviteform input.text{
	width:200px;
	float:left;
}
.inviteform textarea.text{
	width:200px;
	height:100px;
	float:left;
}
.inviteform label{
	width:200px;
	display:block;
	font-weight:bold;
	float:left;
}

.clear{clear:both; }
.err{font-size:11px; color:#761a0f; font-weight:bold; line-height:20px; height:20px; }

