/* $Id: member.css 528 2008-06-12 15:27:14Z andi $ */

@CHARSET "UTF-8";

.clear {
	clear: both;
}
#profile_container {
	float: left;
	font-size: 13px;
	overflow: hidden;
	background: url(/images/container.gif) left bottom no-repeat;
	padding-bottom: 1px;
}
#profile_container a {
	color: #900202;
	text-decoration: none;
}
#profile_container a:hover {
	color: #900202;
	text-decoration: underline;
}
#inner {
	float: left;
	overflow: hidden;
}
#center_container {
	float: left;
	padding: 10px;
	width: 530px;
	border: 1px solid #900202;
	background-color: #efefef;
	margin-right: 10px;
}
div.right_container {
	width: 170px;
}
.profile_right {
	padding: 5px;
	border: 1px solid #900202;
	background-color: #efefef;
	text-align: center;
}
.profile_right .title {
	font-weight: bold;
	text-align: left;
}
#profile_tags {
	text-align: left;
}
.profile_right .content {
	margin: 0px auto;
	width: 121px;
	height: 121px;
}
.profile_right .edit {
	text-align: right;
	font-size: .9em;
}
#form_message {
	padding: 5px;
	text-align: center;
	border: 1px solid #f0211e;
	background-color: #775ac9;
	font-size: 14px;
	color: white;
	display: none;
}
.field_title {
	font-weight: bold;
	width: 80px;
}
.field_title_small {
	font-weight: bold;
	width: 80px;
}
textarea,input {
	font-family: "Trebuchet MS", Trebuchet, Verdana, Helvetica, Arial,
		sans-serif;
	font-size: 13px;
}
.generic_container {
	border: 1px solid #900202;
	background-color: #efefef;
	text-align: left;
	padding: 5px;
	font-size: 13px;
}
.generic_container * {
	font-size: 13px;
}
#profile_overview * {
	font-size: 13px;
}
.generic_container .redtitle {
	font-size: 15px;
	color: black;
	font-weight: bold;
}
.generic_container .subtitle {
	font-size: 13px;
	color: black;
	font-weight: bold;
}
.public_container {
	border: 1px solid #900202;
	width: 560px;
	background-color: #efefef;
	text-align: left;
	padding: 5px;
	font-size: 13px;
}
.generic_container .title {
	font-size: 18px;
	text-align: left;
	margin-bottom: 10px;
}
.generic_container input[type="text"], .generic_container textarea {
	border: 1px solid #900202;
	background-color: white;
}
input.textfield, textarea.textfield {
	border: 1px solid #900202;
	background-color: white;
}
div.captchaimage img {
	float: left;
	margin-right: 5px;
	border: 1px solid #900202;
}
div.error,label.error {
	color: red;
	padding-left: .5em;
	vertical-align: top;
}
input.error,textarea.error,.generic_container input.error,.generic_container textarea.error
	{
	border: 1px solid red;
	background-color: #ffebeb;
}
#profile_options .field_label {
	float: left;
	width: 160px;
}
#profile_options .field {
	float: left;
}
button.upload_photo {
	background: url(../images/dirtyflirting_mailpicture.gif) no-repeat #eeeeee;
	background-position: 2px 3px;
}
button.upload_video {
	background: url(../images/dirtyflirting_mailvideo.gif) no-repeat #eeeeee;
	background-position: 2px 3px;
}
button.upload {
	border-width: 1px;
	height: 28px;
	padding-left: 27px;
	font-size: 12px;
	font-weight: bold;
}
* html button {
	padding-left: 14px;
}
.submitbutton {
	border-width: 1px;
}