#planAdvisor {
	width:760px;
	text-align:left;
}

#planAdvisor hr {
	margin:4px 0;
}

.error {
	color:#880000;
	font-size:20px;
}
.error label {
	font-size:15px;
}

ul.progress {
	list-style-type:none;
	height:40px;
	width:100%;
	margin:0;
	padding:0;
}

ul.progress li {
	float:left;
	width:100px;
	margin:0 12px;
	color:#CCCCCC;
	border:solid 1px #CCCCCC;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;
}

ul.progress li.this {
	color:#444444;
}

ul.progress li.completed {
	color:#2072F7;
	border:solid 1px #2072F7;
	background-color:#F4F8FF;
	text-align:center;
}

ul.progress a {
	color:#666666;
	text-decoration:none;
}
ul.progress a:hover {
	color:#000088;
}

div.ninja {
	float:left;
	clear:left;
	height:344px;
	width:300px;
	margin:0 auto;
	color:#00CC00;
	border:solid 1px #C0C0C0;
	background-color:#111111;
	text-align:left;
}

div.ninja p {
	margin:0 8px 12px 8px;
	font-size:11pt;
	font-weight:bold;
	font-family:monospace;
}


/*
	Common elements: Forms and Tables
*/
form table {
	width:730px;
	margin:8px auto;
	text-align:left;
}

form table table {
	width:auto;
	margin:0;
}

form table th {
	font-weight:bold;
	text-align:center;
}

label {
	font-weight:bold;
}

table .label {
	width:20%;
	padding-right:8px;
	text-align:left;
	vertical-align:middle;
}

form table.radio label {
	font-weight:normal;
}

form table .submit {
	text-align:right;
}

form table .field input,
form table .field select {
	width:98%;
	margin:2px auto;
}

form table .field input.radio,
form table .field input.checkbox {
	width:20px;
}

form p {
	font-size:18px;
}

form table .submit input {
	width:100px;
	margin:8px 2% 0 2%;
}


/*
	Info panel
*/

#infoPanel {
	float:left;
	clear:left;
	width:300px;
	margin-left:30px;
}

#infoPanel h3 {
	border-bottom:solid 2px #AFAFAF;
	margin-bottom:0;
}

#infoPanel p.first {
	margin-top:0;
	padding:6px 4px 0 4px;
	background-image:background:url(http://static1.vpslink.com/images/decorative-gradient_vertical-EB_FF.gif);
	background-position:top left;
	background-repeat:repeat-x;
}

#infoPanel p {
	font-size:14px;
	line-height:15px;
}


/*
	Plan table overrides
*/

table.vps-hosting-plans {
	float:right;
	clear:right;
	margin:0 45px 0 0;
	width:360px;
}

table.vps-hosting-plans p {
	margin:4px -30px;
	color:#FFFFFF;
	font-size:12px;
	line-height:13px;
	text-align:left;
}

table.vps-hosting-plans tr.dark td.advisorHighlight,
table.vps-hosting-plans tr.break td.advisorHighlight {
	background-color:#CCFFCC;
}

table.vps-hosting-plans tr.light td.advisorHighlight,
table.vps-hosting-plans tr.header td.advisorHighlight {
	background-color:#EFFFEF;
}

