html {
	background-color: #06031c;
	background-image: url(../img/bg.png);
	background-repeat: repeat-x;
	background-position: top left;
	height: 99%;
}

body {
	font-family: Trebuchet MS, arial,helvetica,clean,sans-serif;
	color: #ffffff;
	background-repeat: no-repeat;
	background-position:top center;
	height: 95%;
}

#outer {width: 100%; height: 80%; overflow: hidden;} /* or without overflow */
#outer[id] {display: table; position: static;}

#middle[id] {display: table-cell; vertical-align: middle; position: static;}

#inner {
	width: 650px; 
	height: 472px; 
	margin-left: auto; 
	margin-right: auto;
	position: relative;
}

a {
	color: #ffffff;
}

#contentbox {
	width: 650px; 
	height: 372px; 
	background-image: url(../img/box.png);
	position: absolute;
	top: 85px;	
}

#content {
	width: 589px;
	height: 322px;
	border: 1px solid #0b4578;
	position: absolute;
	top: 25px;
	left: 28px;
	background-color: #014c8d;	
	overflow: hidden;
}

#contentinner {
	position: absolute;
	height: 322px;
	width: 5000px;
	top: 0px;
	left: 0px;
	background-image: url(../img/bg_content.png);
	background-repeat: repeat-x;
	background-position: top left;
}

#logo {
	position: absolute;
	top: 0px;
	left: -10px;
	height: 164px;
	width: 267px;
	background-image: url(../img/logo.png);
	cursor: pointer;
}

#logo a {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	width: 255px;
	height: 80px;
	text-decoration: none;
	cursor: pointer;
}

#sloganoverlay1, #sloganoverlay2 {
	position: absolute;
	left: 43px;
	top: 20px;
	height: 0px;
	width: 119px;
	background-position: bottom left;
}


#selectedprizeoverlay {
	position: absolute;
	left: 512px;
	top: 3px;
	height: 58px;
	width: 124px;
	background-image: url(../img/prizes/marked_bubble.png);
	background-position: top left;
	background-repeat: no-repeat;
	display: none;
}

#poweredby {
	position: absolute;
	width: 60px;
	height: 20px;
	left: 32px;
	bottom: -8px;
	background-image: url(../img/logo_mobajl.png);
	cursor: pointer;
}

#bottommenu {
	position: absolute;
	height: 21px;
	right: 32px;
	bottom: -7px;
}
#bottommenu div {
	height: 21px;
	line-height: 21px;
	float: left;
}

#bottommenu a {
	text-decoration: none;
}

#bottommenu a:hover {
	text-decoration: underline;
}

#bottommenu .menu .left {
	width: 6px;
}
#bottommenu .menu .middle {
	font-size: 85%;
}
#bottommenu .menu .right {
	width: 7px;
}

#bottommenu .menuhover .left {
	background-image: url(../img/bottom_menu_left.png);
}

#bottommenu .menuhover .middle {
	background-image: url(../img/bottom_menu_middle.png);
}

#bottommenu .menuhover .right {
	background-image: url(../img/bottom_menu_right.png);
}

.innerbox {
	width: 589px;
	height: 322px;
	position: absolute;
	top: 0px;
}

#first {
	left: 0px;	
}

#second {
	left: 609px;	
}

#third {
	left: 1218px;	
}

#fourth {
	left: 1827px;
}

#fifth {
	left: 2436px;
}

#sixth {
	left: 3045px;
}

h1 {
	font-size: 123.1%
}

p {
	line-height: 140%;	
}

.textbox {
	position: absolute;
}

.textbox .border {
	height: 5px;
	width: 100%;
	background-position: top left;
	background-repeat: no-repeat;	
	font-size: 1px;
	line-height: 1px;
}

.textbox .innercontainer {
	width: 100%;
	background-color: #074277;
}

.textbox .innercontainer .innertext {
	padding: 4px 7px;
}

.textbox573 {
	width: 573px;
}

.textbox573 .top {
	background-image: url(../img/textboxtop573.png);
}
.textbox573 .bottom {
	background-image: url(../img/textboxbottom573.png);
}

.textbox399 {
	width: 399px;
}

.textbox399 .top {
	background-image: url(../img/textboxtop399.png);
}
.textbox399 .bottom {
	background-image: url(../img/textboxbottom399.png);
}

.textbox440 {
	width: 440px;
}

.textbox440 .top {
	background-image: url(../img/textboxtop440.png);
}
.textbox440 .bottom {
	background-image: url(../img/textboxbottom440.png);
}

.textbox159 {
	width: 159px;
}

.textbox159 .top {
	background-image: url(../img/textboxtop159.png);
}
.textbox159 .bottom {
	background-image: url(../img/textboxbottom159.png);
}

.textbox242 {
	width: 242px;
}

.textbox242 .top {
	background-image: url(../img/textboxtop242.png);
	width: 242px;
}
.textbox242 .bottom {
	background-image: url(../img/textboxbottom242.png);
	width: 242px;
}

.textbox359 {
	width: 359px;
}

.textbox359 .top {
	background-image: url(../img/textboxtop359.png);
}
.textbox359 .bottom {
	background-image: url(../img/textboxbottom359.png);
}

/* Inputs */

.inputlabel {
	float: left;
/*	font-weight: bold;*/
	margin-right: 15px;
}

.inputcontainer {
	height: 34px;
	position: relative;
	float: left;

}

.inputcontainer .inner {
	float: left;	
	height: 34px;
	background-image: url(../img/inputmiddle.png);
	position: static;
	line-height: 34px;
}

.inputcontainer .left {
	float: left;	
	height: 34px;
	width: 7px;
	background-image: url(../img/inputleft.png);
	
}

.inputcontainer .right {
	float: left;	
	height: 34px;
	width: 7px;
	background-image: url(../img/inputright.png);
}

.inputcontainer input.styledInput {
	border: 0 none;
	padding-bottom: 5px;
	background-color: transparent;
}

.styledButton {
	width: 112px;
	height: 35px;
	display: block;
	font-size:108%;
	font-weight:bold;
	height:35px;
	text-align:center;
	text-decoration:none;
	color: #ffffff;
	background-image: url(../img/button.png);
	line-height: 35px;
	cursor: pointer;
}

.innertext {
	overflow: hidden;
}

.innertext p {
	margin: 0px;
	
}

.alerts {
	float: left;
	margin-left: 10px;
	height: 34px;
	width: 20px;
	position: relative;
}

.alerts span.good {
	background-image: url(../img/alert_good.png);
	height: 19px;
	width: 17px;
	background-repeat: no-repeat;
}

.alerts span.bad {
	background-image: url(../img/alert_bad.png);
	height: 18px;
	width: 17px;
	background-repeat: no-repeat;
}

.alerts span.loader {
	background-image: url(../img/ajax-loader.gif);
	height: 16px;
	width: 16px;
	background-repeat: no-repeat;
}

.alerts .good, .alerts .bad, .alerts .loader {
	position: absolute;
	left: 0px;
	top: 11px;
	display: none;
}

.inputbox {
	height: 34px;
	width: 283px;
	float: left;
	line-height: 34px;
	margin-bottom: 9px;
}

.inputboxgender {
	height: 45px;
	line-height: 43px;
}

.inputboxleft {
	width: 267px;
}


.inputbox .inputlabel {
	width: 83px;
	margin-right: 5px;
}

.inputbox .inputlabelleft {
	width: 55px;
}

.inputboxleft .inputcontainer .styledInput {
	width: 162px;
}
.inputbox .inputcontainer .styledInput {
	width: 172px;
}

#izipcode {
	width: 38px;
}

div.checkbox {
	width: 15px;
	height: 15px;
	float: left;
	background-image: url(../img/checkbox.png);
	background-repeat: no-repeat;
}

.stageheader {
	position: absolute;
	left: 9px;
	top: 39px;
}

.stageheader h1 {
	margin: 0;
}

/* First box */
#first #prizes {
	height: 153px;
	width: 589px;
	position: absolute;
	top: 0px;
	left: 0px;
}

#first #prizes .line {
	height: 187px;
	width: 614px;
	background-image: url(../img/underline_fade.png);
	background-repeat: no-repeat;
	background-position: top right;
}

#first #prizes .prizebox {
	position: absolute;
	cursor: pointer!important;

}

#first #prizes .prize1 {
	width: 120px;
	height: 134px;
}
#first #prizes #prize1marked {
	background-image: url(../img/prizes/canon_marked.png);
	visibility: hidden;
	position: static;
}
#first #prizes #prize1unmarked {
	background-image: url(../img/prizes/canon_unmarked.png);
	left: 124px;
	top: 18px;
}

#first #prizes .prize2 {
	width: 115px;
	height: 134px;
}
#first #prizes #prize2marked {
	background-image: url(../img/prizes/acer_marked.png);
	visibility: hidden;
}
#first #prizes #prize2unmarked {
	background-image: url(../img/prizes/acer_unmarked.png);
	left: 276px;
	top: 17px;
}

#first #prizes .prize3 {
	width: 149px;
	height: 133px;
}

#first #prizes #prize3marked {
	background-image: url(../img/prizes/walkman_marked.png);
	visibility: hidden;
}
#first #prizes #prize3unmarked {
	background-image: url(../img/prizes/walkman_unmarked.png);
	left: 426px;
	top: 19px;
}

#first #competitionintro {
	width: 573px;
	top: 155px;
	left: 8px;
}

#first #competitionintro .innertext {
	height: 74px;
}

#first #emailsignup {
	top: 255px;
	left: 8px;
	width: 399px;	
}

#first #emailsignup .innertext {
	height: 41px;
	line-height: 41px;
}

#first #competebox {
	top: 255px;
	left: 422px;
	width: 159px;
}

#first #competebox .innertext {
	height: 41px;
	line-height: 41px;
}

#first #emailsignup .inputcontainer .styledInput {
	width: 220px;
}
#first #emailsignup .inputcontainer {
	margin-top: 3px;
}

#first #competebox .styledButton {
	position: absolute;
	top: 13px;
	left: 24px;
}

/* Second box */
.selectedprizecontainer {
	top: 41px;
	left: 339px;
	font-size: 85%;
	text-align: left;
	width: 187px;
}

.selectedprizecontainer .innercontainer {
	height: 40px;
	padding-left: 55px;
}

.selectedprizecontainer .selectedprize {
	left: -35px;
	top: -17px;
	width: 95px;
	height: 80px;
	position: absolute;
	background-repeat: no-repeat;
	background-position: top left;
}


#second #userinfo {
	position: absolute;
	top: 100px;
	left: 8px;
}

#second #userinfo .innertext {
	height: 124px;
	padding: 8px 7px 4px 15px;
}

#second #fineprint {
	position: absolute;
	top: 255px;
	left: 8px;
}
#second #fineprint .innertext {
	height: 41px;
/*	line-height: 41px;*/

	padding-left: 15px;
}

#second #fineprint .checkbox {
	margin-top: 14px;
	margin-right: 10px;
}	

#second #fineprint label {
	position: relative;
	top: 5px;
/*	top: 13px;*/
}

#second #signupbox {
	top: 255px;
	left: 422px;
	width: 159px;
}

#second #signupbox .innertext {
	height: 41px;
	line-height: 41px;
}

#second #signupbox .styledButton {
	position: absolute;
	top: 13px;
	left: 24px;
}

#second #userinfo #icity {
	width: 115px;
	font-size: 10px;
}

#zipcodecontainer {
	margin-right: 5px;
}

#second #userinfo .gender {
	float: left;	
	background-position: top center;
	background-repeat: no-repeat;
	height: 45px;
	width: 70px;
	position: relative;
	margin-left: 10px;		
	cursor: pointer!important;
	top: 0px;
}

#second #userinfo .gender p {
	text-align: center;
	margin-top: -6px;
}

#second #userinfo .gender #gender1unmarked, #second #userinfo .gender #gender2unmarked {
	height: 24px;
	width: 12px;
	margin: 0 auto 5px;
	padding: 0px;
	position: relative;
	background-position: top center;
	background-repeat: no-repeat;
}

#second #userinfo #gender1unmarked {
	background-image: url(../img/gender/male_unmarked.png);
}

#second #userinfo #gender1marked, #second #userinfo #gender2marked {
	height: 24px;
	width: 12px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-position: top center;
	background-repeat: no-repeat;
}

#second #userinfo #gender1marked {
	background-image: url(../img/gender/male_marked.png);
	visibility: hidden;
}

#second #userinfo #gender2unmarked {
	background-image: url(../img/gender/female_unmarked.png);
}
#second #userinfo #gender2marked {
	background-image: url(../img/gender/female_marked.png);
	visibility: hidden;
}

#second #userinfo #datecontainer .inputcontainer {
	margin-right: 5px;
}

#second #userinfo #datecontainer .inputcontainer .inner select {
	margin-left: -2px;
	margin-right: 0px;
	border: none;
}

#second #userinfo .inputcontainer #iyear {
	width: 52px;
}

#second #userinfo .inputcontainer #imonth {
	width: 46px;
}

#second #userinfo .inputcontainer #iday {
	width: 42px;
}

#second .alerts {
	position: absolute;
	right: 10px;
	bottom: 10px;
	margin-left: 0px;
}

/* Third */
#third #interests {
	position: absolute;
	top: 100px;
	left: 8px;
}

#third #interests .innertext {
	height: 190px;
}

#third #interests .innertext .styledButton {
	position: absolute;
	bottom: 10px;
	right: 10px;
}

#third .alerts {
	position: absolute;
	bottom: 13px;
	right: 130px;
}

#interestslist {
	margin: 15px 0px 0px 40px;
	-moz-padding-start: 0px;
	padding: 0px;
}

#interestslist li .checkbox {
	margin-top: 13px;
}

#interestslist li {
	list-style-type: none;	
	float: left;
	white-space: nowrap;
	width: 160px;	
	height: 40px;
	line-height: 40px;
	margin-left: 10px;
}

#interestslist li label {
	cursor: pointer;
	margin-left: 10px;
}

#interestslist li label {
	margin-top: 2px;
}

/* Alert */
div.DefaultStickyWin div.body{font-family:verdana; font-size:11px; line-height: 13px;}
div.DefaultStickyWin div.top{background:url(../img/alert/top.png) top left no-repeat; height:33px; width:250px;}
div.DefaultStickyWin h1.caption{clear: none !important; margin:0px 5px 0px 0px !important; overflow: hidden; padding:0 !important; font-weight:bold; color:#555; font-size:14px !important; position:relative; top:8px !important; left:13px !important; float: left; height: 22px !important;}
div.DefaultStickyWin div.body {
	background:url(../img/alert/body.png) top left repeat-y;
	width: 215px;
	padding:8px 17px;
	color: #000000;
}

div.DefaultStickyWin div.bottom{
	background:url(../img/alert/bottom.png) top left no-repeat;
	width:250px; 
	height:17px;
	line-height: 1px;
	margin: -6px 0px 0px;
}
div.DefaultStickyWin div.closeButton{width:13px; height:13px; background:url(../img/alert/closebtn.gif) no-repeat; position: absolute; right: 0px; margin:10px 15px 0px 0px !important; cursor:pointer}
div.DefaultStickyWin p.errorMsg {
	margin: 0px;
}

div.DefaultStickyWin img.alertErrorIcon {
	height:30px;
	margin-bottom:5px;
	margin-left:0;
	margin-right:5px;
	margin-top:4px;
	width:30px;
	float: left;	
}

/* Invites */

#first #signupconfirmation {
	top: 73px;
	left: 8px;
	
}
#first #signupconfirmation .innercontainer {
	height: 87px;
}

#first #signupconfirmation .innercontainer p {
	margin-bottom: 0.5em;
	line-height: 140%;	
}
#first #signupconfirmation .innercontainer h1 {
	margin: 0px;
	text-align: center;
	font-size: 138.5%;
	margin-bottom: 0.5em;
}

#first #invitelinkbox {
	top: 179px;
	left: 8px;
}

#first #invitelinkbox .innercontainer {
	height: 118px;
}

#first #invitelinkbox #invitelinkcontainer {
	height: 34px;
	line-height: 34px;
	margin: 10px 0px;
}

#first #invitelinkbox #invitelinkcontainer label {
	float: left;
	margin-right: 10px;
}
#first #invitelinkbox #invitelinkcontainer .inputcontainer {
	float: left;
	margin-right: 10px;
}
#first #invitelinkbox #invitelinkcontainer .inputcontainer .styledInput {
	width: 180px;
}

#first #invitelinkbox #invitelinkcontainer .styledButton {
	float: left;
}


#first #invitestatus {
	left: 422px;
	top: 73px;
}

#first #invitestatus .innercontainer {
	height: 68px;
}

#first #invitestatus .innercontainer h2 {
	margin: 0px 0px 5px;
	text-align: center;
	font-size: 108%;
}

#first #invitestatus .innercontainer .invitestatuscontainer {
	background-image: url(../img/status_rekryt.png);
	width: 84px;
	height: 39px;
	color: #164a7a;	
	font-size: 108%;
	text-align: center;
	line-height: 38px;
	margin: 0 auto;
	padding-left: 25px;	
	padding-right: 8px;
	background-repeat: no-repeat;
	font-weight: bold;
}

#first #gotoinvite {
	left: 422px;
	top: 167px;
}

#first #gotoinvite .innercontainer {
	height: 130px;
	text-align: center;
}

#first #gotoinvite .innercontainer p {
	margin-bottom: 0.5em;
}

#first #gotoinvite .innercontainer .styledButton {
	margin: 0 auto;
}

#second #aboutrecruit {
	position: absolute;
	top: 73px;
	left: 8px;
}
#second #aboutrecruit .innercontainer {
	height: 109px;
}

#second #aboutrecruit .innercontainer p {
	margin-bottom: 0.5em;
}
#second #aboutrecruit h1 {
	margin: 0px;
	text-align: center;
	font-size: 138.5%;
	margin-bottom: 0.5em;
}

#second #aboutrecruit .checkbox {
	margin-right: 10px;
}	

#second #logincontainer {
	position: absolute;
	top: 201px;
	left: 8px;
/*	left: 141px;*/
}

#second #logincontainer .innercontainer {
	height: 96px;
}

#second #logincontainer .innercontainer .innertext {
	padding: 8px 7px 0px;
}

#second #logincontainer #loginbox {
	margin-bottom: 12px;
}

#second #logincontainer .inputbox {
	float: none;
	width: auto;
}	
#second #logincontainer .inputbox .inputlabel {
	width: 130px;
}

#second #logincontainer .inputbox .inputcontainer .styledInput {
	width: 151px;
}

#second #logincontainer #loginbox .inputcontainer .styledInput {
	width: 115px;
	float: left;
	margin-top: 10px;
}

#second #logincontainer #loginbox .inputcontainer .inner {
	width: 271px;
}

#second #logincontainer #loginbox .inputcontainer .inner span {
	float: left;
	color: #000000;
}

#second #logincontainer #loginbox .inputcontainer .inner select {
	margin-left: 5px;
	width: 135px;
}

#second #logincontainer #passwordbox .styledButton {
	float: right;
	margin-right: 5px;
}

#second #contactfiller {
	width: 75px;
	height: 73px;
	position: absolute;
	top: 221px;
	left: 478px;
/*	left: 32px;*/
	background-image: url(../img/contact_big.png);
	background-repeat: no-repeat;
}

#third #invitecontacts {
	position: absolute;
	top: 73px;
	left: 8px;
}

#third #invitecontacts .innercontainer {
	height: 192px;
}

#third #invitecontacts .innercontainer .innertext {
	padding-bottom: 0px;
}

#third #invitecontacts .bottom {
	height: 36px;
	background-image: url(../img/msn_box.png);
	line-height: 36px;
	font-size: 100%;
	padding:4px 7px;
	width: 559px;
	position: relative;
}

#third #invitecontacts .bottom .checkbox {
	margin-top: 11px;
}

#third #invitecontacts .bottom .styledButton {
	position: absolute;
	right: 10px;
	top: 5px;
}

#third #invitecontacts .checkbox {
	margin-right: 9px;
}	

#third #invitecontacts ul#contactslist {
	margin: 5px 0px 0px 0px!important;
	display: block;
	height: 167px;
	overflow-y: scroll;
	overflow-x: hidden;
	width: 557px;
	padding-left: 0px;
}

#third #invitecontacts #contactslist li {
	list-style-position:inside;
	height: 22px;
	line-height: 18px;
/*	list-style-image: url(../img/checkbox.png);*/
	list-style-type: none;
}

#third #invitecontacts #contactslist li .contacticon, #third #invitecontacts label {
	cursor: pointer;
}

#third #invitecontacts #contactslist li .checkbox {
	float: left;
	margin-top: 2px;
}

#third #invitecontacts #contactslist li .checked, #third #invitecontacts .checked {
	background-image: url(../img/checkbox_checked.png);
}

#third #invitecontacts #contactslist li .contacticon {
	float: left;
	width: 19px;
	height: 18px;
	background-image: url(../img/contact_pic.png);
	margin-right: 9px;
}

#third #invitecontacts .alerts {
	top: 4px;
	right: 126px;
}

#second .goback, #third .goback {
	position: absolute;
	right: 13px;
	top: 52px;
	font-size: 93%;
}

#stopinvites {
	left: 95px;
	top: 110px;
}
#stopinvites p {
	margin-bottom: 0.5em;
}
#stopinvites .unsubscribe {
	height:34px;
	line-height:34px;
	width: auto;
	margin-bottom: 0.5em;
}
#stopinvites .unsubscribe .inputlabel {
	margin-right: 10px;
}

#stopinvites .unsubscribe .inputcontainer {
	margin-right: 10px;
}

#stopinvites .unsubscribe .styledInput {
	width: 120px;
	
}
#stopinvites .unsubscribe .styledButton {
	float: left;
}

#contact {
	left: 95px;
	top: 110px;
}
#contact p {
	margin-bottom: 0.5em;
	opacity: 1!important;
}

#contact #mobajllogo {
	float: left;
	margin-right: 10px;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	cursor: pointer;
	width: 133px;
	height: 46px;
	text-decoration: none;
	border: 0px none;
}
#contact #mobajllogo img {
	border: none;
}

.confirmer {
	background-color: #9AB920;
	border: 1px solid #B7D125;
}

#closed {
	left: 95px;
	top: 90px;
}
#closed p {
	margin-bottom: 0.5em;
	opacity: 1!important;
}
#closed h1 {
	margin-top: 0px;	
}

/* Clearfix */

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */
