body {
	font-size:62.5%;
	padding:0px;
	margin:20px 0px 20px 400px;
	background:white url('../imgs/girl.gif') no-repeat fixed left top;
	min-width:600px;
	color:white;
}

body *{
	font-size:1.2em;
	margin:0px;
	padding:0px;
}

a, a:active, a:hover, a:link, a:visited {
	color:white;
	text-decoration:none;
}

address a {
	color: #54c317!important;
	font-size:1em!important;
}

address a:hover {
	text-decoration: underline!important;
}

#cube {
	background-color:#54c317;
	font-size:2em;
	width:8em;
	padding:0.5em;
	position:absolute;
	left:400px;
	top:10px;
}

#fastForward {
	cursor: pointer;
}

#content {
	border-left:3px #54c317 solid;	
	padding:0em 3em 0em 18em;
	text-align:center;
}

#content div img {
	width:500px;
	height:290px;
}

.error {
	font-size:1.5em;
	background-color:red;
	color:black;
	text-align:center;
	
}

#arrows {
	padding-top:1em;
	margin-bottom:2.5em;
}

#arrows a {
	font-size:1em;
	font-weight:bold;
	color:white;
	text-decoration:none;
	background-color:#54c317;
	padding:0.5em;
}

.forward {
	float:right;
}

.backward {
	float:left;
}

.green {
	/*background:#54c317 url('../imgs/green.gif') repeat-x scroll -50% 50%;*/
	background-color: #54c317;
	border-bottom:1px black inset;
	border-right:1px gray outset;
	margin:20px 0px;
	padding: 20px 10px;
	text-align:left;
}

.question {
	font-size:1.5em;
	list-style:none;
}

.question li {
	font-size:0.7em;
	line-height:30px;
}

.question li label {
	padding-left: 10px;
}

#getMethodic {
	display:block;
	text-align:center;
	margin:0em 8em;
	border:1px white solid;
	background-color:gray;
	cursor:pointer;
}

.hidden {
	display:none;
	visibility:hidden;
}

.visible {
	display:block;
	visibility:visible;
}

#smspay-contacts {
	display:none;
	visibility:hidden;
}

.contancts {
	clear: both;
	border-top: 1px #54c317 solid;
	color: black;
	text-align: center;
	margin-top: 60px;
	padding-top: 20px;
}

#smspay-country img {
	width: 31px!important;
	height: 19px!important;
}

.smspay-powered img {
	width: 16px!important;
	height: 19px!important;
}

.programaList {
	font-size: 2em;
	list-style: none;
}

.programaList li{
	font-size: 0.7em;
}

.programaList li{
	padding: 35px;
}

.programaList li a {
	padding: 30px;
}

.programaList li a:hover {
	border: 1px white solid;
}

.programaList li img {
	width: 50px!important;
	height: 50px!important;
	border:none;
}

.minitext {
	font-size: 1em!important;
}

