#aim-subscription {
	padding: 10px 20px;
	font-size: 14px;
}

#aim-subscription p, #aim-subscription .indent {
	margin-left: 10px;
	margin-bottom: 1.625em;
}
#aim-subscription small {
	font-size: 80%;
}

#aim-subscription .box {
	border: #DDD 2px solid;
	padding: 8px 12px;
	background: #F8F8F8;
}

#aim-subscription .right {
	float:none !important;
	margin: 0 0 0 198px;
}

#aim-subscription .left {
	width: 160px; 
	float: left;
	position: absolute;
}
#aim-subscription ul {
	list-style-type: none;
	padding: 0; 
	margin: 0;
}

#aim-subscription .subheading {
	border: 2px solid #1E54AA;
	padding: 5px;
	color: #FFF;
	margin-bottom: 1.625em;
	background: #8a9ed1; /* Old browsers */
	background: -moz-linear-gradient(top,  #8a9ed1 0%, #083a97 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a9ed1), color-stop(100%,#083a97)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #8a9ed1 0%,#083a97 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #8a9ed1 0%,#083a97 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #8a9ed1 0%,#083a97 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #8a9ed1 0%,#083a97 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a9ed1', endColorstr='#083a97',GradientType=0 ); /* IE6-9 */
}
#aim-subscription .subheading th {
	padding: 5px;
	border-top: 2px solid #1E54AA;
	border-bottom: 2px solid #1E54AA;
	margin-bottom: 5px;
}

#aim-subscription .subheading th:first-child {
	border-left: 2px solid #1E54AA;
}

#aim-subscription .subheading th:last-child {
	border-right: 2px solid #1E54AA;
}

#aim-subscription .button {
	background: #F2F2F2 url(https://dytbxbqvpce4z.cloudfront.net/wp-content/plugins/aim-subscriptions/app/public/images/white-grad.png) repeat-x scroll left top;
	text-shadow: rgba(255, 255, 255, 1) 0 1px 0;
	line-height: 15px;
	padding: 2px 10px;
	white-space: nowrap;
	-webkit-border-radius: 10px;
	border: #BBB 1px solid;
	color: #464646;
	text-decoration: none;
}

#aim-subscription .button:hover {
	color: black;
	border: #1E54AA 1px solid;
}

#aim-subscription table td {
	padding:3px 0px 1px;
	border-bottom: 2px solid #EEE;
}

#aim-subscription table {
	border-left: 2px solid #EEE;
	border-right: 2px solid #EEE;
}

#aim-subscription form label {width:120px; display: inline-block;}
#DiscountAmount, #TransactionAmount, #trans_subtotal {text-align: right; background: #FAFAFA;}
.clear {clear:both}

#aim-subscription div.updated, #aim-subscription .login .message {
	padding: 0 .6em;
	margin: 5px 0 15px;
	background-color: #ffffe0;
	border-color: #e6db55;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

#aim-subscription div.error, #aim-subscription .login #login_error {
	padding: 0 .6em;
	margin: 5px 0 15px;
	background-color: #ffebe8;
	border-color: #c00;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border-width: 1px;
	border-style: solid;
}

#aim-subscription div.updated p, #aim-subscription div.error p, #aim-subscription div.message p, #aim-subscription div.notice p {
	margin: .5em 0;
	padding: 2px;
}