@charset "utf-8";
.mcsnetphone {
	font-size:1.1em;
	margin-bottom:60px;
	margin-top:30px;
	text-align:left;
}
.mcsnetphoneimg {
	display:inline;
	float:right;
	margin-top:-15px;
	padding-right:150px;
}
.mcsnetphoneimgleft {
	font-size:1.1em;
	margin-bottom:0;
	margin-top:0;
	padding-left:20px;
	text-align:left;
	width:100px;
}
.mcsnetphoneimgright {
	display:inline;
	float:right;
	font-size:1.1em;
	margin-bottom:0;
	margin-top:0;
	padding-right:20px;
	text-align:left;
	width:100px;
}
.mcsnetphoneleft {
	display:inline;
	float:left;
	font-size:1.1em;
	margin-bottom:0;
	margin-top:0;
	padding-left:156px;
	text-align:left;
	width:650px;
}
.mcsnetphoneright {
	display:inline;
	float:right;
	font-size:1.1em;
	margin-bottom:0;
	margin-top:0;
	text-align:left;
	width:645px;
}
#dialuptable tr, #dialuptable td {
	padding: 3px;
}
#dialuptable {
	border:thin;
	border-color:#999;
	border-style:solid;
	background-color:#fefefe;
}
.dialuptext {
	font-size:9px;
}
.mcsnetphonephonenum {
	color: green;
	font-size:1.1em;
	font-weight:bold;
}
.packagelinkleft {
	background-color: #FC0;
	border: thin;
	border-color:#666;
	border-bottom-style:solid;
	padding: 4px 10px 4px 10px;
	text-decoration:none;
	margin-left: 40px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
.packagelinkright {
	background-color: #FC0;
	border: thin;
	border-color:#666;
	border-bottom-style:solid;
	padding: 4px 10px 4px 10px;
	text-decoration:none;
	margin-right: 40px;
	-moz-box-shadow: 1px 1px 5px #999;
	-webkit-box-shadow: 1px 1px 5px #999;
	box-shadow: 1px 1px 5px #999;
}
a:hover.packagelinkright, a:hover.packagelinkleft {
	background-color:#E6FEE2;
}
.processtitle {
	font-size:15px;
	padding: 0 0 8px 0;
	margin-bottom: 2px;
	font-weight:700;
	display:inline-block;
}
#signupbutton {
	width: 368px;
	height: 64px;
	float:right;
}
#signupbutton span {
	display:none;
}
#signupbutton a {
	display:block;
	width: 368px;
	height: 64px;
	background-image:url(../images/wirelessbutton.png);
} 
#signupbutton a:hover {
	background: transparent url(../images/wirelessbutton.png)
    0px -66px no-repeat;
}
.paddingtop {
	padding-top: 16px;
}
.portability {
	width:300px;
	background-color:white;
	border:thin;
	float:right;
	display:inline;
	padding: 10px 8px;
	border-color:black;
	border-style:solid;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
.larger {
	font-size:12px;
	font-weight:bold;
}
.notes {
	display:inline;
	float:left;
	width:450px;
}
#referral ol {
	list-style-position:inside;
	list-style-type:decimal;
}
#referral ol li {
	margin-top:2px;
	margin-bottom: 10px;
}	