/* @override http://media01.isagenix.com/ppc/form/css/forms.css */

/* PPC Forms' tab box common styles */

ul#tabBox {
		clear: both;
		list-style-type: none;
		height: 30px;
		margin-left: 30px;
	}
li.tab {
		float: left;
		margin: 10px 10px;
	}

#ViewPort2 {
	clear: both;
}

#ViewPort2, .SlideTab {
	overflow: hidden;
	margin-left: 10px;
}

#orderTab.tab {
	margin-bottom: 0px;
}

#orderTab {
	display: block;
	font-size: 15px;
	color: #fff;
	background-color: #669933;
	padding: 8px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;

}


#orderTab a {
	color: #fff;
	text-decoration: none;
	display: block;
}

#orderTab:hover {
	background-color: #a6c76f;
}

#infoTab.tab {
	margin-bottom: 0px;
}

#infoTab {
	display: block;
	font-size: 15px;
	color: #fff;
	background-color: #ee8c24;
	padding: 8px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
}

#infoTab a {
	color: #fff;
	text-decoration: none;
}

#infoTab:hover {
	background-color: #f7b36a;
}



/* order form css */

#orderForm {
	width: 580px;
	border: #669933 solid 2px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	padding-top: 10px;
	text-align: center;
	
}

#orderForm select {
	height: 20px;
	font-size:15px;
}


/* lead form css */

#leadForm {
text-align: center;
	border: #ee8c24 solid 2px;
	-moz-border-radius-topleft: 10px;
	-webkit-border-top-left-radius: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	width: 550px;
}


	  label {
	  	padding-right:10px;
	  }


      input {
        border: 1px solid #666666;
        background-color: #daf8ff;
        height: 25px;
        width: 180px;
        font-size: 20px;
        color: #666;
      }

      select {
        border: 1px solid #666666;
        font-family:Verdana, Arial, Helvetica, sans-serif;
        color:666666;
        background-color: #daf8ff; 
        height: 27px;
        font-size:20px;
        margin-top: 3px;       
        color: #666;
        
      }
      

	.requiredNote {
	float:right;
	text-align: right;
	clear:both;
	color: #666;
	margin-right: 30px;
	}

	#submitBtn {
		cursor: pointer;
		padding-top: 10px;
		clear: both;
	}

