BODY {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.7em;
	text-align: center;
	background: url(../images/bg.gif) repeat-x;
	background-color: #D1D2D4;
	margin: 0px;
}

DIV#page {
	width: 800px;
	margin: 0px auto;
	text-align: left;
}

TD#greyHeader {
	height: 7px;
	background-color: #D1D2D4;
}

TD#rightColumn {
	background-color: #ffffff;
}

DIV#domainBox {
	width: 160px;
	height: 162px;
	overflow: hidden;
	margin: 0px;
	padding: 9px 0px 0px 0px;
}

INPUT.domainInput {
	width: 86px;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 0.9em;
	text-align: right;
	border: none #ffffff;
	padding: 0px;
	margin: 0px;
}

TD#domainBoxBottom {
	width: 160px;
	height: 39px;
	background: url(../images/home/domainbox/bottom.gif) no-repeat;
}

/* CHECKOUT */

TD#mainContent {
	background-color: #ffffff;
	padding: 10px;
}

TD.checkoutBG {
	padding-top: 40px;
	background: url(../images/checkout/checkoutbg.gif) repeat-x;
}

TD#checkoutprocess {
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 1.1em;
	padding: 5px 0px 10px 0px;
}

SPAN.orange {
	font-weight: bold;
	color: #F7941D;
}

SPAN.selected {
	font-weight: bold;
}

TD.orangeBar {
	height: 4px;
	background-color: #F7941D;
}

SPAN.bold {
	font-weight: bold;
}

/* LOGIN */

TD.loginBG {
	padding: 10px;
	background: url(../images/login/loginbg.gif) repeat-x;
}

INPUT.loginBox {
	width: 200px;
	background-color: #ECECEC;
	border: none #ffffff;
}

/* REGISTER */

TD.inputError {
	width: 220px;
	font-size: 0.8em;
	text-align: left;
	color: #ff0000;
}

/* PAGES */

P#rightBullet1 {
	margin: 70px 0px 0px 10px;
}

P.rightBullets {
	width: 140px;
	display: block;
	font-size: 1.1em;
	font-weight: bold;
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0px 10px;
}

TD.bottomTxt {
	width: 615px;
	padding: 20px 5px 10px 20px;
	font-size: 0.9em;
	background-color: #ffffff;
	text-align: right;
}

/* CONTACT */

TABLE#contact {
	margin: 10px;
}

TD.contactBG {
	padding-top: 30px;
	background: url(../images/checkout/checkoutbg.gif) repeat-x;
}

INPUT.contactInput {
	width: 180px;
}

TEXTAREA.contactText {
	width: 430px;
	height: 60px;
}

SPAN.contactCheckLabel {
	display: block;
	padding: 3px 0px 3px 0px;
	margin: 0px;
}

/* IE hack */
html*SPAN.contactCheckLabel{
  padding: 4px 0px 3px 0px;
}