.right_box {
	float: right;
	width: 450px;
	clear: both;
	margin: 5px 5px 5px 20px;
}

#ed_request img {
	display: block;
	margin: 0 auto;
}

#ed_testamonial {
	border: 1px solid #ccc;
	background-color: #EEE;
}

.ed_section {  
	padding: 5px; 
	text-align: justify; 
}

.license_block {
    float: left;
    padding: 10px;
    width: 31%;
}

.license_block a {
	float: right;
}

.license_block a.coursematerials-button {
	float: none;
	margin: 0 auto;
}

.feature_block {
	
}

.feature_block img {
	float: left;
	margin: 0px 10px 5px 5px ;	
}

a.coursematerials-button {
    cursor: pointer;
    display: block;
    height: 66px;
    outline: 0 none;
    width: 217px;
}

a.coursematerials-button.btn_t3d
{
	background: url("/static/images/education/btn_t3d.png") no-repeat scroll 0 0 transparent;
}

a.coursematerials-button.btn_t2d
{
	background: url("/static/images/education/btn_t2d.png") no-repeat scroll 0 0 transparent;
}


a.coursematerials-button.btn_ste
{
	background: url("/static/images/education/btn_ste.png") no-repeat scroll 0 0 transparent;
}

a.coursematerials-button.btn_t3d:hover
{
	background: url("/static/images/education/btn_t3d.png") no-repeat scroll 0 -66px transparent;
}

a.coursematerials-button.btn_t2d:hover
{
	background: url("/static/images/education/btn_t2d.png") no-repeat scroll 0 -66px transparent;
}


a.coursematerials-button.btn_ste:hover
{
	background: url("/static/images/education/btn_ste.png") no-repeat scroll 0 -66px transparent;
}

a.coursematerials-button.btn_t3d span
{
	background: url("/static/images/education/btn_t3d.png") no-repeat scroll -217px  0 transparent;
}

a.coursematerials-button.btn_t2d span
{
	background: url("/static/images/education/btn_t2d.png") no-repeat scroll -217px  0 transparent;}


a.coursematerials-button.btn_ste span
{
	background: url("/static/images/education/btn_ste.png") no-repeat scroll -217px  0 transparent;
}



