﻿/* Basics */

body
{
	background: #fff url(Images/PageBodyRepeat.jpg) repeat-x;
	font-family: "Segoe UI", "Arial", "Sans Serif";
}

.hidden
{
	display: none;
}

.nobr
{
	white-space: nowrap;
}

a
{
	color: #0B579E;
	text-decoration: none;
}

a:disabled, a[disabled="disabled"]
{
	color: #888;
	text-decoration: none;
}

a:hover
{
	text-decoration: underline;
}

a:focus
{
  outline: none;
}

a:disabled:hover, a[disabled="disabled"]:hover
{
	text-decoration: none !important;
}

strong
{
	font-weight: bold;
}

#page h1
{
	font-size: 22pt;
	font-weight: bold;
	margin-bottom: 1em;
}

#page h1.wizard-title
{
	margin-bottom: 0;
}

.wizard-title + p + div.clear + .help-tip
{
	margin-top: 0;
}

.standard-page-header
{
	overflow: auto;
}

#page .standard-page-header + h2, #page .crumbs + h2
{
	margin-top: 0;
}

#page h2
{
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 50px;
}

#page #account-tabs
{
	margin-top: 40px;
}

#page h2.first
{
	margin-top: 0;
}

#page h3
{
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 18px;
	margin-top: 40px;
}

#page p
{
	margin-bottom: 0.8em;
}

#page em
{
	font-weight: bold;
}

#page ul
{
	list-style-position: inside;
	list-style-type: square;
	margin-bottom: 1em;
	padding-left: 20px;
}

.clear
{
	clear: both;
	height: 1px;
	margin-top: -1px;
}

/* Home page */

#home-main
{
	background-image: url(Images/HomeFront.jpg);
	height: 474px;
	margin: 24px auto 0 auto;
	position: relative;
	width: 835px;
}

#home-main .badge
{
	background-image: url(Images/Badge.png);
	height: 217px;
	left: -50px;
	position: absolute;
	top: -38px;
	width: 214px;
}

#home-main .text
{
	position: relative;
	left: -10000px;
}

#home-main-bottom
{
	margin: 0 auto;
	width: 835px;
}

#home-left
{
	background: url(Images/HomeLeft.jpg);
	float: left;
	height: 73px;
	width: 215px;
}

.home-top-signin
{
	font-size: 12px;
	position: absolute;
	right: 7px;
	top: -19px;
}

.home-top-signin a
{
	color: #ccc;
	display: block;
	padding: 4px;
	text-decoration: underline;
}

.home-top-signin a span
{
	color: #fff;
}

.home-top-signin a:hover
{
	background-color: #555;
}

.create-link
{
	background: url(Images/HomeCreate.jpg);
	display: block;
	float: left;
	height: 73px;
	margin: 0 auto;
	text-indent: -10000px;
	width: 421px;
}

.create-link:focus
{
	-moz-outline-style: none;
}

.create-link:hover
{
	background-position: 0 -73px;
}

#home-right
{
	background: url(Images/HomeRight.jpg);
	float: left;
	height: 73px;
	width: 199px;
}

#home-points
{
	background: url(Images/Home123.jpg);
	height: 150px;
	margin: 0 auto;
	width: 835px;
}

#home-points ol
{
	position: relative;
	left: -10000px;
}

.home-signin
{
	display: block;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto 20px auto;
	text-align: center;
	width: auto;
}

.home-signin li
{
	border-right: solid 1px #c8c8c8;
	display: inline;
	margin-right: 10px;
	padding-right: 10px;
}

.home-signin li.last
{
	border-right: none;
	margin-right: 0;
	padding-right: 0;
}

.home-signin a
{
	text-decoration: underline;
}

.home-signin a, .extra-links a
{
	color: #117dae;
}

.home-signin a:hover, .extra-links a:hover
{
	color: #064f6f;
}

.extra-links
{
	display: block;
	margin: 20px auto 30px auto;
	text-align: center;
	width: auto;
}

.extra-links ul
{
	color: #117dae;
	list-style-type: none;
}

.extra-links li
{
	display: inline;
}

.extra-links ul li
{
	border-right: solid 1px #ccc;
	display: inline;
	padding: 0 10px 4px 10px;
	text-decoration: none;
}

.extra-links ul li.last
{
	border-right: none;
}

/* Normal pages */

#page
{
	background-image: url(Images/PageBackgroundRepeat.jpg);
	min-height: 620px;
	margin: 0 auto;
	padding: 10px 20px 30px 20px;
	position: relative;
	width: 777px;
}

#page-header
{
	background-image: url(Images/PageBackgroundTop.jpg);
	height: 14px;
	margin: 24px auto 0 auto;
	width: 817px;
}

#page-footer
{
	background-image: url(Images/PageBackgroundBottom.jpg);
	height: 15px;
	margin: 0 auto;
	width: 817px;
}

.numbers
{
	float: left;
	height: 51px;
	margin: 11px 20px 30px 0;
	width: 96px;
}

.content-with-back
{
	margin-bottom: -20px;
	min-height: 390px;
	padding-bottom: 70px;
	position: relative;
}

.content-with-back .content-back-button
{
	bottom: 0;
	display: block;
	left: 0;
	margin: 0;
	position: absolute;
}

/* Split lists */

.split-list
{
	background-color: #eee;
	border: solid 1px #ccc;
	margin: 20px auto 20px auto;
	padding: 10px;
	width: 755px;
}

.split-list-left
{
	background: #fff;
	border: solid 1px #ccc;
	float: left;
	min-height: 420px;
	padding: 8px;
	position: relative;
	width: 380px;
	overflow: auto;
}

.split-list-left .theme-list-group
{
	border-bottom: solid 1px #000;
	clear: both;
	display: block;
	float: left;
	font-weight: bold;
	margin: 8px 0 8px 0;
	text-transform: capitalize;
	width: 350px;
}

.split-list-left .image-loading
{
	background: url(Images/AjaxLoadingCircle.gif) no-repeat center center;
	float: left;
	height: 96px;
	margin: 0 7px 7px 0;
	width: 110px;
}

.theme-preview-loading
{
	background: url(Images/AjaxLoadingCircle.gif) no-repeat center center;
}

.split-list-left a
{
	border: solid 1px #a3d2f0;
	color: #000;
	display: block;
	height: 96px;
	left: 0;
	position: relative;
	text-decoration: none;
	text-indent: -10000px;
	top: 0;
	width: 110px;
}

.split-list-left a.selected, .split-list-left a.selected:hover
{
	border: solid 4px #000;
	left: -3px;
	margin: 0 1px 1px 0;
	position: relative;
	top: -3px;
}

.split-list-left a:hover
{
	border: solid 2px #a3d2f0;
	left: -1px;
	margin: 0 5px 5px 0;
	position: relative;
	top: -1px;
}

.split-list-left a:focus
{
	-moz-outline-style: none;
}

.split-list-right
{
	background: #fff;
	border: solid 1px #ccc;
	float: right;
	min-height: 420px;
	padding: 10px;
	position: relative;
	width: 320px;
}

.split-list-right img
{
	border: solid 1px #000;
	margin-top: 20px;
}

.split-list-right dl
{
	padding: 10px 0 10px 20px;
}

.split-list-right dl dt
{
	clear: left;
	float: left;
	width: 100px;
}

.split-list-right dl dd
{
	float: left;
}

.split-list-loading
{
	background-color: #fff;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.split-list-loading img
{
	display: block;
	margin: 20px auto 0 auto;
}

.split-list-title
{
	display: block;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}

.split-list-description
{
	display: block;
	height: 3em;
}

.wizard-next, .wizard-back
{
	cursor: pointer;
	display: block;
	padding: 6px;
	width: 100px;
}

.wizard-next[disabled="disabled"], .wizard-back[disabled="disabled"]
{
	cursor: default;
}

.wizard-next
{
	font-weight: bold;
	float: right;
}

.wizard-back
{
	float: left;
}

.wizard-back-lower
{
	position: relative;
	top: 30px;
}

.wizard-next:focus
{
	-moz-outline-style: none;
}

/* Forms */

.form
{
	background-color: #eee;
	border: solid 1px #ccc;
	margin: 20px auto 20px auto;
	padding: 20px;
	position: relative;
	width: 730px;
}

.form-label
{
	clear: both;
	color: #555;
	float: left;
	font-weight: bold;
	margin-right: 20px;
	position: relative;
	text-align: right;
	top: -1px;
	width: 150px;
}

.form-input
{
	border: solid 1px #a3d2f0;
	float: left;
	margin-bottom: 10px;
	padding: 2px;
	width: 200px;
}

textarea.form-input
{
	font-family: Segoe UI, Arial, Sans-Serif;
	font: 0.9em;
	height: 200px;
	width: 553px;
}

.form-line
{
	position: relative;
}

.form-validation
{
	background: #a00;
	border: solid 1px #500;
	color: #fff;
	margin: 0 0 10px 10px;
	max-width: 300px;
	padding: 0 2px 1px 2px;
	position: absolute;
	right: 0;
	top: 0;
}

.form-checkbox input
{
	position: relative;
	top: 3px;
}

.form-button input, input.form-button
{
	cursor: pointer;
	font-weight: bold;
	padding: 2px;
	float: right;
	margin-top: 10px;
}

.form-buttons
{
	overflow: auto;
}

.form-info-line
{
	clear: both;
	display: block;
	margin: 10px 100px 20px 30px;
}

.form-after
{
	margin-left: 10px;
}

.new-user-form .form-info, .account-details .form-info
{
	display: block;
	font-style: italic;
	margin-bottom: 20px;
}

.new-user-form textarea
{
	height: 100px;
	width: 200px;
}

.account-details textarea
{
	height: 100px;
	margin-left: 10px;
	width: 204px;
}

.new-user-form .optional, .account-details .optional
{
	background-color: #f4f4f4;
	border: solid 1px #ccc;
	margin-top: 20px;
	padding: 10px;
}

.new-user-form .optional .form-label
{
	width: 140px;
}

.account-details .optional .form-label
{
	width: 210px;
}

/* Domain name form special */

.domain-name-price-na
{
	text-decoration: line-through;
}

.domain-name-choose .form-textbox .clear
{
	clear: none;
}

#domain-name-choose-update .search-button
{
	cursor: pointer;
	font-weight: bold;
	margin-left: 10px;
	padding: 1px 6px 1px 6px;
	position: relative;
	top: -2px;
}

.domain-name-choose .form-textbox label
{
	color: #000;
	font-weight: normal;
	margin-right: 2px;
	width: auto;
}

.domain-name-choose .form-dropdown label
{
	display: none;
}

.domain-name-choose select
{
	margin-left: 2px;
	padding: 1px;
	width: 70px;
}

.domain-name-choose .form-line
{
	float: left;
	position: relative;
}

.domain-name-choose span.form-info
{
	color: #555;
	float: left;
	font-weight: bold;
	margin-right: 20px;
	text-align: right;
	width: 150px;
}

.domain-name-choose .form-validation
{
	left: 330px;
	position: absolute;
	width: 200px;
}

.domain-name-choose .form-validation span
{
	color: #fff;
	float: none;
	font-weight: normal;
	margin-right: 0;
	text-align: left;
	width: auto;
}

.domain-name-choose + .form-info-line
{
	margin-top: 20px;
}

.domain-choose-section
{
	position: relative;
}

.domain-choose-section .form
{
	height: 330px;
}

#domain-name-choose-list
{
	margin-top: 20px;
}

#domain-name-choose-list .status
{
	font-style: italic;
}

#domain-name-choose-list ul
{
	list-style-type: none;
	margin-left: 172px;
}

#domain-name-choose-list li
{
	margin-bottom: 5px;
}

#domain-name-choose-list li label
{
	cursor: pointer;
	font-weight: bold;
	margin-left: 10px;
}

#domain-name-choose-list li .strikeout label
{
	cursor: default;
	font-weight: normal;
	text-decoration: line-through;
}

.choose-domain-checking
{
	height: 100%; 
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}

.choose-domain-checking-fade
{
	background-color: #fff;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	height: 100%; 
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.choose-domain-checking-image
{
	height: 100%; 
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20;
}

.choose-domain-checking img
{
	display: block;
	margin: 50px auto 0 auto;
}

#email-name-choose .form-textbox b
{
	font-weight: normal;
}

.bigger-buttons-container
{
	text-align: center;
}

.bigger-button-subsidiary-link
{
	display: block;
	margin-top: 40px;
	text-decoration: underline;
}

.bigger-button
{
	cursor: pointer;
	font-weight: bold;
	margin: 20px auto 0 auto;
	padding: 6px;
}

.even-bigger-button
{
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
	margin: 20px auto 0 auto;
	padding: 10px;
}

/* Grids */

table
{
	background-color: #fff;
	border: solid 1px #555;
	margin-bottom: 1em;
	width: 100%;
}

table th
{
	background-color: #555;
	color: #fff;
	font-weight: bold;
	padding: 6px;
}

table td
{
	padding: 6px;
	vertical-align: top;
}

table td .title, table td.title
{
	font-weight: bold;
}

table td .grid-actions, table td.grid-actions
{
	text-align: center;
}

dl
{
	overflow: auto;
	margin-left: 50px;
}

dl dt, dl dd
{
	margin-bottom: 10px;
}

dl dt
{
	clear: left;
	float: left;
	width: 200px;
}

dl dd
{
	float: left;
	width: 450px;
}

/* Help */

.help-container
{
	font-size: 75%;
	height: 450px;
	position: relative;
	width: 100%;
}

.help-container em
{
	font-weight: bold;
}

.help-container img
{
	display: block;
	height: 394px;
	left: 150px;
	position: absolute;
	top: 30px;
	width: 500px;
}

.help-container .help-mode, .help-container .help-delete, .help-container .help-purchase, .help-container .help-edit, .help-container .help-help
{
	background-color: #1a96e0;
	border: solid 1px #000;
	color: #fff;
	padding: 4px;
	position: absolute;
	text-align: justify;
}

.help-container .help-mode
{
	width: 280px;
}

.help-container .help-delete
{
	width: 240px;
}

.help-container .help-purchase, .help-container .help-edit
{
	width: 170px;
}

.help-container .help-help
{
	width: 220px;
}

.help-container .help-mode
{
	right: 0;
	top: 0;
}

.help-container .help-delete
{
	left: 210px;
	top: 0;
}

.help-container .help-purchase
{
	left: 0;
	top: 80px;
}

.help-container .help-edit
{
	left: 0;
	top: 250px;
}

.help-container .help-help
{
	background-color: #FF3030;
	border: solid 4px #000;
	color: #fff;
	font-size: 16px;
	right: 0;
	top: 220px;
}

.help-tip
{
	display: block;
	margin-top: 20px;
	position: relative;
}

.help-tip .close
{
	background-color: #f88;
	border: solid 1px #93C9FF;
	color: #fff;
	font-size: 8px;
	font-weight: bold;
	height: 12px;
	line-height: -5px;
	padding: 2px;
	position: absolute;
	right: -8px;
	text-align: center;
	top: -10px;
	width: 12px;
}

.help-tip .close:hover
{
	background-color: #f44;
	text-decoration: none;
}

.form > .help-tip.first
{
	margin-top: 0;
}

.help-tip, .form-info-line
{
	background: #def url(Images/InfoBulb.png) no-repeat 8px 8px;
	border: solid 1px #93C9FF;
	margin-bottom: 20px;
	min-height: 50px;
	padding: 8px 8px 8px 50px;
}

#coupon-section .form-textbox
{
	float: left;
	margin-top: 20px;
	position: relative;
}

#coupon-section input
{
	margin-right: 5px;
}

#coupon-section .button
{
	cursor: pointer;
	float: left;
	font-weight: bold;
	margin: 17px 0 0 20px;
	padding: 2px;
}

#coupon-section .form-validation
{
	left: 160px;
	top: 26px;
}

tr.total
{
	border-bottom: solid 2px #000;
	border-top: solid 2px #000;
	font-weight: bold;
}

.choose-theme .split-list-left
{
	height: 370px;
	min-height: 370px;
	overflow: scroll;
	padding-bottom: 28px;
}

.choose-theme .split-list-right
{
	height: 386px;
	min-height: 386px;
}

/* Drop-down */

.drop-down-container
{
	background-color: #eee;
	border: 1px solid #ccc;
	height: 26px;
	margin: 0 auto;
	padding: 10px;
	position: relative;
	z-index: 10;
}

.drop-down-container > span
{
	float: left;
	font-weight: bold;
}

.drop-down-container > a.wide-drop-down
{
	background: #eee url(Images/WideDropDown.png) no-repeat;
	color: #000;
	display: block;
	float: left;
	height: 30px;
	margin-left: 10px;
	padding-top: 4px;
	position: relative;
	text-decoration: none;
	text-indent: 8px;
	top: -4px;
	vertical-align: middle;
	width: 190px;
}

.drop-down-container > a.wide-drop-down:hover
{
	background-position: 0 -34px;
}

.drop-down-container > a.wide-drop-down:focus
{
	-moz-outline-style: none;
}

.drop-down
{
	background-color: #fff;
	border: 2px solid #000;
	left: 17px;
	padding: 10px;
	position: absolute;
	top: 42px;
}

.drop-down-cancel
{
	cursor: default;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}

#page ul.category-group-list
{
	list-style-type: none;
	padding-left: 0;
}

.category-group-list > li
{
	display: block;
	float: left;
	width: 180px;
}

#page ul.category-group-list > li > span
{
	font-weight: bold;
}

#page ul.category-list
{
	display: block;
	list-style-type: none;
	padding-left: 0;
}

#page ul.category-list a
{
	color: #117dae;
	padding-left: 18px;
}

#page ul.category-list a.selected
{
	background: #fff url(Images/Tick.png) no-repeat left center;
}

.domain-reg-error-message
{
	margin: 1em;
	text-align: center;
	font-weight: bold;
	color: Red;
}

.dialog-modal
{
	background-color: #7f7f7f;
	height: 100%;
	left: 0;
	filter: alpha(opacity=70);
	-moz-opacity: .7;
	opacity: .7;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.dialog
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #eee;
	border: solid 3px #000;
	left: 0;
	padding-bottom: 50px;
	position: absolute;
	top: 0;
	width: auto;
	z-index: 200;
}

.dialog-content
{
	padding: 10px;
}

.dialog-title
{
	background-color: #444;
	color: #fff;
	font-weight: bold;
	padding: 10px;
}

.dialog-buttons
{
	bottom: 0;
	left: auto;
	padding: 10px;
	position: absolute;
	right: 0;
	top: auto;
}

.dialog-buttons input
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #a4d1ee;
	border: solid 1px #000;
	cursor: pointer;
	display: inline;
	font-weight: bold;
	height: 30px;
	margin-left: 8px;
	padding: 3px 4px 4px 4px;
	width: 80px;
}

.dialog-buttons input:hover
{
	background-color: #60BAFF;
}

.dialog-content input
{
	float: left;
	margin: 0 0 4px 10px;
	padding: 4px;
}

.dialog-content input[type=checkbox]
{
	float: none;
	margin-right: 4px;
}

.dialog-buttons input[disabled=disabled], .dialog-buttons input[disabled=disabled]:hover
{
	border-color: #888;
	cursor: default;
	background-color: #ddd;
}

.dialog-content span.error, .xml-edit-error
{
	clear: both;
	color: #f00;
	display: block;
	font-weight: bold;
	margin-top: 10px;
	width: auto;
}

.dialog-content table
{
	background-color: #fff;
}

.dialog-content span.message
{
	text-align: left;
	width: auto;
}

#page ul.crumbs
{
	border-bottom: dotted 1px #5e5e5e;
	list-style-position: outside;
	list-style-type: none;
	margin: 0 -18px 10px -18px;
	overflow: auto;
	padding: 0 18px 4px 18px;
}

#page .crumbs li
{
	float: left;
	margin-right: 6px;
}

#page .crumbs li.last a
{
	color: #000;
	font-weight: bold;
	text-decoration: none;
}

#page .crumbs li.last, #page .crumbs li.mid
{
	background: url(Images/BreadcrumbArrow.png) 0 9px no-repeat;
	padding-left: 16px;
}

tr.odd
{
	background-color: #f5f5f5;
}

.zone-edit-record-status
{
	font-style: italic;
	margin-left: 0.2em;
}

#page .domain-name ul
{
	font-size: 0.8em;
	list-style-type: none;
	margin: 0 0 0 10px;
}

.domain-link-commands a
{
	padding-left: 0.5em;
}

.domain-link-list
{
	border: none;
	margin-bottom: 0;
}

.domain-list-outer
{
	border: solid 1px #000;
	height: 200px;
	overflow: auto;
}

.grid-add-link
{
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #a4d1ee;
	border: solid 1px #000;
	color: #000;
	cursor: pointer;
	font-size: 1.1em;
	font-weight: bold;
	padding: 2px 8px 4px 8px;
	text-decoration: none;
	width: auto;
}

.shopping-cart-link
{
	background: #A4D1EE url(Images/ShoppingCart.png) no-repeat 2px 0;
	display: block;
	margin-bottom: 8px;
	padding-left: 40px;
	width: 150px;
}

.grid-add-link:hover
{
	background-color: #60BAFF;
	text-decoration: none;
}

.domain-search .search-button, .domain-picker input, .domain-holder input
{
	cursor: pointer;
	font-weight: bold;
	padding: 2px;
}

.domain-search .search-field
{
	padding: 4px;
}

.domain-picker
{
	margin-top: 10px;
}

.domain-name
{
	overflow: hidden;
	width: 220px;
}

#page ul.tabs
{
	list-style-type: none;
	margin: 0 0 0 2px;
	padding: 0;
	position: relative;
	overflow: auto;
	top: 21px;
	z-index: 10;
}

#page ul.tabs li
{
	float: left;
	margin-right: 6px;
}

#page ul.tabs li a
{
	background-color: #fff;
	border: solid 1px #ccc;
	color: #000;
	display: block;
	font-weight: bold;
	left: 1px;
	padding: 4px 10px 6px 10px;
	position: relative;
	top: 2px;
}

#page ul.tabs li a.selected
{
	background-color: #eee;
	border-bottom: none;
	padding: 6px 10px 7px 10px;
	top: 0;
}

#page ul.tabs li a:hover
{
	background-color: #eee;
	text-decoration: none;
}

#page ul.tabs li a:focus
{
	-moz-outline-style: none;
}

.linked-domain
{
	background: url(Images/Linked.png) center left no-repeat;
	padding-left: 24px;
}

.dialog-text
{
	width: 300px;
}

.choose-kind-simple, .choose-kind-hosting
{
	background: #fff url(Images/BigButton.png) no-repeat 0 0;
	display: block;
	height: 122px;
	margin: 40px auto;
	padding: 10px 30px 10px 120px;
	position: relative;
	width: 370px;
}

.choose-kind-simple:hover, .choose-kind-hosting:hover
{
	background: #fff url(Images/BigButton.png) no-repeat 0 -142px;
	text-decoration: none;
}

.choose-kind-simple:focus, .choose-kind-hosting:focus
{
	-moz-outline-style: none;
}

.choose-kind-simple span, .choose-kind-hosting span
{
	color: #fff;
	font-size: 16px;
	font-weight: bold;
}

.choose-kind-simple span.title, .choose-kind-hosting span.title
{
	display: block;
	font-size: 24px;
	margin-bottom: 10px;
}

.choose-kind-simple .badge
{
	-ms-interpolation-mode: bicubic;
	position: absolute;
	right: -30px;
	top: -30px;
}

.choose-kind-simple .pic, .choose-kind-hosting .pic
{
	left: -35px;
	position: absolute;
	top: -10px;
}

.order-grid .number-cell
{
	text-align: right;
}

.order-item-not-selected
{
	text-decoration:line-through;
}

.hosting-plan
{
	background-color: #fff;
	border: solid 2px #444;
	float: left;
	height: 340px;
	margin-left: 30px;
	position: relative;
	text-align: center;
	width: 200px;
}

.hosting-plan .name, .hosting-plan .description, .hosting-plan .price, .hosting-plan .storage, .hosting-plan .bandwidth
{
	display: block;
	font-size: 1.2em;
	padding: 10px;
	text-align: center;
}

.hosting-plan .name
{
	background-color: #777;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 0;
	text-transform: uppercase;
}

.hosting-plan .description
{
	background-color: #777;
	border-bottom: 2px solid #444;
	color: #fff;
	font-size: 12px;
	font-style: italic;
	height: 28px;
	margin-bottom: 10px;
}

.hosting-plan .price, .hosting-plan .storage, .hosting-plan .bandwidth
{
	border-bottom: dotted 1px #777;
}

.hosting-plan .highlight, .hosting-plan .price
{
	color: #800;
	font-weight: bold;
}

.hosting-plan .grid-add-link
{
	bottom: 18px;
	left: 40px;
	position: absolute;
	width: 100px;
}

.dialog-content .form
{
	overflow: auto;
	width: 650px;
}

.dialog-content .form-label
{
	width: 220px;
}

.dialog-content .form-validation span
{
	text-align: left;
	width: 180px;
}

.existing-forgot-link
{
	font-weight: bold;
	left: 190px;
	position: relative;
	top: -1.5em;
}
