body {
	margin: 0px;
	padding: 0px;
	background-color: #2c3e50;
	font-family: tahoma;
	font-size: 12px;
	font-weight: normal;
}

.Wrapper {
	width: 600px;
	margin: 0 auto;
	padding-top: 100px;
	text-align: right;
}

section {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #ecf0f1;
	padding: 40px 5px 40px 5px;
	direction: rtl;
}

section span {
	padding-right: 10px;
	margin-bottom: 10px;
}

section span:hover {
	background-color: #c0392b;
	color: #ecf0f1;
	padding: 5px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

section span:hover font {
color: #f1c40f;
}

input {
	font-family: tahoma;
}

footer {
	margin-top: 30px;
}