* {
    margin:0;
    padding:0;
  }

/* basic elements */

body {
    background-color: #b4fd65;
    background-image: url('/images/bg_desktop.jpg');
    background-repeat : repeat;
    color : #0099FF;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 12px;
    margin-bottom : 0px;
    margin-left : 0px;
    margin-right : 0px;
    margin-top : 0px;
  }

#termsprice
{
	font-size : 16px;
}

#pricetelcel {
	font-size:0.9em;
	color: #222222;
	text-align:left;
	width: 379px;
	margin-left: 11px;
	margin-top: -26px;
}

#formbox_msisdn {
	margin-left: 3px;
	margin-right: 3px;
        float: left;
	padding-top: 120px;
	width:402px;
	height:166px;
	background-image: url('/images/m_box1.png');
}

#formbox_pin {
	margin-left: 3px;
	margin-right: 3px;
        float: left;
	padding-top: 120px;
	width:402px;
	height:166px;
	background-image: url('/images/m_box2.png');
}

#formbox_congrats {
	margin-left: 60px;
	margin-right: 3px;
	margin-bottom: 30px;
        float: left;
	padding-top: 90px;
	width:402px;
	height:198px;
	background-image: url('/images/m_box3.png');
}

#congrats {
	margin-left: 60px;
	margin-right: 3px;
        float: left;
	width:300px;
	height:150px;
	text-align: left;
	font-size : 11px;
}

#container {
    margin-top:3px;
    margin-right: auto;
    margin-bottom:5px;
    margin-left: auto;
    padding-top:20px;
    width:860px;
    text-align:left;
    overflow: auto hidden;
  }

#oplogos {
	float: left;
	margin-left: 15px;
	margin-right: 10px;
	padding-top: 30px;
	text-align: center;
}

#ordercontainer {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
}

#sidebox_lt {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	width: 220px;
	height: 288px;
	background-image: url('/images/rounded_sqre.png');
}

#sidebox_rt {
	float: left;
	margin-left: 3px;
	margin-right: 3px;
	width: 220px;
	height: 288px;
	background-image: url('/images/rounded_sqre.png');
}

#sidebox_content {
	margin:5px;
	padding:5px;
	text-align:left;
	overflow: hidden;
}

#terms {
    margin-left: 0px;
    width: 680px;
}

#termtext {
	font-size:0.9em;
	color: #222222;
	text-align:left;
}

#agreebox {
	margin-top: 5px;
	color: #222222;
	text-align:center;
}

/* forms elements */
select {
    background-color : #FFFFFF;
    font-size : 10px;
    padding-left: 5px;
    width: 270px;
    border: 1px solid #AAAAAA;
  }

option {
    padding-left: 5px;
    overflow: auto hidden;
  }

#sm_msisdn, #text_pin {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    font-size : 11px;
    padding-left: 5px;
    width: 110px;
  }

.submit {
    background-color : #4A0000;
    font-size : 11px;
    font-weight: bold;
    color: white;
    padding-left: 5px;
    width: 250px;
    height: auto;
    border: 1px solid #990000;
    margin-top: 5px;
  }


.error {
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    background-color : #ff0004;
    border-color : #ffffff;
    border-style : dotted;
    color : #ffffff;
    font-family : Verdana, Arial, Helvetica, sans-serif;
    font-size : 16px;
    height : auto;
    line-height : auto;
    padding-bottom : 10px;
    padding-left : 20px;
    padding-right : 20px;
    padding-top : 10px;
    vertical-align : middle;
    width : 90%;
  }


.pinmgmt {
    border: solid 1px #990000;
    width: 300px;
    height:120px;
    text-align: left;
    margin-left: 100px;
    padding:20px;
  }


