body {
    color: #343434;
    font-family: Arial,Helvetica,Verdana,monospace,san-serif;
    font-size: 12px;
    line-height: 165%;
    padding: 0px;
    margin: 0px;
}

div.clear {
	clear: both;
}
div#main-content {
    margin: auto;
    padding-bottom: 20px;
    width: 960px;
}
div#main-content div.shadow, div#resources div.shadow {
    background-image: url("http://a.content.wso2.com/wp-content/themes/wso2ng-v3/images/content-cloud-shadows.gif");
    background-position: center top;
    background-repeat: no-repeat;
    height: 8px;
}
div#main-content div.content {
    margin-right: 30px;
    margin-top: 5px;
    width: 680px;
}
div.registration-form {
	width: 670px;
}
div.registration-form div.details {
	width: 350px;
	float: left;
	padding-bottom: 15px;
}
div.registration-form div.packages {
	width: 310px;
	background-color: #F2F2F2;
	border: solid 1px #BBBDBF;
	float: left;
	margin-bottom: 15px;
}
div.registration-form div.packages table {
	margin-left: 7px;
	margin-right: 7px;
	width: 295px;
}
div.registration-form div.packages table tr td {
	text-align: left;
	vertical-align: top;
	border-bottom: solid 1px #cccccc;
	padding-bottom: 5px;
	padding-top: 5px;
}
div.registration-form div.packages table tr td span.price {
	font-size: 14px;
	font-weight: bold;
}
div.registration-form div.packages table tr td.special {
	font-size: 14px;
}
div.registration-form div.packages table tr td.dotted-border {
	border-bottom: dotted 1px #cccccc;
}
div.registration-form div.packages table tr td.discounts {
	border-bottom: 0px;
	padding-bottom: 0px;
}
div.registration-form div.packages table tr td.total {
	font-size: 14px;
	font-weight: bold;
	border-bottom: 0px;
	padding-top: 7px;
	padding-bottom: 7px;
}
div.registration-form div.packages table tr td.text {
	width: 85px;
}
div.registration-form div.packages table tr td.extra {
	font-size: 11px;
	line-height: 14px;
}
table.registration-form {
	width: 250px;
}
div.registration-form div.packages table tr td .data-txt { 
		font-family: Arial,Helvetica,Verdana,monospace,san-serif;
		height: 17px; 
		border: solid 1px #9C9EA0; 
		width: 45px; 
		font-size: 12px; 
}
div.registration-form div.packages table tr td .number { 
		font-family: Arial,Helvetica,Verdana,monospace,san-serif;
		height: 17px; 
		border: solid 1px #9C9EA0; 
		width: 45px; 
		font-size: 12px; 
}
div.registration-form div.packages table tr td .promo { 
		width: 45px; 
}
div.registration-form div.packages table tr td .total { 
		border: solid 1px #cccccc; 
		font-size: 14px;
		font-weight: bold;
}
div.registration-form div.buttons {
	border-top: solid 1px #999999;
	padding-top: 10px;
	clear: both;
}

.data-txt { 
		font-family: Arial,Helvetica,Verdana,monospace,san-serif;
		height: 17px; 
		border: solid 1px #9C9EA0; 
		width: 245px; 
		font-size: 12px; 
}
.submit-btn { 
	background-image: url("images/submit-bt.gif");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    font-family: Arial,Helvetica,Verdana,san-serif;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    width: 100px;
}
.submit-btn2 { 
	background-image: url("images/submit-bt-2.gif");
    background-position: left top;
    background-repeat: no-repeat;
    border: 0 none;
    cursor: pointer;
    font-family: Arial,Helvetica,Verdana,san-serif;
    font-size: 14px;
    font-weight: bold;
    height: 28px;
    line-height: 28px;
    width: 120px;
}

/* verification page styles */
div.payment-verification {
	margin-top: 15px;
	width: 650px;
}
div.payment-verification div.title {
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 7px;
	border-bottom: solid 1px #aaaaaa;
}
div.payment-verification div.payment-info {
	margin-left: 20px;
	float: left;
	width: 300px;
}
div.payment-verification div.payment-info div.title {
	font-size: 14px;
	border-bottom: 0px;
	margin-top: 10px;
}
div.payment-verification div.payment-info table tr td {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.payment-verification div.billing-info {
	margin-left: 20px;
	float: left;
	width: 300px;
}
div.payment-verification div.billing-info div.title {
	font-size: 14px;
	border-bottom: 0px;
	margin-top: 10px;
}
div.payment-verification div.billing-info table tr td {
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
div.payment-verification div.buttons {
	margin-top: 10px;
	border-top: solid 1px #999999;
	padding-top: 5px;
}
div.payment-verification div.buttons div.pay {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 7px;
}
/* pay method styles */
div.paymethod {
	padding-top: 50px;
	padding-bottom: 30px;
	width: 530px;
	margin: auto;
}
div.paymethod a.paypal {
    background-image: url("images/payby-paypal.gif");
    background-position: left top;
    background-repeat: no-repeat;
    display: block;
    float: left;
    height: 144px;
    padding: 115px 35px 45px;
    width: 168px;
    color: #000000;
}
div.paymethod a.paypal:hover {
	color: #000000;
}
div.paymethod a.creditcard {
	background-image: url(images/payby-creditcard.gif);
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	float: left;
	height: 144px;
    padding: 115px 35px 45px;
    width: 168px;
    color: #000000;
	margin-left: 54px;
}
div.paymethod a.creditcard:hover {
	color: #000000;
}