﻿/* Proof lander.css */

.landercommon
{
	vertical-align: top;
	width: 48%;
	margin-top: 30px;
}

.landercommon img
{
	margin-right: 30px;
	margin-bottom: 12px;
}

.landerleft
{
	float: left;
}
.landerright
{
	float: right;
}

.landerborder
{
	overflow: hidden;
	height: 0;
	font-size: 1px;
	line-height: 0px;
	border-bottom: 1px solid #cf888a;
}

.brclear
{
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 0;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}