/*
	Home page specific CSS
*/

.autoform {
	display:				block;
	clear:					both;
	float:					left;
/*	width:					280px;*/
	margin: 0;
	padding: 0;
}

.autoform .varchar {
	padding-bottom:			5px;
}

.autoform .varchar .title {
	float:					left;
	clear:					left;
	width:					100px;
	margin-right:			10px;
}

.autoform .varchar .element input {
	float:					left;
	width:					140px;
	
}

.autoform .varchar .hint {
	display:				block;
	clear:					left;
	
	font-size:				7pt;
	font-style:				italic;
	color:					#f00;
}

.autoform .buttons .submit {
	background-image:		url(button_login.gif) no-repeat;
	float: left;
	width:					115px;
	height:					22px;
	padding-right:			20px;
	margin-bottom:			10px;
	border:					0;
	color:					#fff;
	font-size:				10pt;
}

.autoform .buttons {
	display:				block;
	clear:					both;
	float: left;
	width: 118px;
	text-align: left;
	padding-left: 115px;
	margin-left: 0!important;
}

.toprow h3 {
	margin-top:				5px;
}

.faketable  {
	float: left;
	width: 100%;
}

.faketable  a  {
	float: left;
	display: block;
	width: 130px;
}

.members_message  {
}





