/* @override http://127.0.0.1/~john/aptonic-site/payments/styles.css */

h1 {
	font-family: "Lucida Sans";
	text-align: center;
	color: #353535;
}

table.licenseinfo {
	border: 4px solid #809dc3;
	margin: auto; 
	text-align: left;
}

td {
	font-size: 16px;
	padding: 7px;
	text-align: right;
}

td.field {
	font-weight: bold;
}

td.data {
	text-align: left;
}

#order-success p {
	font-size: 17px;
	font-weight: bold;
}

#reginfo p {
	font-size: 11px;
}

#reginfo {
	margin-top: 19px;
}

#content {
	width: 680px;
	margin: auto;
	position: absolute;
	top: 10%;
	left: 50%;
	margin: 0px 0 0 -360px;
	font-family: "Lucida Sans";
	font-size: 12px;
	line-height: 1.5em;
	text-align: center;
	color: #353535;
	border: 1px #BEBEBE dashed;
	padding: 20px;
}

img {
	margin: auto;
	display: block;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
	width: 120px;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: auto;
	margin-left: auto;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
}

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}

span.green {
	color: #169625;
	font-weight: bold;
}

span.red {
	color: #E32424;
	font-weight: bold;
}

a.buy {
	color: #2477E4
}