div.content {
	position: relative;
}

div#loginform {
	position: absolute;
	top: 8px;
	right: 0;
}


div.friends {
	padding-top: 4em;
}
div.friends div.colwrap {
	background:url(/assets/images/vborder.gif) 570px 0 repeat-y;
}
div.friends div.lcol {
	width:550px;
	padding:0 10px;
	
}
div.friends div.lcol h1 a {
	text-decoration:none;
}
div.friends div.lcol h1 a:hover {
	text-decoration:underline;
}

div.friends div.rcol {
	width:250px;
	padding:0 10px;
}

div.friend {
	padding-top: 2em;
}
div.friend img {
	margin-right: 10px;
	width: 140px;
}
div.friend div.img {
	width: 138px;
	height: 138px;
	border: 1px solid #D1C294;
	margin-right: 10px;
	float: left;
}
div.friend div.col {
	width: 400px;
}
div.friend h2 {
	font-size: 1.2em;
	font-weight: bold;
}
div.friend p {
	padding-top: 0.3em;
}

div.friend label.field,
div.friend input.text,
div.friend input.file,
div.friend textarea {
	float: left;
	margin: 5px 0;
	font-size: 1em;
	line-height: 1.2em;
}
div.friend label.field {
	padding: 0.2em 0;
	width: 110px;
}
div.friend input.text {
	width: 200px;
}
div.friend textarea {
	width: 250px;
	height: 150px;
}
div.friend label.error,
div.friend input.error {
	color: #C22;
}
div.friend label.error {
	/*font-weight: bold;*/
}
div.friend input.error {
	border-color: #C22;
	background-color: #FEE;
}
h2.error,
h2.success {
	margin-top: 1.5em;
	border-width: 1px;
	border-style: solid;
	padding: 10px;
	font-weight: bold;
}
h2.error {
	color: #C22;
	border-color: #C22;
	background-color: #FEE;
}
h2.success {
	color: #191;
	border-color: #191;
	background-color: #EFE;
}
h2.error span,
h2.success span {
	font-weight: normal;
	font-size: 0.8em;
	display: block;
}
input.submitbutton {
	cursor: pointer;
}
h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	font-weight: bold;
}

