/* Online Button Styles Rules
------------------------------- */

.online-short {
	padding-left: 45px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 12px;
	background: url(images/btn_online_short.jpg) top left no-repeat;
	color: #f1f1e5;
	width: 259px;
	height: 18px;
	margin: 5px 0;
	display:block;
	text-decoration: none;
	font-size: 15px;
	}

a.online-short {
	color: #332d57;
	font-weight: normal;
	text-decoration: none;
	}

a:hover.online-short {
	color: #433c8e;
	text-decoration: none;
	}

.online {
	padding-left: 45px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-top: 12px;
	background: url(images/btn_online.jpg) top left no-repeat;
	color: #f1f1e5;
	width: 460px;
	height: 18px;
	margin: 5px 0;
	display:block;
	text-decoration: none;
	font-size: 15px;
	}

a.online {
	color: #332d57;
	font-weight: normal;
	text-decoration: none;
	}

a:hover.online {
	color: #433c8e;
	text-decoration: none;
	}

.indent {margin: 0 15px;}
.heading {font-size: 15px; color:#526cc7;}
.subheading {font-size: 13px; color:#526cc7; font-weight: bold;}
.important {color:#ff0052;}

