﻿.signup
{
	position:relative;
	width:436px;
	height:244px;
	background:url('/img/box_signup.gif');
	
}
.signup .step 
{
	position:absolute;
	top:50px;
	left:15px;
	padding: 0px 0px 0px 0px;
}

.signup .step .intro 
{
	position:absolute;
	top:4px;
	left:5px;
	font-weight:bold;
	font-size:13px;	
	width:350px;
	color:Black;
}


.signup .navigation 
{
	position:absolute;top:190px;left:15px;width:400px;
}

.signup .navigation .terms{
	position: absolute;
	top: 30px;
	left: 0px;
	width:400px;
}


/* Step 1 - Details*/

.signup .step .details 
{
	position:absolute;
	top:40px;
	left:0px;	
}

.signup .step .details input
{
	width:160px;	
}


/* Step 2 - Select Product */
.signup .step .saleitem
{
    padding-right:5px;
    font-weight: bold;
    cursor:pointer;
    font-size:12px;
}
.signup .step .saleitem input 
{
	margin-left:10px;
}
    	

.signup .step #creditcardcontrol .formtable {width:300px;}                                           
.signup .step #creditcardcontrol .formtable td {padding:2px;}
.signup .step #creditcardcontrol .formtable_caption {width:80px;}
.signup .step #creditcardcontrol .formtable .textbox {width:150px;}

/* Invite Friends */
.signup .step .inviteform 
{
	position:absolute;
	top:50px;
	left:5px;	
}
.signup .step .inviteform td 
{
	padding:2px;
}
.signup .step .inviteform .formtable_caption {white-space:nowrap;}
.signup .step .inviteform input
{
	width:220px;
}

/* On-Demand Help section*/
.signup .step .help .message 
{
	position:relative;
	left:8px;
	top:10px;
	width:383px;
	height:75px;
	font-size:11px;
}
#product_popover_totalpc 
{
	visibility:hidden;
	position:absolute;
	top:-120px;left:0px;
	background:#45577a;
}
#product_popover_pccare 
{
	visibility:hidden;
	position:absolute;
	top:-120px;left:140px;
	background:#3c4b51;
}
#product_popover_ondemand 
{
	visibility:hidden;
	position:absolute;
	top:-120px;left:280px;
	background:#7c1729;
}
.product_popover 
{
	
	color:white;border:1px solid silver;
	height:140px;
	width:300px;
	padding:5px 5px 0px 10px;
}

.product_popover h3
{
	font-size:14px;color:white;font-weight:bold;margin-bottom:10px;
}
        
   