.clearfix {
	clear: both;
}

.txt_right {
	text-align: right;
}

/*.frm_location div.input input {
	font-size: 1.4em;
}

.frm_location label {
	display: block;
	margin-bottom: 2px;
}

.frm_location {
	margin-bottom: 2em;
}

.frm_location div.input {
	float: left;
}

.frm_location div.input input {
	color: #333;
	padding: 2px;
}

.frm_location .btn-search {
	margin-top: 19px;
}
*/




div#flashMessage {
	color: #333;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	padding: 10px;
	margin: 0 0 10px;
	background-color: #FFF9D7;
	border: 2px solid #E2C822;
}


/* miquel */
.pswd_sent span{
	font-size:18px;
}
.note{
	display:block;
	clear:both;
	font-size:10px;
	height:1%;
	padding:4px 0 0 103px;
}
.image-footer{
	display:block;
	clear:both;
	font-size:10px;
	height:1%;
	padding:4px 0 0 0px;
}
.inbox-messages{
	width:400px;
	text-align:left;
}

.preview{
	width: 90px;
	height: 90px;
	overflow:hidden;
}

a.user_thumb span{
	display:block;
}

a.user_thumb, a.user_thumb:hover {
	text-decoration: none;
	overflow: hidden;
	position: relative;
	border:1px solid #999999;
	cursor: pointer;
	width: 90px;
	height: 90px;
	float: left;

}

a.user_thumb span.user_free_info_spa {
    position:absolute;
	top:0;
	right:0;
	background:url(../images/spa/ico-free-trans.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:53px;
	height:53px;
}

a.user_thumb span.user_free_info_eng {
    position:absolute;
	top:0;
	right:0;
	background:url(../images/eng/ico-free-trans.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	display:block;
	width:53px;
	height:53px;
}


a.user_thumb span.man_medium {
    width:70px;
	height:70px;
    background:url(../images/ico-free-medium-two-trans.png) no-repeat;
}

a.user_thumb span.woman_medium {
    width:70px;
	height:70px;
    background:url(../images/ico-free-medium-one-trans.png) no-repeat;
}

a.user_thumb span.man_small {
    background:url(../images/ico-free-small-two-trans.png) no-repeat;
}

a.user_thumb span.woman_small {
    background:url(../images/ico-free-small-one-trans.png) no-repeat;
}


a.user_thumb span.user_label_info{
	bottom: 0;
	left: 0;
	background-color:#333;
	position:absolute;
	filter:alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

a.user_thumb span.user_label_info p{
    filter:alpha(opacity=99);
	-moz-opacity:0.99;
	-khtml-opacity: 0.99;
	opacity: 0.99;
}


a.thumb_size_small, a.thumb_size_small:hover {
	width: 90px;
	height: 90px;
}

a.thumb_size_small span.user_label_info{
    width: 90px;
}

a.thumb_size_medium span.user_label_info{
    width: 128px;
}

a.thumb_size_medium, a.thumb_size_medium:hover {
	width: 128px;
	height: 128px;
}


a.user_thumb span.user_label_info p {
    margin: 5px 3px;
    padding: 0;
    color:#7d990d;
	text-align: left;
	font-weight: bold;
}

a.user_thumb span.user_label_info p span{
	display: inline;
	color: white;
	font-weight: normal;
}

.photo-list ul li {
	padding: 5px 0;
}

.photo-list ul li.main-picture {
	background-color: #fff888;
	padding: 5px;
	margin-left: 8px;
	margin-right: -5px;
}

.photo-list ul li a {
	border: none;
}

textarea.profile_desc {
	width: 540px;
	margin: 10px 0 10px 3px;
	background-color:#FFFFE0;
}

textarea.profile_desc:focus {
    border-color: #222222;
}

.info_ajax {
	margin: 0 0 8px;
	padding: 2px;
	text-align: center;
	background-color:#fff888;
	font-size: 10px;
	color: #707070;
	
}

.activity_thumb {
	float: left;
	height: 110px;
	width: 190px;
	margin-right: 5px;
	overflow: hidden;
}

.activity_thumb a.user_thumb {
	margin-right: 8px;
}

.activity_thumb div.activity_text {
	text-align: left;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	display: inline;
}

.name_age {
	font-weight: bold;
	margin-bottom: 10px;
}

div.activity_date {
	clear: both;
	font-size: 15px;
	font-weight: bold;
	margin: 2px 0 10px;
	color: #333;
	background-color: #f2f2f2;
	padding: 10px 5px;
	border-bottom: 1px solid #ccc;
}

/* Paging */
div.paging {
	background:#fff;
	color: #ccc;
	margin-bottom: 2em;
	margin-top: 10px;
	text-align: center;
	
}

div.paging_home {
	margin-top: 25px;
    font-weight: bolder;
	font-size: 14px;
}

div.paging div.disabled {
	color: #ddd;
	display: inline;
	padding: 0 5px;
}
div.paging span {
}
div.paging span.current {
	color: #000;
}
div.paging span a {
}

div.paging a {
	padding: 0 5px;
}

/** gallery thumbs **/
ul.gallery_thumbs {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0 0 10px;
	padding: 0;
}

ul.gallery_thumbs li {
	display:inline;
	float:left;
	margin:8px 9px 0 0px;
	width: 90px;
	overflow: hidden;
}


/** texarea characters left **/
div.chars_left {
    margin:9px 0 0 14px;
    color: #999;
    float: left;
    font-size: 12px;
    width: 150px;
}

.frm div.input div.chars_left {
	margin-left: 22%;
}

.frm div.input div.chars_left span {
    margin: 0;
	float: none;
	height: auto;
	display: inline;
	font-size: 12px;
}



div.chars_left span {
	color: #333;
	font-weight: bold;
}

div.posts_info {
	margin: 9px 0 0 14px;
	font-size: 10px;
	color: #999;
}

div.message div.error-message {
    margin: 5px 0 0 14px;
    font-size: 10px;
	color: red;
	background-color:#fff;
	text-align: left;
	border: none;
	padding: 2px;
}


/** maybe interested in **/
#people_interested_in {
	margin-bottom: 20px;
}


/** Errors **/

div.error-message {
	color: red;
}


input.form-error {
	border-color: red;
	background-color: #efefef;
}

/** private messages **/

div.msg-block {
	border-bottom: 1px solid #999;
	margin: 0;
	padding: 10px 0 10px 9px;
	
}

ul.actions-message {
	float: right;
	margin: 5px 0;
	
}

ul.actions-message li {
	display: inline;
	padding-left: 10px;
}

div.messages_form {
	margin-left: 105px;
	width: 420px;
}

div.messages_form div.input {
	margin-bottom: 5px;
}

div.messages_form div.submit {
	margin-top: 5px;
	text-align: right;
	float: right;
}

div.messages_form div.chars_left {
	margin:  5px 0 0 0;
}

div.messages_form textarea {
	width: 97%;
}

p.reply {
	margin: 0px 0 5px;
	font-size: 11px;
	font-style: italic;
	color: #333;
	padding: 3px;
	background-color: #efefef;
}

p.reply span.time {
	float: none;
	font-style: normal;
	color: #666;
}

p.reply span.stc {
	font-style: normal;
	font-weight: bold;
}

.msg-block .msg-holder {
    margin-left: 105px;
	width: 473px;
}

.msg-block .msg-holder h4 {
	margin-top: 0px;
}

h3 span.edit_block {
	font-size: 10px;
}

/** botons submit **/
div.submit input {
	background:transparent url(../images/btn-fondo.gif) no-repeat scroll 0 0;
	border:0 none;
	font-size: 14px;
	/*color:#666666;*/
	color:  #f3f3f3;
	font-weight: bold;
	cursor:pointer;
	height:28px;
	padding:0;
	width:82px;
}

div.submit input.disabled {
	color: #e2e2e2;
	cursor: default;
}


.title-holder h3 a {
	font-size: 11px;
	color: white;
	padding-left: 15px;
}


/** edit picture **/


