/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #666666;
	background-color: #8496A2;
	}
div {
	border: 1px solid #FF9900;
}

 
#top {
	height: 500px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	color: #7400C2;
	font-weight: bolder;
	text-align: right;
	padding: 15px;
	background-color: #8496A2;
	border: 1px solid #FF9900;
	letter-spacing: 1em;
}
.textRight {
	font-size: 16px;
	border: 0px;
	color: #7400C2;
}
.iconRight {
	position: absolute;
	left: 45px;
	top: 25px;
}
