.estore-table {
	margin-left:auto;
	margin-right:auto;
	text-align:center;
}

.estore-table td {
	text-align:left;
}

.estore-table #main-payment-btn {
	margin-top:10px;
}

.estore-table .card-details-title {
	font-weight:bold;
	font-size:1.4em;
	padding:8px 0;
}

.estore-table th {
	font-weight:normal;
}

.estore-table td.total {
	text-align:right;
}

.estore-table input.formfield {
	width:220px;
	margin:1px;
	line-height:16px;
	padding:0 3px;
}

.estore-table input.formfield.field-cardnumber {
	padding-right:54px;
	background-repeat:no-repeat;
	background-position:right center;
}

.estore-table input.formfield.field-securitycode {
	width:50px;
	text-align:center;
}

.estore-table input.formfield.field-issuenumber {
	width:50px;
	text-align:center;
}

.estore-table input.formfield.formfield-carddate {
	width:50px;
	text-align:center;
}

.estore-table select {
	width:220px;
	margin:1px;
	line-height:16px;
}

span.compulsory {
	color:#f00;
}

.formfield {
	border:1px solid #bbb;
}

.formfield.invalid-value {
	border:1px solid #f00;
}

.errmsg-formfield {
	font-size:0.8em;
	line-height:1em;
	background-color:#f00;
	color:#fff;
	padding:0 2px;
}

.ui-dialog .conferenceselector {
	padding:4px 8px;
	font-size:1.2em;
	cursor:pointer;
}

.ui-dialog .conferenceselector:hover {
	background-color:#ddd;
}
