.member_page {
	text-align: left;
	font-family: "Trebuchet MS","Palentino","Times";
	font-size: 12px;
}

.member_page a {
	font-size: 12px;
	font-weight: normal;
	color: blue;
}

.member_page label { 
	display: block;
	width: 180px;
	float: left;
	clear: left;
}

.member_page input {
	border: 1px solid #94805D;
	margin-bottom: 2px;
	text-align: left;
	font-family: "Trebuchet MS","Palentino","Times";
	font-size: 12px;
}

.member_page input.short { 
	width: 150px;
}

.member_page input.long { 
	width: 300px;
}

.member_page select.short { 
	width: 150px;
}

.member_page select.long { 
	width: 300px;
}

.member_page textarea {
	text-align: left;
	font-family: "Trebuchet MS","Palentino","Times";
	font-size: 12px;

	border: 1px solid #94805D;
	width: 480px;
	height: 120px;
}


.member_page textarea.short {
	width: 300px;
}

.member_page textarea.low {
	height: 30px;
}

.member_page table {
	width: 100%;
	text-align: left;
	font-family: "Trebuchet MS","Palentino","Times";
	font-size: 12px;
}

.member_page table th {
	text-align: left;
	border-bottom: 1px solid gray;
}

.member_page table caption {
	text-align: left;
}

.update_errors {
	color: #FF0000;
}
 
.update_good , .update_success{
	color: green;
	text-decoration: underline;
}

.bottom {
	background-color: black;
	clear: left;
	height: 45px;
	width: 100%;
	background-repeat: no-repeat;
	background-position:  0 0; 
	
}


#float_keyword_options, .dropdown_keywords {
	background-color: white;
	border: 1px solid black;
	z-index: 1;
	width: 450px;
	padding: 5px;
}

#float_keyword_options td {
	vertical-align: middle;
	width: 150;
	padding: 0px;
}

#float_keyword_options input {
	border: none;
}