/* LightCastBox */

#light img {
	margin: 10px;
}

#light strong {
	position: absolute;
	top: 1px;
	left: 120px;
	font-size: 24px;
	display: block;
	line-height:normal;
	width: 273px;
}
#light b {
	position: absolute;
	top: 100px;
	right: 20px;
	font-size: 15px;
	display: block;
	line-height:normal;
	width: 280px;
	text-align: right;
	color: bb82bf;
}
#light u {
	position: absolute;
	top: 130px;
	right: 20px;
	font-size: 12px;
	display: block;
	line-height:normal;
	width: 280px;
	text-align: right;
	text-decoration: none;
	color: bb82bf;
}
#light strong p {
	font-size:13px;
	text-align: right;
	line-height:normal;
	margin-bottom: 20px;
}
#light .buttons {
	width: 99%;
	position: absolute;
	bottom: 10px;
	text-align: center;
}
#light .buttons a {
	color: #FFF;
	background: #bb82bf;
	padding: 4px 10px;
	margin: 0 4px;
	font-weight: bold;
	font-size:14px;
	display: inline !important;
	width: auto !important;
}
#light .buttons a:hover {
	text-decoration: none;
	background: #CB92CF;
}


