#domain-box {
	float: right;
	width: 360px;
	background-color: #EBEBEB;
	border: 1px solid #D1D1D1;
	padding: 10px;
	margin: 0;
	margin-top: 10px;	
}
input.text {
	width: 140px;
}
#client-content table {
	border-collapse: collapse;
	width: 100%;
}
#client-content td {
	padding: 5px;
}
#client-content tr.clientareatableheading td {
	font-weight: bold;
	text-align: left;
	background-color: #EEE;
	border-bottom: 1px solid #D1D1D1;
}

#table-box {
	width: 400px;
	float: left;
	position: relative;
}
.clearboth {
	clear: both;
	height: 1px;
	overflow: hidden;
	display: block;
}
#client-content a {
	color: #C03;
	border-bottom: 1px dotted #FFF;
}
#client-content a:hover {
	border-bottom: 1px dotted #C03;
}
#client-content p {
	margin: 5px;
	padding: 5px;
}
.view-cart {	
	text-align: center;
}
.view-cart input, .form-submit, .action-block input {
	font-weight: bold;
	cursor: pointer;
	padding: 1px 2px;
}
#frmlogin {
	padding: 10px;
	background-color: #EEE;
	border: 1px solid #CCC;
}
.errorbox {
	color: #900;
	font-weight: bold;
}
.domaincheckerunavailable {
	font-weight: normal;
	color: #900;
	font-size: 14px;
}
.action-block {
	padding: 5px;
	background-color: #EEE;
	border: 1px solid #CCC;
	width: 100%;
}
.pay-method {
	padding-top: 10px;
	margin-top: 10px;
	border-top: 1px dotted #CCC;
	display: block;
}
#knowledgebasesearch {
	position: relative;
	top: 5px;
}