/* 
* MPA3 Layout styles
*/

	
/* #header and top row
================================================== */

h1#logo, h1#logo a {
	position:absolute;
	left:10px;
	top:0;
	display:block;
	height:108px;
	width:170px;
	text-indent:-9999px;
}
h1#logo {
	background:url(../images/logo.png) left top no-repeat;
}
h1#logo a {left:0;}
#mtitle, #mtitle2 {
	position: relative;
	display:block;
	float:right;
	margin-top:23px;
	margin-left:180px;
	width:auto;
	z-index: 100;
	padding-right:2px;
	background:url(../images/signup.png) center right no-repeat;
}
#mtitlein, #mtitlein2 {
	display:block;
	float:left;
	width:auto;
	padding:0 45px 0 0;
	margin:0;
	height:85px;
	line-height:85px;
	text-align:center;
	color:#f3f3f3;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: 0 -1px 0 rgba(51,51,51,.5);
	font-size:16px;
	letter-spacing:.1em;
}
#mtitle2 {background:none;}
#mtitlein2 {padding-right:0;}

/* #Boxes
================================================== */

.nbox {
	position:relative;
	display:block;
	margin-bottom:20px;
}
.hbox {
	position:relative;
	display:block;
	background:#fff;
	padding:16px;
}
.whbox {
	display:block;
	background:#fff;
	padding:16px;
	border:#dedede 1px solid;
	margin-bottom:20px;
}
.whbox2 {
	display:block;
	background:#fff;
	padding:0px;
	border:#dedede 1px solid;
	margin-bottom:20px;
}
.whbfix {
	display:block;
	padding:16px;
}
.whbfix p:last-child {
	margin-bottom:6px;
}
.whbfixin {
	display:block;
	padding:16px 16px 6px;
}

/* #Headings
================================================== */
h3.redarr, h3.greenarr {
	display:block;
	width:100%;
	height:23px;
	line-height:23px;
	border-bottom:#dedede 1px solid;
	padding-top:16px;
	padding-bottom:10px;
	margin-bottom:0;
	text-indent:16px;
	font-size:17px;
}
h3.redarr {
	background:url(../images/bits.png) 203px -176px no-repeat;
}
h3.greenarr {
	background:url(../images/bits.png) 203px -376px no-repeat;
}
h3.darkarr {
	background:url(../images/bits.png) 203px -276px no-repeat;
}

/* bgbox
================================================== */
	
.bgbox {
	position:relative;
	display:block;
	padding:16px;
	height:auto;
	border:#dedede 1px solid;
	margin-bottom:20px;
	background: #f9f9f9; /* Old browsers */
	background: -moz-linear-gradient(top, #d8d8d8 0%, #f9f9f9 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d8d8d8), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d8d8d8 0%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d8d8d8 0%,#f9f9f9 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #d8d8d8 0%,#f9f9f9 100%); /* IE10+ */
	background: linear-gradient(top, #d8d8d8 0%,#f9f9f9 100%); /* W3C */
}
.bgbox h3 {
	display:block;
	margin:-16px -17px 20px -17px;
	height:48px;
	line-height:48px;
	text-indent:16px;
	color: #2e2e2e; 
	text-shadow: 0 1px rgba(255, 255, 255, .63);
	background: #9acc46; /* Old browsers */
	background: -moz-linear-gradient(top, #85c23a 0%, #9bcd47 50%, #afd752 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#85c23a), color-stop(50%,#9bcd47), color-stop(100%,#afd752)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #85c23a 0%,#9bcd47 50%,#afd752 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #85c23a 0%,#9bcd47 50%,#afd752 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #85c23a 0%,#9bcd47 50%,#afd752 100%); /* IE10+ */
	background: linear-gradient(top, #85c23a 0%,#9bcd47 50%,#afd752 100%); /* W3C */
	border-top:#c3e17d 1px solid;
	border-bottom:#9cda4a 1px solid;
	border-left:#92ca4a 1px solid;
	border-right:#92ca4a 1px solid;
}
.bgbox h3:before {
	position:absolute;
	display:block;
	width:100%;
	height:1px;
	border-top:#92ca4a 1px solid;
	top:-1px;
	left:0;
    content: '';
}
.bgbox h3:after {
	position:absolute;
	display:block;
	width:100%;
	height:1px;
	border-top:#b3b3b3 1px solid;
	top:50px;
	left:0;
    content: '';
}
.bgbox label {
	width:210px;
	height:70px;
	margin-right:20px;
}
.bgbox .ui-multiselect {
	width:200px !important;
}
.bgbox .ui-multiselect-menu label {
	height:auto;
}
.bgbox label.half {
	width:98px;
}
.bgbox label.half input[type="text"], 
.bgbox label.half input[type="password"],
.bgbox label.half input[type="email"] {
	width:80px;
}
.bgbox label.long {
	width:322px;
}
.bgbox label.long  .ui-multiselect {
	width:305px !important;
}
.bgbox label.long input[type="text"], 
.bgbox label.long input[type="password"],
.bgbox label.long input[type="email"] {
	width:305px;
}
.bgbox label.l23 {
	width:440px;
}
.bgbox label.l23 input[type="text"], 
.bgbox label.l23 input[type="password"],
.bgbox label.l23 input[type="email"] {
	width:420px;
}
.bgbox fieldset.checkergroup_cn {
	width:96%;
	margin-top:10px;
}
.bgbox fieldset.checkergroup_cn legend,
.bgbox fieldset.checkergroup_cn label {
	float:none;
	margin-bottom:0;
	width:90% !important;
	height:auto;
}
.bgbox fieldset.checkergroup_cn legend {
	padding-left:4px;
}
label#pcc {
	height:auto !important;
	width:660px;
	text-align:right;
	background:url(../images/signup_cc.png) 448px top no-repeat;
}
label#pcc input {
	margin-bottom:0;
	width:160px;
}
#ncc h3 {
	margin-bottom:20px;
}
span#pcheck {
	display:inline-block;
	width:40%;
	height:35px;
	margin-right:14%;
	margin-bottom:10px;
	background:url(../images/signup_check.png) left top no-repeat;
}
span#pphone {
	display:inline-block;
	width:40%;
	height:35px;
	margin-right:0;
	margin-bottom:10px;
	background:url(../images/signup_phone.png) left top no-repeat;
}
#pcheck a, #pphone a {
	margin-left:50px;
}

/* #Side-column lists
================================================== */

ul.collist {
	display:block;
}
ul.collist li {
	display:block;
	width:100%;
	height:auto;
	border-bottom:#dedede 1px solid;
	margin-bottom:0;
}
ul.collist li a, ul.collist li a:visited {
	display:block;
	width:200px;
	height:auto;
	padding:17px 16px 16px 16px;
	line-height:auto;
	font-size:14px;
	text-decoration:none;
}
ul.collist li a:hover, ul.collist li a:active {
	background-color:#ededed;
}

/* Other
================================================== */

.right {text-align:right;}
.left {text-align:left;}
.flleft {float:left;}
.flright {float:right;}
.bright {
	display:block;
	text-align:right;
	margin:20px 10px;
	height:30px;
}
.whbfix .bright {
	margin-bottom:0;
}
.bright .button2 {
	float:right;
}

/* #Pages
================================================== */

#lpass label {
	margin-right:30px;
}
.l2row {
	padding-top:30px;
}
/* #rates/payouts */

.formcol1_3 {
	position:relative;
	display:block;
	float:left;
	margin:10px 10px 20px 0px;
	width:300px;
}
.formcol2_3 {
	position:relative;
	display:block;
	float:left;
	margin:10px 10px 20px 0px;
	width:610px;
}
.formcol1_2 {
	position:relative;
	display:block;
	float:left;
	margin:0px 10px 20px 0px;
	width:455px;
}
.formcol1_1 {
	position:relative;
	display:block;
	float:left;
	margin:0px 10px 20px 0px;
	width:920px;
}
.formcol1_3.longer input[type="text"], 
.formcol1_3.longer input[type="password"],
.formcol1_3.longer input[type="email"] {
	width:330px;
}
.formcol2_3 input[type="text"], 
.formcol2_3 input[type="password"],
.formcol2_3 input[type="email"] {
	width:570px;
}
.formcol2_3.fle fieldset {
	float:left;
}

.fs12 .ui-multiselect {min-width:283px !important; width:283px !important;}
.fs12 .ui-multiselect-checkboxes label {width:250px;}
.fs12 input[type="text"],
.fs12 input[type="password"],
.fs12 input[type="email"] {
	width:270px;
}
.formcol1_3 .fs12 .ui-multiselect {min-width:273px !important; width:273px !important;}
.formcol1_3 .fs12 .ui-multiselect-checkboxes label {width:240px;}
.formcol1_3 .fs12 input[type="text"],
.formcol1_3 .fs12 input[type="password"],
.formcol1_3 .fs12 input[type="email"] {
	width:260px;
}
.formcol2_3 .fs12 button.ui-multiselect {min-width:603px !important; width:603px !important;}
.formcol2_3 .fs12 .ui-multiselect-checkboxes label {width:560px !important;}

.fs2 label {display:block; clear:both; width:100%; margin-bottom:0;}
.fs2 .ui-multiselect {min-width:113px !important; width:113px !important; display:inline;}
.fs2 .ui-multiselect-checkboxes label {width:70px;}
.fs2 input[type="text"],
.fs2 input[type="password"],
.fs2 input[type="email"] {
	width:140px;
	float:left;
	margin-right:10px;
}
fieldset.fsfull {
	margin-top:20px;
	width:96%;
}
.fsfull textarea {
	min-width:96%;	
}
.fsfull legend,
.fsfull label {
	width:100%;
	margin-left:0;
	margin-right:0;
}
.fsfull input[type="text"] {
	width:96%;
	margin-left:0;
	margin-right:0;
}
.fsfull .ui-multiselect {min-width:933px !important; width:933px !important;}
.fsfull .ui-multiselect-checkboxes label {width:890px;}

h3.underboard, h4.underboard {
	padding-bottom:4px;
	border-bottom:#aeaeae 1px solid;
	width:94%;
	margin-bottom:8px;
}

/* labels margin fix */
fieldset.fs12 label + label {
	margin-top:16px;
}


/* Classes */

.smalltext {
	display:block;
	clear:both;
	margin-top:8px;
	font-size:11px;
	line-height:12px !important;
	max-width:450px;
	color:#8ca740;
}
.smalltext.fullwd {
	max-width:96%;
}
.fullwd {width:96% !important;}
.mt20 {margin-top:20px !important;}
.mt0 {margin-top:0 !important;}
.mt10 {margin-top:10px !important;}
.mb20 {margin-bottom:20px !important;}
.mb0 {margin-bottom:0 !important;}
.ml0 {margin-left:0 !important;}


/* #Messages
================================================== */

.note {font-style:italic;}
.note2 {color:#ff6600; margin-bottom:10px; display:block;}
.inote {color:#ff2a1c; font-style:italic;}

.error {color:#ff0000; font-style:italic;}

/* Classes */

/* #Media Queries
================================================== */

/* iPad Portrait/Browser */
@media only screen and (min-width: 768px) and (max-width: 987px) {
input[type="text"], 
input[type="password"],
input[type="email"] {
	width:100%;
}
.checkergroup_cn {
	width:200px !important;
}
		
/* bgbox */
	
.bgbox h3 {
	margin:-16px -17px 10px -17px;
}
.bgbox label {
	font-size:12px;
	height:53px;
	margin-bottom:20px;
}
.bgbox .ui-multiselect {
	width:220px !important;
}
.bgbox .ui-multiselect-checkboxes label {
	margin-bottom:0;
}
.bgbox label.long {
	width:210px;
}
.bgbox label.long  .ui-multiselect {
	width:450px !important;
}
.bgbox label.long  .ui-multiselect-checkboxes label {
	margin-bottom:0;
}
.bgbox label.long input[type="text"], 
.bgbox label.long input[type="password"],
.bgbox label.long input[type="email"] {
	width:205px;
}
.bgbox label.l23 {
	width:210px;
}
.bgbox label.l23 input[type="text"], 
.bgbox label.l23 input[type="password"],
.bgbox label.l23 input[type="email"] {
	width:205px;
}
.bgbox fieldset.checkergroup_cn {
	width:96% !important;
}
.bgbox fieldset.checkergroup_cn legend,
.bgbox fieldset.checkergroup_cn label {
	float:none;
	margin-bottom:0;
	width:90% !important;
	height:auto;
}
.bgbox fieldset.checkergroup_cn legend {
	padding-left:4px;
}

label#pcc {
	width:444px;
}
label#pcc input {
	margin-top:5px;
}

/* #Pages
================================================== */

/* #rates/payouts */

.formcol1_3 {
	margin:10px 10px 20px 0px;
	width:230px;
}
.formcol2_3 {
	margin:10px 10px 20px 0px;
	width:470px;
}
.formcol2_3 .fs12 button.ui-multiselect {min-width:453px !important; width:453px !important;}
.formcol2_3 .fs12 .ui-multiselect-checkboxes label {width:420px !important;}
.formcol2_3 input[type="text"], 
.formcol2_3 input[type="password"],
.formcol2_3 input[type="email"] {
	width:430px;
}
.formcol1_3 .fs12 .ui-multiselect {min-width:203px !important; width:203px !important;}
.formcol1_3 .fs12 .ui-multiselect-checkboxes label {width:170px;}
.formcol1_3 .fs12 input[type="text"],
.formcol1_3 .fs12 input[type="password"],
.formcol1_3 .fs12 input[type="email"] {
	width:190px;
}
.formcol1_2 {
	margin:0px 10px 20px 0px;
	width:350px;
}
.formcol1_1 {
	margin:0px 10px 20px 0px;
	width:700px;
}
}
	
/* Mobile/Browser */
@media only screen and (max-width: 767px) {
body { 
	background-position: 0 -16px;
}
textarea {
	width:246px !important; 
	min-width:246px !important; 
}
select {
	text-indent:10px;
	min-width:260px !important;
	display:block;
	clear:left;
}
input[type="submit"] + input[type="submit"], input[type="submit"] + input[type="reset"], input[type="reset"] + input[type="submit"],
input[type="button"] + input[type="button"], input[type="button"] + input[type="submit"], input[type="button"] + input[type="reset"],
input[type="reset"] + input[type="button"], input[type="submit"] + input[type="button"],
button + button, input[type="button"] + button, button + input[type="button"], button + input[type="submit"], input[type="submit"] + button, button + input[type="reset"], input[type="reset"] + button {
	margin-left:0px;
}
input[type="text"], 
input[type="password"],
input[type="email"] {
	width:240px;
}
legend {
	white-space:normal;
}

h1#logo, h1#logo a {
	position:relative;
	height:92px;
	width:100%;
	background-position:center -16px;
}
#mtitle, #mtitle2 {
	float:none;
	clear:both;
	margin-top:0;
	margin-left:0;
	width:auto;
	z-index: 100;
	padding-right:0;
	background:none;
}
#mtitlein, #mtitlein2 {
	float:none;
	clear:both;
	width:auto;
	padding:0;
	margin:0;
	height:30px !important;
	line-height:20px !important;
	text-align:center;
	color:#444;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow: none;
	font-size:16px;
	letter-spacing:auto;
}

h3.redarr {
	background:url(../images/bits.png) 91% -176px no-repeat;
}
h3.greenarr {
	background:url(../images/bits.png) 91% -376px no-repeat;
}
h3.darkarr {
	background:url(../images/bits.png) 91% -276px no-repeat;
}
a.button {
	margin-bottom:20px;
}
ul.collist {
	margin-bottom:0 !important;
}
	
/* Filter */
	
.bgbox {
	height:auto !important;
}
.bgbox label {
	width:100%;
	height:auto;
	margin-right:0;
}
.bgbox label.half {
	width:98px;
}
.bgbox .ui-multiselect,
.bgbox label.long  .ui-multiselect {
	width:250px !important;
}
.bgbox .ui-multiselect-menu label {
	height:auto;
}
.bgbox label.half input[type="text"], 
.bgbox label.half input[type="password"],
.bgbox label.half input[type="email"] {
	width:80px;
}
.bgbox label.long,
.bgbox label.long input[type="text"], 
.bgbox label.long input[type="password"],
.bgbox label.long input[type="email"],
.bgbox label.l23,
.bgbox label.l23 input[type="text"], 
.bgbox label.l23 input[type="password"],
.bgbox label.l23 input[type="email"] {
	width:240px;
}
.bgbox fieldset.checkergroup_cn {
	width:96%;
	margin-top:10px;
}
.bgbox fieldset.checkergroup_cn legend,
.bgbox fieldset.checkergroup_cn label {
	float:none;
	margin-bottom:0;
	width:90% !important;
	height:auto;
}
.bgbox fieldset.checkergroup_cn legend {
	padding-left:4px;
}
label#pcc {
	margin-top:20px;
	width:440px;
	padding-left:50px;
	text-align:left;
	background:url(../images/signup_cc.png) left top no-repeat;
}
label#pcc input {
	margin-bottom:12px;
	width:160px;
}
span#pcheck {
	display:inline-block;
	width:90%;
	height:35px;
	margin-right:0;
	margin-bottom:10px;
	background:url(../images/signup_check.png) left top no-repeat;
}
span#pphone {
	display:inline-block;
	width:90%;
	height:35px;
	margin-right:0;
	margin-bottom:10px;
	background:url(../images/signup_phone.png) left top no-repeat;
}
#pcheck a, #pphone a {
	margin-left:50px;
}
ul.collist li a, ul.collist li a:visited {
	width:265px;
}


/**/
.formcol1_3, .formcol2_3 {
	margin:10px 0px 20px 0px;
	width:260px;
}
.checkergroup_cn {width:auto !important;}
.formcol1_2,
.formcol1_1 {
	margin:0px 0px 20px 0px;
	width:300px;
}
.formcol2_3 input[type="text"], 
.formcol2_3 input[type="password"],
.formcol2_3 input[type="email"],
.fs12 input[type="text"],
.fs12 input[type="password"],
.fs12 input[type="email"],
.formcol1_3 .fs12 input[type="text"],
.formcol1_3 .fs12 input[type="password"],
.formcol1_3 .fs12 input[type="email"],
.formcol2_3 .fs12 input[type="text"],
.formcol2_3 .fs12 input[type="password"],
.formcol2_3 .fs12 input[type="email"] {
	width:240px;
}
.fs12 .ui-multiselect,
.formcol1_3 .fs12 .ui-multiselect,
.formcol2_3 .fs12 button.ui-multiselect {
	min-width:253px !important; width:253px !important;
}
.fs12 .ui-multiselect-checkboxes label,
.formcol1_3 .fs12 .ui-multiselect-checkboxes label,
.formcol2_3 .fs12 .ui-multiselect-checkboxes label {width:220px !important;}

.fs2row {
	width:260px;
	text-align:left;
}
.fs2row input[type="reset"] {
	margin-right:8px;
}


/* Classes */
.smalltext {
	width:90%;
}
.fullwd {
	display:block;
	width:260px !important;
}


	}
	/* Mobile Landscape/Browser */
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
textarea {
	width:356px !important; 
	min-width:356px !important; 
}

		
.formcol2_3 {
	width:380px;
}

.formcol2_3 input[type="text"], 
.formcol2_3 input[type="password"],
.formcol2_3 input[type="email"] {
	width:340px;
}

.bgbox label.half {
	width:100%;
}

.bgbox label {
	width:210px;
	height:70px;
	margin-right:20px;
}
.bgbox .ui-multiselect {
	width:200px !important;
}
.bgbox .ui-multiselect-menu label {
	height:auto;
}
.bgbox label.half {
	width:98px;
}
.bgbox label.half input[type="text"], 
.bgbox label.half input[type="password"],
.bgbox label.half input[type="email"] {
	width:80px;
}
.bgbox label.long {
	width:322px;
}
.bgbox label.long  .ui-multiselect {
	width:305px !important;
}
.bgbox label.long input[type="text"], 
.bgbox label.long input[type="password"],
.bgbox label.long input[type="email"] {
	width:305px;
}
.bgbox label.l23 {
	width:340px;
}
.bgbox label.l23 input[type="text"], 
.bgbox label.l23 input[type="password"],
.bgbox label.l23 input[type="email"] {
	width:305px;
}

span#pcheck {
	display:inline-block;
	width:40%;
	height:35px;
	margin-right:14%;
	margin-bottom:10px;
	background:url(../images/signup_check.png) left top no-repeat;
}
span#pphone {
	display:inline-block;
	width:40%;
	height:35px;
	margin-right:0;
	margin-bottom:10px;
	background:url(../images/signup_phone.png) left top no-repeat;
}
#pcheck a, #pphone a {
	margin-left:50px;
}

ul.collist li a, ul.collist li a:visited {
	width:385px;
}


	}