@charset "utf-8";
/* CSS Document */

.body-content h2 {
	margin-bottom: 22px;
}
.body-content h3 {
	margin-bottom: 12px;
}

.body-content form.sign-up-details {
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}

div.personal-details, div.plogin-details {
	display:block;
	float:left;
	width: 210px;
	margin-right: 55px;
	overflow:hidden;
}


.body-content form.sign-up-details label, .body-content form.sign-up-details span {
	display:block;
	height: 22px;
	padding-top: 6px;
}

.body-content form.sign-up-details input.inputField {
	background-image: url('../images/background/input_signup_background.jpg');
	border: 0px;
	width: 210px;
	height: 22px;
	background-repeat:no-repeat;
	background-position:left top;
}

.body-content form.sign-up-details input.inputSubmit {
	
}

.body-content form.sign-up-details textarea {
	display:block;
	width: 210px;
	height: 180px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-image: url('../images/background/input_additional_background.jpg');
	background-position:left top;
	background-repeat:no-repeat;
	overflow:auto;
}

.body-content form.sign-up-details sup {
	color: #0088cf;
	font-weight: bold;
}

.body-content table#pricing {
	width: 100%;
	font-size: 90%;
	vertical-align: middle;
	text-align: center;
	table-layout:fixed;
	border-spacing: 0px;
}

.body-content table#pricing th, .body-content table#pricing td {
	width: 120px;
	height: 35px;
	vertical-align: middle;
	text-align: center;
	padding: 0px;
	margin: 0px;
}

.body-content table#pricing th { 
	height: 121px; 
	border-left: 1px solid #FFFFFF; 
	color: #074e73; 
	font-size: 35px;
}

.body-content table#pricing th span {
	display: block;
	font-size: 10px;
	color: #FFFFFF;
}

.body-content table#pricing td.col-1 { width: 121px; }

.body-content table#pricing td.col-2, .body-content table#pricing td.col-3, .body-content table#pricing td.col-4, .body-content table#pricing td.col-5  {
	width: 120px;
	border-left: 1px solid #FFFFFF;
}

.body-content table#pricing th.col-1 { }
.body-content table#pricing th.col-2 { background-image: url('../images/pricing/trader.jpg'); }
.body-content table#pricing th.col-3 { background-image: url('../images/pricing/shop-keeper.jpg'); }
.body-content table#pricing th.col-4 { background-image: url('../images/pricing/business.jpg'); }
.body-content table#pricing th.col-5 { background-image: url('../images/pricing/enterprise.jpg'); }
.body-content table#pricing tr.row-2 td.col-1 { background: #f6f6f6; }
.body-content table#pricing tr.row-1 td.col-1 { background: #ededee; }
.body-content table#pricing tr.row-2 td.col-2 { background: #ededee; }
.body-content table#pricing tr.row-1 td.col-2 { background: #e6eaed; }
.body-content table#pricing tr.row-2 td.col-3 { background: #e9eced; }
.body-content table#pricing tr.row-1 td.col-3 { background: #e2e8ed; }
.body-content table#pricing tr.row-2 td.col-4 { background: #e3eaed; }
.body-content table#pricing tr.row-1 td.col-4 { background: #dce6ec; }
.body-content table#pricing tr.row-2 td.col-5 { background: #b8d8e9; }
.body-content table#pricing tr.row-1 td.col-5 { background: #b2d5e8; }
