#welcome h2 {
	color: #fff;
	padding: 50px 18px 20px 5px !important;
	background: none;
	font-family: 'Oxygen', sans-serif;
	font-size:25px;
}
#welcome p {
	margin: 0 0 14px 0;
}
.box.info {
	margin: 20px 0 0; 
	border: 1px solid #58b6d4;
	color: #fff;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background: #5ab8d6 url(../images/banner-bg.png) no-repeat center top;
	text-align: center;
}
.box h2 {
	border-bottom: 0px solid #dbdbdb;
	padding: 20px;
	background: none;
}
.box {
	padding: 20px;
	margin: 0 0 20px 0;
	overflow: hidden;
	border: 1px solid #dbdbdb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
/*styles for the buttons*/
.ti_help_btn{ width: 100%;}
.ti_help_btn div{width: 282px!important; float: left; display: inline; margin:10px 0 10px 10px;}
.ti_help_btn div:last-child{margin-right: 0px;}
.ti_help_btn  a.button { height:auto; line-height:normal; font-weight: normal; font-size: 18px; cursor: pointer; padding: 8px 0px; margin: 0 0 10px 0; display: block; text-align: center; background: #f9f9f9; color: #767575; font-family: 'PT Sans', sans-serif; box-shadow: none;
}
.helpWrapper i{ font-style: italic;}
.support a.button, .themes a.button,.followUs a.button, .screenCast a.button {
	border: 1px solid #f2f2f2;
	padding: 18px 0px 18px 55px;
	background-image: url(../images/icon-sprite.png); background-repeat: no-repeat;
}
.support a.button:hover, .themes a.button:hover,.followUs a.button:hover, .screenCast a.button:hover {
	background:#f9f9f9 url(../images/icon-sprite.png) no-repeat!important;
	-moz-box-shadow: 1px 1px 3px rgba(000,000,000,0.1),  inset 1px 1px 0px rgba(255,255,255,0.2)!important;
	-webkit-box-shadow: 1px 1px 3px rgba(000,000,000,0.1),  inset 1px 1px 0px rgba(255,255,255,0.2)!important;
	box-shadow: 1px 1px 3px rgba(000,000,000,0.1),  inset 1px 1px 0px rgba(255,255,255,0.2)!important;
	border: 1px solid #f2f2f2;
	-webkit-border-radius:inherit;
	border-radius:inherit;
	color: ##767575!important;
	padding: 18px 0px 18px 55px!important;
}
.support a.button,.support a.button:hover {
	background-position: 4px 4px!important;
}
.themes a.button, .themes a.button:hover {
	background-position: 4px -102px!important;
}
.followUs a.button, .followUs a.button:hover {
	background-position: 4px -209px!important;
}
.screenCast a.button,.screenCast a.button:hover {
	background-position: 4px -315px!important;
}