html {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	min-height: 100%;
}

a:link {
	text-decoration: none;
	color:#f5520b;
	color:#2991d2;
}
a:visited {
	text-decoration: none;
	color:#f5520b;
	color:#2991d2;
}
a:active {
	text-decoration: none;
	color:#0092d5;
}
a:hover {
	text-decoration: underline; color: red;
	color:#0092d5;
}

body {
	position:relative;
}

.wrapper {
	position:relative;
	width: 972px /* 972px */;
	margin: 0 auto;
	background: #fffff;
	-webkit-box-shadow: 0px 0px 76px -8px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 76px -8px rgba(0,0,0,0.75);
box-shadow: 0px 0px 76px -8px rgba(0,0,0,0.75);
}

.header {
	height: 2.25em /* 36px */;
	background: #2991d2;
	margin-bottom: 0.1875em /* 3px */;
	color: white;
	padding-left:25px;
}

.header li {
	padding-top: 10px;
	margin-right: 4px;
	float: left;
	font-size: 12px;
	line-height: 16px;
	list-style: none;
}

.header a {
	font-size: 12px;
	text-decoration: none;
	color: white;
}

.header a.active, .header #active a {
	font-weight: bold;
}

.content-header{	
	height:220px;
	background-image:url('/image/mobiplan/header_background.png');
	
}

.claim-big{
	position:absolute;
	top:85px;
	left:25px;
	text-decoration:none;
	font-size:50px;
	color:#ffffff;
	font-weight:bold;
}
.claim-small{
	position:absolute;
	top:140px;
	left:25px;
	text-decoration:none;
	font-size:15px;
	color:#ffffff;
	font-weight:bold;
}
.partnerlogo1{
	position:absolute;
	right:25px;
	top:60px;
}
.partnerlogo2{
	position:absolute;
	right:25px;
	top:190px;
}
.partnerlogo3{
	position:absolute;
	right:25px;
	top:310px;
	width:150px;
}
.partnerlogo4{
	position:absolute;
	right:25px;
	top:385px;
	width:130px;
}

/* Navigation */
.nav-main {
	height: 2.25em /* 36px */;
	margin-bottom: 0.1875em /* 3px */;
	padding-left:25px;
}

.nav-main li {
	padding-top: 10px;
	margin-right: 4px;
	float: left;
	font-size: 18px;
	line-height: 16px;
	list-style: none;
}
.nav-lang{
	float:right;
	padding-right:25px;
}


/* Content */
.content{
	min-height:200px;
}
.item{
	width:750px;
	clear:both;
	padding-top:25px;
}
.left{
  float:left;	
  width:275px;
}
.image-wrapper{
	padding-left:25px;
}
.right{
	float:left;
	width:90%;
}
.text-wrapper{
	padding-left:25px;	
}
.item h1{
	font-size:16pt;
	padding:0 0 5px 25px;
	font-size: 18px;
    line-height: 22px;
    color:#2991d2;
}
p.subtitle{
	font-weight:bold;
	line-height: 130%;
	font-weight:bold;
	font-size:16pt;
}
.text-wrapper p{
	line-height: 130%;
	letter-spacing: 0.2px;
	padding: 0 0px 10px 0;
	
	font-size: 12px;
padding-bottom: 8px;
line-height: 18px;

}
strong{
	font-weight:bold;
}

.text-wrapper ul{
	padding-left:10px;
	margin:0 0 5px 0;
	line-height:130%;
	letter-spacing:0.2px;
	
}
.text-wrapper ul li:before{ 
	content:"-"; 
	position:relative; 
	left:-5px;
}
.text-wrapper ul li{ 
	text-indent:-5px; 
	padding-bottom:10px;
	
	font-size: 12px;
padding-bottom: 8px;
line-height: 18px;

}
.file-link{
	line-height:140%;
}

.regy-form{
	
	padding:15px 0 0 25px;
}

.footer{
	clear:both;
	height:130px;
    /*background-image:url('/image/mobiplan/bottom.png');*/
}

.clear{
	clear:both;
}
#authentication-frm{
	padding:25px;
}
#authentication-frm label, #authentication-frm input{
	display:block;
}
#authentication-frm input{
	margin: 5px 0 15px 0; 
}