body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font: 11px normal Tahoma;
}

#lep-wrapper {
	width: 100%;
	height: 100%;
}

#lep-wrapper td {
	height: 100%;
	width: 100%;
	text-align: center;
}

#lep-says {
	background: url("./lepsays.png");
	width: 701px;
	height: 536px;
	margin: 0 auto;
}

#saying {
	display: table;
	position: relative;
	float: right;
	top: 40px;
	right: 33px;
	width: 240px;
	height: 114px;
}

#saying .content {
	height: 100%;
	width: 100%;
}

#saying .content td {
	text-align: center;
	font-weight: bold;
}

form {
	margin: 0px;
	padding: 0px;
	padding-bottom: 40px;
}

#lep-form {
	vertical-align: top;
	font-weight: bold;
}

#lep-form input {
	margin-left: 10px;
	border: 0px;
	border-bottom: 2px solid #000000;
	width: 300px;
	text-align: center;
	padding: 2px;
	color: #2b2b2b;
	font-weight: bold;
	font: normal 20px Tahoma;
}

#lep-form input:hover, #lep-form input:focus {
	background: #f1f1f1;
}

#lep-form .button {
	border: 1px solid #2b2b2b;
	width: 60px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	color: #000000;
	font: bold 11px Tahoma;
	cursor: pointer;
}

#lep-share {
	padding-bottom: 40px;
	font: bold 11px Tahoma;
	line-height: 18px;
}

#lep-share input {
	border: 1px solid #2b2b2b;
	border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 8px;
	margin-left: 10px;
	width: 260px;
	font: normal 20px Tahoma;
	text-align: center;
	background: #f1f1f1;
	color: #444444;
}

