/*payments*/
table.payments
{
	width:	800px;
}
table.payments th
{
	background-color:gray;
	color:#FFF;
	font-size:12px;
}
table.payments tr td
{
	border-bottom: 1px solid silver;
	padding: 4px;
}
table.payments td em {
	color: gray;
	padding: 4px;
}
/*!payments*/


/*plans*/
form.plans
{
	background-color:#FFF;
	text-align:center;
	width:590px;
    #width:610px;
}
form.plans input.submit
{
	background-color:#f19a9a;
	font-weight:700;
	margin:10px;
	padding:8px;
	width:180px;
}
div.plans div
{
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border:1px solid #dedede;
	float:left;
	height:210px;
	margin:4px;
	padding:0;
	text-align:center;
	vertical-align:top;
	width:170px;
}
div.plans div.curr
{
	background-color:#FFF;
}
div.plans div h3
{
	-moz-border-radius:3px 3px 0 0;
	-webkit-border-radius:3px 3px 0 0;
	background-color:#e0e0e0;
	color:#888;
	font-size:17px;
	height:23px;
	margin:0;
	padding:10px;
}
div.plans div.curr h3
{
	background-color: #e4e4e4;
}
div.plans div em,div.plans div b
{
	display:block;
	font-size:13px;
	margin:10px 1px;
}
div.plans div b, div.plans div p
{
	font-size:15px;
}
div.plans a
{
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	background-color:#90c800;
	color:#FFF;
	___font-size:11px;
	___font-weight:700;
	margin-top:5px;
	padding:6px;
}
div.plans div p
{
	margin:14px;
}
ul#tabnav li,div.plans div em b
{
	display:inline;
}
div.plans div b small,div.plans div strong a
{
	font-size:10px;
	font-weight:400;
}
div.plans a {
	-moz-border-radius:6px 6px 6px 6px;
	background-color:#90C800;
	color:white;
	font-weight:bold;
	margin-top:10px;
	padding:8px;
}
div.plans b small,div.plans strong a
{
	font-size:10px;
	font-weight:400;
}
div.plans a {
	-moz-border-radius:6px 6px 6px 6px;
	background-color:#90C800;
	color:white;
	font-weight:bold;
	margin-top:10px;
	padding:8px;
}

/*end plans*/


.right-info-box
{
	____-moz-border-radius:6px;
	___-webkit-border-radius:6px;
	____background-color:#eeeeee;
	border-left: 1px solid #e0e0e0;
	float:right;
	padding:6px 19px;
	width:300px;
}
.right-info-box ul {
    padding-left: 20px;
}
.right-info-box ul li {
    margin: 10px;
    margin-left: 0px;
    padding-left: 5px;
}

h2 {
    margin-top: 40px;
}