@charset "utf-8";
/* CSS Document */
body {
	margin-top:0px;
/*	background-color:#fefbe2;*/
	background-color:#FDF7B9;
	/*background-image:url(../images/fower.jpg);*/

	
	}

.foot {
	background-image:url(../images/orange_foot.gif);
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	color:#FFF;
}
.foot_link {
	padding:5px;
}
.right_margin {
	background-image:url(../images/right_menu_bg.gif);
}
.right_login_bg {
	background-image:url(../images/login_background.gif);
	background-repeat:no-repeat;
}
.login input {
	width:100px;
	background-color: #FF0;
	border-color: #F90;
	border-width: 1px;
}
.gobutton {
	border:0px;
	background: url(../images/go_button.gif);
	width:20px;
	height:18px;
	cursor:hand;
}
.gobutton:hover{
	border:0px;
	background: url(../images/go_button_over.gif);
	width:20px;
	height:18px;
}
.gobutton:focus{
	border:0px;
	background: url(../images/go_button_click.gif);
	width:20px;
	height:18px;
}
.latest_profile {
	background-color:#f3ecc9;
	border-color:#ab9f64;
	border-width:1px;
	border-style:dotted;
}
.latest_added {
	background-color:#fcfce7;
	font-family:"Comic Sans MS", cursive;
	font-size:16px;
	color:#000;
	border-top: 2px #ab9f64;
}
.search select {
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	border: #000000; 
	border-style: solid; 
	border-width: 1px;
}
.list_profile {
	background-color:#f2b256;
}
.list_profile_photo {
	padding:5px;
}
.list_profile_link {
	border-bottom:#cec38d thin dotted;
}
.highlightTitle{
	background-color:#FEFFAF;
	font-family:"Comic Sans MS", cursive;
	color:#be4415;
	font-size:16px;
	font-weight:bold;
}
.list_profile {
 background-image:url(../images/table_bg.jpg);
}
.list_border {
 background-color:#fffbd8;
 border-bottom:#faf3ba 2px solid;
 border-left:#faf3ba 2px solid;
 border-right:#faf3ba 2px solid;
 padding:2px;
}

.list_profile_head {
 background-image:url(../images/heart_table.gif);
 background-position:right;
 background-repeat:no-repeat;
}
