body {margin:0; padding:0;}

.downloads div { background: url("../images/downloads.jpg") repeat scroll 0 0 transparent;}
.resources div { background: url("../images/resources.jpg") repeat scroll 0 0 transparent;}


.resources div, .downloads div {
	width: 628px;
	height: 343px;
	position:relative;
	}
	
.resources div span, .downloads div span {
	position:absolute;
	top:120px;
	left:32px;
	width:550px;
}



.rpa-popup p {
    font-size: 12px !important;
    line-height: 15px !important;
	margin: 0 0 10px 0;
	color: #fff;
	
}
.rpa-popup a {
    color: #12526C;
    font-weight: bold;
    text-decoration: underline;
}

.rpa-popup a:hover {
    color: #12526C;
    font-weight: bold;
    text-decoration: none;
}


.btn a {
    background-color: rgba(255, 255, 255, 0.25);
    clear: right;
    float: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
    margin: 0 0 0 0;
    padding: 7px 9px;
    position: relative;
    text-transform: uppercase;
	color: #fff;
	text-decoration: none; 
}

.btn a:hover {
    background-color: purple;
	color: #fff;
}


.rpa-popup h2 {
    font-size: 16px !important;
    font-weight: bold;
	margin:0 0 10px 0;
	padding:0;

}



