/*
Isagenix Story Site Specific CSS :::::::::::::::::::::::: */



/* structure changes */

body.vidMicro div.container div#footer { background-image: none !important; background-color: #fff; }

body.vidMicro #flashcontent { 
	margin: 10px auto 30px;
	text-align: center;
}

select.jumpmenu {
	left:28px;
	position:absolute;
	top:57px;
}


/* tell a friend form */

form { margin: 20px 0; position: relative; }

form input[type="text"] { width: 160px; }

form h3 { background: #eee; width: 98%; padding: 5px; }

form fieldset
{
	width: 48%;
	margin: 0;
	padding: 0;
}

form fieldset.inviteeInfo { position: absolute; top: 85px; left: 330px; margin: 0; }

form legend
{
	margin-left: .5em;
	padding: 0;
	color: #000000;
	font-weight: bold;
}

form fieldset ol
{
	padding: 1em .5em 0;
	list-style: none;
	zoom: 1;
}

form li.inviteeDetail1 { position: absolute; top: 25px; left: 0px; width: 200px; margin:0; padding:0; }
form li.inviteeDetail2 { position: absolute; top: 25px; left: 180px; width: 200px; }

form fieldset li
{
	width: 100%;
	float: left;
	padding-bottom: 1em;
}

form label
{
	float: left;
	width: 11em;
	margin-right: .5em;
	text-align: right;
}

form fieldset.inviteeInfo label { text-align: left; }
form fieldset.inviteeInfo span { margin-left: 18px; }

form fieldset.submit
{
	float: none;
	width: auto;
}

.btn {
   background: url(img/btn_bg.png) repeat-x top center #669933;
   border: 1px solid #888;
   -webkit-border-radius: 10px;
   padding: 5px 15px;
   color: white;
   font-weight: bold;
   font-size: 12px;
   text-align: center;
   cursor: pointer; /* IE6 */
}

.btn:hover {
   background: white;
   border: 1px solid #333;
   color: #333;
}

form fieldset.submit input.btn { float: right; margin-right: 20px; }

.inputTextField {
	font-size: 14px;
	font-weight: normal;
	color: #666666;
	background-color: #FFFF99;
	border: 1px solid #333333;
}

.required { 
	color: #669933;
}

.copyright {
	font-size: 10px;
	font-weight: normal;
	color: #555;
	text-align: left;
	margin-left:120px;
}

.disclaimer {
	font-size: 9px;
	font-weight: normal;
	line-height: 1.2;
	color: #444;
	clear: both;
}

p .alert {
	background: #FBE3E4; 
	color: #D12F19; 
	border-color: #FBC2C4;
	padding: 5px 8px;
	line-height: 3;
}


